| 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 | Convenient  WebSocketHandlerimplementations and decorators. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | AbstractWebSocketSession. sendBinaryMessage(BinaryMessage message) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | JettyWebSocketSession. sendBinaryMessage(BinaryMessage message) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | StandardWebSocketSession. sendBinaryMessage(BinaryMessage message) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractWebSocketHandler. handleBinaryMessage(WebSocketSession session,
                   BinaryMessage message) | 
| protected void | TextWebSocketHandler. handleBinaryMessage(WebSocketSession session,
                   BinaryMessage message) |