Package | Description |
---|---|
org.eclipse.jetty.nosql.mongodb |
Jetty NoSql : MongoDB Integration
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.session.infinispan | |
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Method and Description |
---|---|
SessionDataStore |
MongoSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
Modifier and Type | Method and Description |
---|---|
SessionHandler |
Request.getSessionHandler() |
Modifier and Type | Method and Description |
---|---|
Set<SessionHandler> |
SessionIdManager.getSessionHandlers()
Get the set of all session handlers for this node
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setSessionHandler(SessionHandler sessionHandler) |
Modifier and Type | Field and Description |
---|---|
protected SessionHandler |
AbstractSessionCache._handler
The SessionHandler related to this SessionCache
|
protected SessionHandler |
Session._handler |
Modifier and Type | Method and Description |
---|---|
SessionHandler |
AbstractSessionCache.getSessionHandler() |
SessionHandler |
Session.getSessionHandler() |
SessionHandler |
SessionCache.getSessionHandler() |
Modifier and Type | Method and Description |
---|---|
Set<SessionHandler> |
DefaultSessionIdManager.getSessionHandlers()
Get SessionManager for every context.
|
Modifier and Type | Method and Description |
---|---|
SessionCache |
DefaultSessionCacheFactory.getSessionCache(SessionHandler handler) |
SessionCache |
SessionCacheFactory.getSessionCache(SessionHandler handler) |
SessionDataStore |
JDBCSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
SessionDataStore |
CachingSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
SessionDataStore |
SessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
SessionDataStore |
FileSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
Constructor and Description |
---|
AbstractSessionCache(SessionHandler handler) |
DefaultSessionCache(SessionHandler manager) |
NullSessionCache(SessionHandler handler) |
Session(SessionHandler handler,
javax.servlet.http.HttpServletRequest request,
SessionData data)
Create a new session
|
Session(SessionHandler handler,
SessionData data)
Re-create an existing session
|
Modifier and Type | Field and Description |
---|---|
protected SessionHandler |
ServletContextHandler._sessionHandler |
Modifier and Type | Method and Description |
---|---|
SessionHandler |
ServletContextHandler.getSessionHandler() |
protected SessionHandler |
ServletContextHandler.newSessionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ServletContextHandler.setSessionHandler(SessionHandler sessionHandler) |
Constructor and Description |
---|
ServletContextHandler(HandlerContainer parent,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
ServletContextHandler(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
ServletContextHandler(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler,
int options) |
Modifier and Type | Method and Description |
---|---|
SessionDataStore |
InfinispanSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) |
Constructor and Description |
---|
WebAppContext(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler,
int options)
This constructor is used in the geronimo integration.
|
WebAppContext(SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler)
This constructor is used in the geronimo integration.
|
Copyright © 1995–2016 Mort Bay Consulting. All rights reserved.