|
Class Summary |
| Constants |
Constants for this Java package. |
| MessageInbound |
Base implementation of the class used to process WebSocket connections based
on messages. |
| StreamInbound |
Base implementation of the class used to process WebSocket connections based
on streams. |
| Utf8Decoder |
Decodes bytes to UTF-8. |
| WebSocketServlet |
Provides the base implementation of a Servlet for processing WebSocket
connections as per RFC6455. |
| WsFrame |
Represents a complete WebSocket frame with the exception of the payload for
non-control frames. |
| WsInputStream |
This class is used to read WebSocket frames from the underlying socket and
makes the payload available for reading as an InputStream. |
| WsOutbound |
Provides the means to write WebSocket messages to the client. |