Uses of Class
org.atmosphere.cpr.AtmosphereServlet

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

Uses of AtmosphereServlet in org.atmosphere.container
 

Constructors in org.atmosphere.container with parameters of type AtmosphereServlet
JettyWebSocketHandler(javax.servlet.http.HttpServletRequest request, AtmosphereServlet atmosphereServlet, WebSocketProtocol webSocketProtocol)
           
 

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
WebSocketProcessor(AtmosphereServlet atmosphereServlet, WebSocket webSocket, WebSocketProtocol webSocketProtocol)
           
 



Copyright © 2011. All Rights Reserved.