Uses of Class
org.springframework.web.socket.BinaryMessage
Packages that use BinaryMessage
Package
Description
Classes adapting Spring's WebSocket API to and from WebSocket providers.
Adapter classes for the Jetty WebSocket API.
Adapter classes for the standard Jakarta WebSocket API.
Convenient
WebSocketHandler
implementations and decorators.-
Uses of BinaryMessage in org.springframework.web.socket.adapter
Methods in org.springframework.web.socket.adapter with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected abstract void
AbstractWebSocketSession.sendBinaryMessage
(BinaryMessage message) -
Uses of BinaryMessage in org.springframework.web.socket.adapter.jetty
Methods in org.springframework.web.socket.adapter.jetty with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected void
JettyWebSocketSession.sendBinaryMessage
(BinaryMessage message) -
Uses of BinaryMessage in org.springframework.web.socket.adapter.standard
Methods in org.springframework.web.socket.adapter.standard with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected void
StandardWebSocketSession.sendBinaryMessage
(BinaryMessage message) -
Uses of BinaryMessage in org.springframework.web.socket.handler
Methods in org.springframework.web.socket.handler with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected void
AbstractWebSocketHandler.handleBinaryMessage
(WebSocketSession session, BinaryMessage message) protected void
TextWebSocketHandler.handleBinaryMessage
(WebSocketSession session, BinaryMessage message)