|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncIOWriter | |
|---|---|
| org.atmosphere.container.version | |
| org.atmosphere.cpr | |
| org.atmosphere.websocket | |
| Uses of AsyncIOWriter in org.atmosphere.container.version |
|---|
| Classes in org.atmosphere.container.version that implement AsyncIOWriter | |
|---|---|
class |
GrizzlyWebSocket
|
class |
Jetty8WebSocket
Jetty 8 WebSocket support. |
class |
TomcatWebSocket
Tomcat WebSocket Support |
| Uses of AsyncIOWriter in org.atmosphere.cpr |
|---|
| Methods in org.atmosphere.cpr that return AsyncIOWriter | |
|---|---|
AsyncIOWriter |
AtmosphereResponse.getAsyncIOWriter()
Return the underlying AsyncIOWriter |
| Methods in org.atmosphere.cpr with parameters of type AsyncIOWriter | |
|---|---|
AtmosphereResponse.Builder |
AtmosphereResponse.Builder.asyncIOWriter(AsyncIOWriter asyncIOWriter)
|
| Constructors in org.atmosphere.cpr with parameters of type AsyncIOWriter | |
|---|---|
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 AsyncIOWriter in org.atmosphere.websocket |
|---|
| Subinterfaces of AsyncIOWriter in org.atmosphere.websocket | |
|---|---|
interface |
WebSocket
Represent a portable WebSocket implementation which can be used to write message. |
| Classes in org.atmosphere.websocket that implement AsyncIOWriter | |
|---|---|
class |
WebSocketAdapter
Simple class used to expose internal objects to WebSocket |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||