| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionManager.createSession(Request request)
|
Session |
DefaultSessionManager.createSession(Request request) |
protected Session |
Request.doGetSession(boolean create) |
Session |
Request.getSession()
Return the session associated with this Request, creating one
if necessary.
|
Session |
Request.getSession(boolean create)
Return the session associated with this Request, creating one
if necessary and requested.
|
Session |
SessionManager.getSession(Request request,
String requestedSessionId)
Return the session associated with this Request, creating one
if necessary and requested.
|
Session |
DefaultSessionManager.getSession(Request request,
String requestedSessionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
SessionManager.changeSessionId(Request request,
Session session)
Change the
Session id and return the original id. |
String |
DefaultSessionManager.changeSessionId(Request request,
Session session) |
Copyright © 2020 Oracle Corporation. All Rights Reserved.