|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebSocketProtocol | |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.websocket | |
| org.atmosphere.websocket.protocol | |
| Uses of WebSocketProtocol in org.atmosphere.container |
|---|
| Constructors in org.atmosphere.container with parameters of type WebSocketProtocol | |
|---|---|
JettyWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProtocol webSocketProtocol)
|
|
TomcatWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProtocol webSocketProtocol)
|
|
| Uses of WebSocketProtocol in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr declared as WebSocketProtocol | |
|---|---|
protected WebSocketProtocol |
AtmosphereFramework.webSocketProtocol
|
| Methods in org.atmosphere.cpr that return WebSocketProtocol | |
|---|---|
WebSocketProtocol |
AtmosphereFramework.getWebSocketProtocol()
|
| Uses of WebSocketProtocol in org.atmosphere.websocket |
|---|
| Classes in org.atmosphere.websocket that implement WebSocketProtocol | |
|---|---|
class |
WebSocketHandler
A very simple WebSocketProtocol adapter class that implements all methods and expose a WebSocket API
close to the JavaScript Counterpart. |
| Constructors in org.atmosphere.websocket with parameters of type WebSocketProtocol | |
|---|---|
WebSocketProcessor(AtmosphereFramework framework,
WebSocket webSocket,
WebSocketProtocol webSocketProtocol)
|
|
| Uses of WebSocketProtocol in org.atmosphere.websocket.protocol |
|---|
| Classes in org.atmosphere.websocket.protocol that implement WebSocketProtocol | |
|---|---|
class |
EchoProtocol
Simple WebSocketProcessor that invoke the Broadcaster.broadcast(T) 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||