| Package | Description |
|---|---|
| org.atmosphere.annotation | |
| org.atmosphere.cpr | |
| org.atmosphere.websocket | |
| org.atmosphere.websocket.protocol |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketProtocolServiceProcessor.handle(AtmosphereFramework framework,
Class<WebSocketProtocol> annotatedClass) |
| Modifier and Type | Field and Description |
|---|---|
protected WebSocketProtocol |
AtmosphereFramework.webSocketProtocol |
| Modifier and Type | Method and Description |
|---|---|
WebSocketProtocol |
AtmosphereFramework.getWebSocketProtocol() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebSocketProtocolStream
A streaming API for WebServer that support WebSocket streaming.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EchoProtocol
Simple
WebSocketProcessor that invoke the Broadcaster.broadcast(java.lang.Object) API when a WebSocket message
is received. |
class |
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. |
class |
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.