See: Description
| Interface | Description |
|---|---|
| ConfigurableWebSocketSession |
A WebSocketSession with configurable properties.
|
| Class | Description |
|---|---|
| AbstractWebSocketSesssionAdapter<T> |
An abstract base class for implementations of
WebSocketSession. |
| BinaryWebSocketHandlerAdapter |
A convenient base class for
WebSocketHandler implementation that process binary
messages only. |
| JettyWebSocketListenerAdapter |
Adapts
WebSocketHandler to the Jetty 9 WebSocketListener. |
| JettyWebSocketSessionAdapter |
Adapts a Jetty
Session to
WebSocketSession. |
| StandardEndpointAdapter |
Adapts a
WebSocketHandler to a standard Endpoint. |
| StandardWebSocketSessionAdapter |
Adapts a standard
Session to WebSocketSession. |
| TextWebSocketHandlerAdapter |
A convenient base class for
WebSocketHandler implementation that process text
messages only. |
| WebSocketHandlerAdapter |
A convenient base class for
WebSocketHandler implementation with empty methods. |
WebSocketHandler implementations.