Uses of Class
io.undertow.servlet.spec.HttpSessionImpl
Packages that use HttpSessionImpl
Package
Description
-
Uses of HttpSessionImpl in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return HttpSessionImplMethods in io.undertow.servlet.handlers with parameters of type HttpSessionImpl -
Uses of HttpSessionImpl in io.undertow.servlet.handlers.security
Methods in io.undertow.servlet.handlers.security with parameters of type HttpSessionImplModifier and TypeMethodDescriptionprotected io.undertow.server.session.Session
CachedAuthenticatedSessionHandler.underlyingSession
(HttpSessionImpl httpSession) -
Uses of HttpSessionImpl in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec that return HttpSessionImplModifier and TypeMethodDescriptionstatic HttpSessionImpl
HttpSessionImpl.forSession
(io.undertow.server.session.Session session, javax.servlet.ServletContext servletContext, boolean newSession) ServletContextImpl.getSession
(io.undertow.server.HttpServerExchange exchange, boolean create) Gets the sessionServletContextImpl.getSession
(ServletContextImpl originalServletContext, io.undertow.server.HttpServerExchange exchange, boolean create) ServletContextImpl.getSession
(String sessionId) Gets the session with the specified ID if it exists