JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
M
N
R
S
T
A
addSessionListener(SessionListener)
- Method in interface ratpack.session.
SessionManager
C
configure()
- Method in class ratpack.session.
SessionModule
configure()
- Method in class ratpack.session.store.
MapSessionsModule
D
decorate(Injector, Handler)
- Method in class ratpack.session.
SessionModule
decorate(Injector, Handler)
- Method in class ratpack.session.store.
MapSessionsModule
Makes
SessionStorage
available in the exchange service.
G
generateSessionId(Request)
- Method in interface ratpack.session.
SessionIdGenerator
get(String)
- Method in interface ratpack.session.store.
SessionStore
Retrieve the session storage for the given id, creating it on demand if necessary.
getCookieDomain()
- Method in interface ratpack.session.
SessionManager
getCookieDomain()
- Method in class ratpack.session.
SessionModule
getCookieExpiresMins()
- Method in class ratpack.session.
SessionModule
getCookieExpiryMins()
- Method in interface ratpack.session.
SessionManager
getCookiePath()
- Method in interface ratpack.session.
SessionManager
getCookiePath()
- Method in class ratpack.session.
SessionModule
getDomain()
- Method in interface ratpack.session.
SessionCookieConfig
getExistingId()
- Method in interface ratpack.session.
Session
If there is an existing session, returns the ID in use.
getExpiresMins()
- Method in interface ratpack.session.
SessionCookieConfig
getId()
- Method in interface ratpack.session.
Session
Returns the session ID, initiating a session if necessary.
getIdGenerator()
- Method in interface ratpack.session.
SessionManager
getPath()
- Method in interface ratpack.session.
SessionCookieConfig
M
MapSessionsModule
- Class in
ratpack.session.store
An extension module that provides an in memory map store for sessions,
SessionStore
.
MapSessionsModule(int, int)
- Constructor for class ratpack.session.store.
MapSessionsModule
Creates a new module with the given configuration for session storage.
N
notifySessionInitiated(String)
- Method in interface ratpack.session.
SessionManager
notifySessionTerminated(String)
- Method in interface ratpack.session.
SessionManager
R
ratpack.session
- package ratpack.session
ratpack.session.store
- package ratpack.session.store
Session scoped storage.
regen()
- Method in interface ratpack.session.
Session
Initiates a new session, terminating the Can only be called once per request, and not if getId() has already initiated a new session.
S
Session
- Interface in
ratpack.session
SessionCookieConfig
- Interface in
ratpack.session
SessionIdGenerator
- Interface in
ratpack.session
sessionInitiated(String)
- Method in interface ratpack.session.
SessionListener
SessionListener
- Interface in
ratpack.session
SessionManager
- Interface in
ratpack.session
SessionModule
- Class in
ratpack.session
SessionModule()
- Constructor for class ratpack.session.
SessionModule
SessionStorage
- Interface in
ratpack.session.store
A marker concurrent map sub interface, to make retrieving the session storage from the service easier.
SessionStore
- Interface in
ratpack.session.store
A store of sessions.
sessionTerminated(String)
- Method in interface ratpack.session.
SessionListener
setCookieDomain(String)
- Method in class ratpack.session.
SessionModule
setCookieExpiresMins(int)
- Method in class ratpack.session.
SessionModule
setCookiePath(String)
- Method in class ratpack.session.
SessionModule
size()
- Method in interface ratpack.session.store.
SessionStore
The number of currently stored sessions.
T
terminate()
- Method in interface ratpack.session.
Session
Terminates the session with the client.
A
C
D
G
M
N
R
S
T
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes