| Class | Description |
|---|---|
| EchoProtocol |
Simple
WebSocketProcessor that invoke the Broadcaster.broadcast(java.lang.Object) API when a WebSocket message
is received. |
| ProtocolUtil | |
| SimpleHttpProtocol |
Like the
AsynchronousProcessor class, this class is responsible for dispatching WebSocket messages to the
proper WebSocket implementation by wrapping the Websocket message's bytes within
an HttpServletRequest. |
| StreamingHttpProtocol |
Like the
AsynchronousProcessor class, this class is responsible for dispatching WebSocket stream to the
proper WebSocket implementation by wrapping the Websocket message's bytes within
an HttpServletRequest. |
Copyright © 2016. All rights reserved.