Uses of Class
org.springframework.web.socket.BinaryMessage
Packages that use BinaryMessage Package Description org.springframework.web.socket.adapter Classes adapting Spring's WebSocket API to and from WebSocket providers.org.springframework.web.socket.adapter.jetty Adapter classes for the Jetty WebSocket API.org.springframework.web.socket.adapter.standard Adapter classes for the standard Java WebSocket API.org.springframework.web.socket.handler ConvenientWebSocketHandlerimplementations and decorators.Uses of BinaryMessage in org.springframework.web.socket.adapter
Methods in org.springframework.web.socket.adapter with parameters of type BinaryMessage Modifier and Type Method Description protected abstract voidAbstractWebSocketSession. 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 BinaryMessage Modifier and Type Method Description protected voidJettyWebSocketSession. 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 BinaryMessage Modifier and Type Method Description protected voidStandardWebSocketSession. sendBinaryMessage(BinaryMessage message)Uses of BinaryMessage in org.springframework.web.socket.handler
Methods in org.springframework.web.socket.handler with parameters of type BinaryMessage Modifier and Type Method Description protected voidAbstractWebSocketHandler. handleBinaryMessage(WebSocketSession session, BinaryMessage message)protected voidTextWebSocketHandler. handleBinaryMessage(WebSocketSession session, BinaryMessage message)