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.adapterMethods in org.springframework.web.socket.adapter with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected abstract voidAbstractWebSocketSession.sendBinaryMessage(BinaryMessage message) 
- 
Uses of BinaryMessage in org.springframework.web.socket.adapter.jettyMethods in org.springframework.web.socket.adapter.jetty with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected voidJettyWebSocketSession.sendBinaryMessage(BinaryMessage message) 
- 
Uses of BinaryMessage in org.springframework.web.socket.adapter.standardMethods in org.springframework.web.socket.adapter.standard with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected voidStandardWebSocketSession.sendBinaryMessage(BinaryMessage message) 
- 
Uses of BinaryMessage in org.springframework.web.socket.handlerMethods in org.springframework.web.socket.handler with parameters of type BinaryMessageModifier and TypeMethodDescriptionprotected voidAbstractWebSocketHandler.handleBinaryMessage(WebSocketSession session, BinaryMessage message) protected voidTextWebSocketHandler.handleBinaryMessage(WebSocketSession session, BinaryMessage message)