Uses of Class
org.glassfish.grizzly.http.server.Session
Packages that use Session
-
Uses of Session in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return SessionModifier and TypeMethodDescriptionDefaultSessionManager.createSession(Request request) SessionManager.createSession(Request request) protected SessionRequest.doGetSession(boolean create) DefaultSessionManager.getSession(Request request, String requestedSessionId) Request.getSession()Return the session associated with this Request, creating one if necessary.Request.getSession(boolean create) Return the session associated with this Request, creating one if necessary and requested.SessionManager.getSession(Request request, String requestedSessionId) Return the session associated with this Request, creating one if necessary and requested.Methods in org.glassfish.grizzly.http.server with parameters of type SessionModifier and TypeMethodDescriptionDefaultSessionManager.changeSessionId(Request request, Session session) SessionManager.changeSessionId(Request request, Session session) Change theSessionid and return the original id.