Package | Description |
---|---|
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.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.setSessionHandler(SessionHandler handler)
Sets the
SessionHandler . |
Modifier and Type | Field and Description |
---|---|
protected SessionHandler |
AbstractSessionManager._sessionHandler |
Modifier and Type | Method and Description |
---|---|
SessionHandler |
AbstractSessionManager.getSessionHandler() |
abstract SessionHandler |
AbstractTestServer.newSessionHandler(SessionManager sessionManager) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSessionManager.setSessionHandler(SessionHandler sessionHandler) |
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) |
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-2015 Webtide. All Rights Reserved.