Interface | Description |
---|---|
AsyncChannelWrapper |
This is a wrapper for a
AsynchronousSocketChannel
that limits the methods available thereby simplifying the process of
implementing SSL/TLS support since there are fewer methods to intercept. |
BackgroundProcess | |
Transformation |
The internal representation of the transformation that a WebSocket extension
performs on a message.
|
WrappedMessageHandler |
Enum | Description |
---|---|
MessageHandlerResultType | |
TransformationResult |
Exception | Description |
---|---|
ReadBufferOverflowException | |
WsIOException |
Allows the WebSocket implementation to throw an
IOException that
includes a CloseReason specific to the error that can be passed back
to the client. |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.