com.glines.socketio.server
Interface SocketIOSession.Factory

All Known Implementing Classes:
SocketIOSessionManager
Enclosing interface:
SocketIOSession

public static interface SocketIOSession.Factory


Method Summary
 SocketIOSession createSession(SocketIOInbound inbound)
           
 SocketIOSession getSession(String sessionId)
           
 

Method Detail

createSession

SocketIOSession createSession(SocketIOInbound inbound)

getSession

SocketIOSession getSession(String sessionId)


Copyright © 2010-2011. All Rights Reserved.