Uses of Interface
org.atmosphere.cpr.AsyncProtocol

Packages that use AsyncProtocol
org.atmosphere.cpr   
org.atmosphere.websocket   
org.atmosphere.websocket.protocol   
 

Uses of AsyncProtocol in org.atmosphere.cpr
 

Constructors in org.atmosphere.cpr with parameters of type AsyncProtocol
AtmosphereResponse(A asyncIOWriter, AsyncProtocol asyncProtocol, javax.servlet.http.HttpServletRequest atmosphereRequest)
           
AtmosphereResponse(javax.servlet.http.HttpServletResponse r, A asyncIOWriter, AsyncProtocol asyncProtocol, javax.servlet.http.HttpServletRequest atmosphereRequest)
           
 

Uses of AsyncProtocol in org.atmosphere.websocket
 

Subinterfaces of AsyncProtocol in org.atmosphere.websocket
 interface WebSocketProtocol
          A WebSocket based protocol implementation.
 

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.
 



Copyright © 2011. All Rights Reserved.