| Package | Description |
|---|---|
| org.eclipse.jetty.server | |
| org.eclipse.jetty.server.session | |
| org.eclipse.jetty.servlet | |
| org.eclipse.jetty.webapp |
| 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() |
| 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) |
| Constructor and Description |
|---|
WebAppContext(SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler)
This constructor is used in the geronimo integration.
|
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.