Uses of Interface
com.glines.socketio.server.SocketIOOutbound

Packages that use SocketIOOutbound
com.glines.socketio.server   
com.glines.socketio.server.transport   
 

Uses of SocketIOOutbound in com.glines.socketio.server
 

Subinterfaces of SocketIOOutbound in com.glines.socketio.server
static interface SocketIOSession.SessionTransportHandler
           
 

Methods in com.glines.socketio.server with parameters of type SocketIOOutbound
 void SocketIOInbound.onConnect(SocketIOOutbound outbound)
          Called when the connection is established.
 

Uses of SocketIOOutbound in com.glines.socketio.server.transport
 

Classes in com.glines.socketio.server.transport that implement SocketIOOutbound
protected  class JSONPPollingTransport.XHRPollingSessionHelper
           
protected  class XHRPollingTransport.XHRPollingSessionHelper
           
protected  class XHRTransport.XHRSessionHelper
           
 



Copyright © 2010-2011. All Rights Reserved.