Package | Description |
---|---|
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.servlet |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSessionManager
Default
SessionManager implementation. |
Modifier and Type | Field and Description |
---|---|
protected SessionManager |
Request.sessionManager |
Modifier and Type | Method and Description |
---|---|
protected SessionManager |
Request.getSessionManager() |
protected SessionManager |
HttpHandler.getSessionManager() |
static SessionManager |
DefaultSessionManager.instance() |
Modifier and Type | Method and Description |
---|---|
protected void |
Request.setSessionManager(SessionManager sessionManager)
Set
SessionManager , null value implies DefaultSessionManager |
Modifier and Type | Class and Description |
---|---|
class |
ServletSessionManager
The Servlet-aware
SessionManager implementation. |
Modifier and Type | Method and Description |
---|---|
protected SessionManager |
ServletHandler.getSessionManager() |
static SessionManager |
ServletSessionManager.instance() |
Modifier and Type | Method and Description |
---|---|
protected void |
ServletHandler.setSessionManager(SessionManager sessionManager)
Set the
SessionManager instance used by this ServletHandler |
void |
WebappContext.setSessionManager(SessionManager sessionManager)
Sets the
SessionManager that should be used by this
WebappContext . |
Copyright © 2015 Oracle Corporation. All rights reserved.