org.atmosphere.socketio
Interface SocketIOSessionFactory

All Known Subinterfaces:
SocketIOSessionManager
All Known Implementing Classes:
SocketIOSessionManagerImpl

public interface SocketIOSessionFactory

Author:
Sebastien Dionne : sebastien.dionne@gmail.com

Method Summary
 SocketIOSession createSession(org.atmosphere.cpr.AtmosphereResourceImpl resource, org.atmosphere.cpr.AtmosphereHandler handler)
           
 SocketIOSession getSession(String sessionid)
           
 

Method Detail

createSession

SocketIOSession createSession(org.atmosphere.cpr.AtmosphereResourceImpl resource,
                              org.atmosphere.cpr.AtmosphereHandler handler)
Parameters:
resource -
handler -
Returns:

getSession

SocketIOSession getSession(String sessionid)
Parameters:
sessionid -
Returns:


Copyright © 2015. All Rights Reserved.