Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SocketIOSessioncreateSession(org.atmosphere.cpr.AtmosphereResourceImpl resource, org.atmosphere.cpr.AtmosphereHandler handler)SocketIOSessiongetSession(java.lang.String sessionid)
-
-
-
Method Detail
-
createSession
SocketIOSession createSession(org.atmosphere.cpr.AtmosphereResourceImpl resource, org.atmosphere.cpr.AtmosphereHandler handler)
- Parameters:
resource-handler-- Returns:
-
getSession
SocketIOSession getSession(java.lang.String sessionid)
- Parameters:
sessionid-- Returns:
-
-