|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncProtocol | |
|---|---|
| org.atmosphere.cpr | |
| org.atmosphere.websocket | |
| org.atmosphere.websocket.protocol | |
| Uses of AsyncProtocol in org.atmosphere.cpr |
|---|
| Methods in org.atmosphere.cpr with parameters of type AsyncProtocol | |
|---|---|
AtmosphereResponse.Builder |
AtmosphereResponse.Builder.asyncProtocol(AsyncProtocol asyncProtocol)
|
| Constructors in org.atmosphere.cpr with parameters of type AsyncProtocol | |
|---|---|
AtmosphereResponse(AsyncIOWriter asyncIOWriter,
AsyncProtocol asyncProtocol,
AtmosphereRequest atmosphereRequest,
boolean destroyable)
|
|
AtmosphereResponse(javax.servlet.http.HttpServletResponse r,
AsyncIOWriter asyncIOWriter,
AsyncProtocol asyncProtocol,
AtmosphereRequest atmosphereRequest,
boolean destroyable)
|
|
| Uses of AsyncProtocol in org.atmosphere.websocket |
|---|
| Subinterfaces of AsyncProtocol in org.atmosphere.websocket | |
|---|---|
interface |
WebSocketProtocol
A WebSocket based protocol implementation. |
| Classes in org.atmosphere.websocket that implement AsyncProtocol | |
|---|---|
class |
WebSocketHandler
A very simple WebSocketProtocol adapter class that implements all methods and expose a WebSocket API
close to the JavaScript Counterpart. |
| Uses of AsyncProtocol in org.atmosphere.websocket.protocol |
|---|
| Classes in org.atmosphere.websocket.protocol that implement AsyncProtocol | |
|---|---|
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 | |||||||||