public interface SessionStore<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteSession(HttpServerExchange exchange) booleanexistsSession(HttpServerExchange exchange) getSession(HttpServerExchange exchange) getSession(HttpServerExchange exchange, T defaultValue) default Stringdefault Stringstatic StringgetValueForCookie(HttpServerExchange exchange, String cookieName) voidsetSession(HttpServerExchange exchange, T session)
-
Method Details
-
getSessionCookieName
-
getSessionCookieConfiguration
-
setSession
- Throws:
IOException
-
existsSession
- Throws:
IOExceptionInvalidInput
-
getSession
- Throws:
IOExceptionInvalidInput
-
getSession
- Throws:
IOExceptionInvalidInput
-
deleteSession
- Throws:
IOException
-
getValueForCookie
-