Uses of Class
org.eclipse.jetty.server.session.SessionHandler
-
Packages that use SessionHandler Package Description org.eclipse.jetty.gcloud.session org.eclipse.jetty.hazelcast.session org.eclipse.jetty.nosql.mongodb Jetty NoSql : MongoDB Integrationorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.session.infinispan org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of SessionHandler in org.eclipse.jetty.gcloud.session
Methods in org.eclipse.jetty.gcloud.session with parameters of type SessionHandler Modifier and Type Method Description SessionDataStoreGCloudSessionDataStoreFactory. getSessionDataStore(SessionHandler handler) -
Uses of SessionHandler in org.eclipse.jetty.hazelcast.session
Methods in org.eclipse.jetty.hazelcast.session with parameters of type SessionHandler Modifier and Type Method Description SessionDataStoreHazelcastSessionDataStoreFactory. getSessionDataStore(SessionHandler handler) -
Uses of SessionHandler in org.eclipse.jetty.nosql.mongodb
Methods in org.eclipse.jetty.nosql.mongodb with parameters of type SessionHandler Modifier and Type Method Description SessionDataStoreMongoSessionDataStoreFactory. getSessionDataStore(SessionHandler handler) -
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. -
Uses of SessionHandler in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as SessionHandler Modifier and Type Field Description protected SessionHandlerServletContextHandler. _sessionHandlerMethods in org.eclipse.jetty.servlet that return SessionHandler Modifier and Type Method Description SessionHandlerServletContextHandler. getSessionHandler()protected SessionHandlerServletContextHandler. newSessionHandler()Methods in org.eclipse.jetty.servlet with parameters of type SessionHandler Modifier and Type Method Description voidServletContextHandler. setSessionHandler(SessionHandler sessionHandler)Constructors in org.eclipse.jetty.servlet with parameters of type SessionHandler Constructor Description ServletContextHandler(HandlerContainer parent, java.lang.String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)ServletContextHandler(HandlerContainer parent, java.lang.String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options)ServletContextHandler(HandlerContainer parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of SessionHandler in org.eclipse.jetty.session.infinispan
Methods in org.eclipse.jetty.session.infinispan with parameters of type SessionHandler Modifier and Type Method Description SessionDataStoreInfinispanSessionDataStoreFactory. getSessionDataStore(SessionHandler handler) -
Uses of SessionHandler in org.eclipse.jetty.webapp
Constructors in org.eclipse.jetty.webapp with parameters of type SessionHandler Constructor Description WebAppContext(HandlerContainer parent, java.lang.String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options)This constructor is used in the geronimo integration.WebAppContext(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)This constructor is used in the geronimo integration.
-