Interface | Description |
---|---|
WebSocketContext |
Bidirectional TCP connection based on a HTTP upgrade, e.g.
|
WebSocketEncoder<T> |
Encodes an object as a web-socket message.
|
WebSocketListener |
Application handler for a WebSocket tcp stream
The read stream should only be read by the
onRead thread. |
WebSocketServletRequest |
|
Class | Description |
---|---|
AbstractWebSocketListener |
Application handler for a WebSocket tcp stream
The read stream should only be read by the
onRead thread. |