com.glines.socketio.server
Class SocketIOSessionManager

java.lang.Object
  extended by com.glines.socketio.server.SocketIOSessionManager
All Implemented Interfaces:
SocketIOSession.Factory

public class SocketIOSessionManager
extends Object
implements SocketIOSession.Factory


Constructor Summary
SocketIOSessionManager()
           
 
Method Summary
 SocketIOSession createSession(SocketIOInbound inbound)
           
 SocketIOSession getSession(String sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketIOSessionManager

public SocketIOSessionManager()
Method Detail

createSession

public SocketIOSession createSession(SocketIOInbound inbound)
Specified by:
createSession in interface SocketIOSession.Factory

getSession

public SocketIOSession getSession(String sessionId)
Specified by:
getSession in interface SocketIOSession.Factory


Copyright © 2010-2011. All Rights Reserved.