Package | Description |
---|---|
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.servlet |
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) |
Modifier and Type | Method and Description |
---|---|
Session |
ServletSessionManager.createSession(Request request) |
Session |
ServletSessionManager.getSession(Request request,
String requestedSessionId) |
Modifier and Type | Method and Description |
---|---|
String |
ServletSessionManager.changeSessionId(Request request,
Session session) |
Constructor and Description |
---|
HttpSessionImpl(WebappContext contextImpl,
Session session)
Create an HttpSession.
|
Copyright © 2015 Oracle Corporation. All rights reserved.