Uses of Interface
org.atmosphere.websocket.WebSocket

Packages that use WebSocket
org.atmosphere.container   
org.atmosphere.websocket   
org.atmosphere.websocket.container   
org.atmosphere.websocket.protocol   
 

Uses of WebSocket in org.atmosphere.container
 

Classes in org.atmosphere.container that implement WebSocket
 class GlassFishWebSocketSupport.GrizzlyWebSocket
           
 

Uses of WebSocket in org.atmosphere.websocket
 

Classes in org.atmosphere.websocket with type parameters of type WebSocket
 class WebSocketHttpServletResponse<A extends WebSocket>
          Wrapper around an HttpServletResponse which use an instance of WebSocket as a writer.
 

Methods in org.atmosphere.websocket that return WebSocket
 WebSocket WebSocketEventListener.WebSocketEvent.webSocket()
          The WebSocket.
 WebSocket WebSocketProcessor.webSocketSupport()
           
 

Constructors in org.atmosphere.websocket with parameters of type WebSocket
WebSocketEventListener.WebSocketEvent(String message, WebSocketEventListener.WebSocketEvent.TYPE type, WebSocket webSocket)
           
WebSocketProcessor(AtmosphereServlet atmosphereServlet, WebSocket webSocket)
           
 

Uses of WebSocket in org.atmosphere.websocket.container
 

Classes in org.atmosphere.websocket.container that implement WebSocket
 class Jetty8WebSocket
          Jetty 8 WebSocket support.
 class JettyWebSocket
          Jetty 7.1/2 & 8 < M3 WebSocket support.
 

Uses of WebSocket in org.atmosphere.websocket.protocol
 

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



Copyright © 2011. All Rights Reserved.