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

Packages that use SocketIOInbound
com.glines.socketio.server   
 

Uses of SocketIOInbound in com.glines.socketio.server
 

Methods in com.glines.socketio.server that return SocketIOInbound
protected abstract  SocketIOInbound SocketIOServlet.doSocketIOConnect(javax.servlet.http.HttpServletRequest request)
          Returns an instance of SocketIOInbound or null if the connection is to be denied.
 SocketIOInbound SocketIOSession.getInbound()
           
 SocketIOInbound Transport.InboundFactory.getInbound(javax.servlet.http.HttpServletRequest request)
           
 

Methods in com.glines.socketio.server with parameters of type SocketIOInbound
 SocketIOSession SocketIOSession.Factory.createSession(SocketIOInbound inbound)
           
 SocketIOSession SocketIOSessionManager.createSession(SocketIOInbound inbound)
           
 



Copyright © 2010-2011. All Rights Reserved.