| Class | Description |
|---|---|
| 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.
|
| WsHttpServletRequestWrapper |
Wrapper for the HttpServletRequest object that allows the underlying request
object to be invalidated.
|
| 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.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.