Uses of Class
org.eclipse.jetty.server.session.SessionHandler
-
Packages that use SessionHandler Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of SessionHandler in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return SessionHandler Modifier and Type Method Description SessionHandlerRequest. getSessionHandler()Methods in org.eclipse.jetty.server that return types with arguments of type SessionHandler Modifier and Type Method Description java.util.Set<SessionHandler>SessionIdManager. getSessionHandlers()Get the set of all session handlers for this nodeMethods in org.eclipse.jetty.server with parameters of type SessionHandler Modifier and Type Method Description javax.servlet.http.HttpSessionRequest. getSession(SessionHandler sessionHandler)Find a session that this request has already entered for the given SessionHandlervoidRequest. setSessionHandler(SessionHandler sessionHandler) -
Uses of SessionHandler in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as SessionHandler Modifier and Type Field Description protected SessionHandlerAbstractSessionCache. _handlerThe SessionHandler related to this SessionCacheprotected SessionHandlerSession. _handlerMethods in org.eclipse.jetty.server.session that return SessionHandler Modifier and Type Method Description SessionHandlerAbstractSessionCache. getSessionHandler()SessionHandlerSession. getSessionHandler()SessionHandlerSessionCache. getSessionHandler()SessionHandlerSessionContext. getSessionHandler()Methods in org.eclipse.jetty.server.session that return types with arguments of type SessionHandler Modifier and Type Method Description java.util.Set<SessionHandler>DefaultSessionIdManager. getSessionHandlers()Get SessionHandler for every context.Methods in org.eclipse.jetty.server.session with parameters of type SessionHandler Modifier and Type Method Description SessionCacheAbstractSessionCacheFactory. getSessionCache(SessionHandler handler)SessionCacheSessionCacheFactory. getSessionCache(SessionHandler handler)SessionDataStoreCachingSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)SessionDataStoreFileSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)SessionDataStoreJDBCSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)SessionDataStoreNullSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)SessionDataStoreSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)abstract SessionCacheAbstractSessionCacheFactory. newSessionCache(SessionHandler handler)SessionCacheDefaultSessionCacheFactory. newSessionCache(SessionHandler handler)SessionCacheNullSessionCacheFactory. newSessionCache(SessionHandler handler)Constructors in org.eclipse.jetty.server.session with parameters of type SessionHandler Constructor Description AbstractSessionCache(SessionHandler handler)DefaultSessionCache(SessionHandler manager)NullSessionCache(SessionHandler handler)Session(SessionHandler handler, javax.servlet.http.HttpServletRequest request, SessionData data)Create a new sessionSession(SessionHandler handler, SessionData data)Re-inflate an existing session from some eg persistent store.
-