Uses of Class
org.atmosphere.cpr.AtmosphereServlet

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

Uses of AtmosphereServlet in org.atmosphere.cpr
 

Subclasses of AtmosphereServlet in org.atmosphere.cpr
 class MeteorServlet
          Simple Servlet to use when Atmosphere Meteor are used.
 

Methods in org.atmosphere.cpr that return AtmosphereServlet
 AtmosphereServlet AtmosphereServlet.AtmosphereConfig.getServlet()
           
 AtmosphereServlet AtmosphereServlet.setBroadcasterFactory(BroadcasterFactory broadcasterFactory)
          Set the BroadcasterFactory which is used by Atmosphere to construct Broadcaster
 

Uses of AtmosphereServlet in org.atmosphere.websocket
 

Constructors in org.atmosphere.websocket with parameters of type AtmosphereServlet
JettyWebSocketHandler(javax.servlet.http.HttpServletRequest request, AtmosphereServlet atmosphereServlet, String webSocketProcessorClassName)
           
WebSocketProcessor(AtmosphereServlet atmosphereServlet, WebSocket webSocket)
           
 

Uses of AtmosphereServlet in org.atmosphere.websocket.protocol
 

Constructors in org.atmosphere.websocket.protocol with parameters of type AtmosphereServlet
EchoProtocol(AtmosphereServlet atmosphereServlet, WebSocket webSocket)
           
SimpleHttpProtocol(AtmosphereServlet atmosphereServlet, WebSocket webSocket)
           
 



Copyright © 2011. All Rights Reserved.