|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereRequest | |
|---|---|
| org.atmosphere.cpr | |
| org.atmosphere.websocket | |
| org.atmosphere.websocket.protocol | |
| Uses of AtmosphereRequest in org.atmosphere.cpr |
|---|
| Methods in org.atmosphere.cpr that return AtmosphereRequest | |
|---|---|
AtmosphereRequest |
AtmosphereRequest.Builder.build()
|
| Uses of AtmosphereRequest in org.atmosphere.websocket |
|---|
| Methods in org.atmosphere.websocket that return AtmosphereRequest | |
|---|---|
AtmosphereRequest |
WebSocketProtocol.onMessage(WebSocket webSocket,
byte[] data,
int offset,
int length)
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or
to any existing technology. |
AtmosphereRequest |
WebSocketProtocol.onMessage(WebSocket webSocket,
String data)
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or
to any existing technology. |
| Uses of AtmosphereRequest in org.atmosphere.websocket.protocol |
|---|
| Methods in org.atmosphere.websocket.protocol that return AtmosphereRequest | |
|---|---|
AtmosphereRequest |
SimpleHttpProtocol.onMessage(WebSocket webSocket,
byte[] d,
int offset,
int length)
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or
to any existing technology. |
AtmosphereRequest |
EchoProtocol.onMessage(WebSocket webSocket,
byte[] data,
int offset,
int length)
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or
to any existing technology. |
AtmosphereRequest |
SimpleHttpProtocol.onMessage(WebSocket webSocket,
String d)
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or
to any existing technology. |
AtmosphereRequest |
EchoProtocol.onMessage(WebSocket webSocket,
String data)
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or
to any existing technology. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||