Class SessionStore
java.lang.Object
org.eblocker.server.common.session.SessionStore
-
Constructor Summary
ConstructorsConstructorDescriptionSessionStore(NetworkInterfaceWrapper networkInterface, DeviceService deviceService, UserAgentService userAgentService) -
Method Summary
Modifier and TypeMethodDescriptionfindSession(String sessionId) Return the session with sessionId.getSession(TransactionIdentifier transactionId) protected void
-
Constructor Details
-
SessionStore
@Inject public SessionStore(NetworkInterfaceWrapper networkInterface, DeviceService deviceService, UserAgentService userAgentService)
-
-
Method Details
-
getSession
-
findSession
Return the session with sessionId. If there is none, return null.- Parameters:
sessionId-- Returns:
-
purgeSessions
protected void purgeSessions()
-