Uses of Class
org.glassfish.grizzly.http.server.Session
-
Packages that use Session Package Description org.glassfish.grizzly.http.server -
-
Uses of Session in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return Session Modifier and Type Method Description SessionDefaultSessionManager. createSession(Request request)SessionSessionManager. createSession(Request request)protected SessionRequest. doGetSession(boolean create)SessionDefaultSessionManager. getSession(Request request, String requestedSessionId)SessionRequest. getSession()Return the session associated with this Request, creating one if necessary.SessionRequest. getSession(boolean create)Return the session associated with this Request, creating one if necessary and requested.SessionSessionManager. 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 Session Modifier and Type Method Description StringDefaultSessionManager. changeSessionId(Request request, Session session)StringSessionManager. changeSessionId(Request request, Session session)Change theSessionid and return the original id.
-