Uses of Interface
org.atmosphere.socketio.SocketIOSessionOutbound

Packages that use SocketIOSessionOutbound
org.atmosphere.socketio   
org.atmosphere.socketio.cpr   
org.atmosphere.socketio.transport   
 

Uses of SocketIOSessionOutbound in org.atmosphere.socketio
 

Subinterfaces of SocketIOSessionOutbound in org.atmosphere.socketio
 interface SocketIOWebSocketSessionWrapper
           
 

Methods in org.atmosphere.socketio that return SocketIOSessionOutbound
 SocketIOSessionOutbound SocketIOSession.getTransportHandler()
           
 

Methods in org.atmosphere.socketio with parameters of type SocketIOSessionOutbound
 void SocketIOSession.onConnect(org.atmosphere.cpr.AtmosphereResourceImpl resource, SocketIOSessionOutbound handler)
           
 void SocketIOSession.onMessage(org.atmosphere.cpr.AtmosphereResourceImpl resource, SocketIOSessionOutbound handler, String message)
          Pass message through to contained SocketIOInbound If a timeout timer is set, then it will be reset.
 

Uses of SocketIOSessionOutbound in org.atmosphere.socketio.cpr
 

Methods in org.atmosphere.socketio.cpr with parameters of type SocketIOSessionOutbound
abstract  void SocketIOAtmosphereHandler.onConnect(org.atmosphere.cpr.AtmosphereResource event, SocketIOSessionOutbound handler)
          Called when the connection is established.
abstract  void SocketIOAtmosphereHandler.onDisconnect(org.atmosphere.cpr.AtmosphereResource event, SocketIOSessionOutbound handler, DisconnectReason reason)
          Called when the socket connection is disconnected.
abstract  void SocketIOAtmosphereHandler.onMessage(org.atmosphere.cpr.AtmosphereResource event, SocketIOSessionOutbound handler, String message)
          Called for each message received.
 

Uses of SocketIOSessionOutbound in org.atmosphere.socketio.transport
 

Classes in org.atmosphere.socketio.transport that implement SocketIOSessionOutbound
protected  class JSONPPollingTransport.XHRPollingSessionHelper
           
 class WebSocketTransport.SocketIOWebSocketSessionWrapperImpl
           
protected  class XHRPollingTransport.XHRPollingSessionHelper
           
protected  class XHRTransport.XHRSessionHelper
           
 



Copyright © 2012. All Rights Reserved.