public class BinaryWebSocketHandlerAdapter extends WebSocketHandlerAdapter
WebSocketHandler implementation that process binary
messages only. Text messages are rejected with CloseStatus.NOT_ACCEPTABLE. All
other methods have empty implementations.| Constructor and Description |
|---|
BinaryWebSocketHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleTextMessage(WebSocketSession session,
TextMessage message) |
afterConnectionClosed, afterConnectionEstablished, handleBinaryMessage, handleMessage, handleTransportError, supportsPartialMessagesprotected void handleTextMessage(WebSocketSession session, TextMessage message)
handleTextMessage in class WebSocketHandlerAdapter