Uses of Class
io.undertow.servlet.spec.HttpSessionImpl
-
Packages that use HttpSessionImpl Package Description io.undertow.servlet.handlers io.undertow.servlet.handlers.security io.undertow.servlet.spec -
-
Uses of HttpSessionImpl in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return HttpSessionImpl Modifier and Type Method Description HttpSessionImpl
ServletRequestContext. getSession()
Methods in io.undertow.servlet.handlers with parameters of type HttpSessionImpl Modifier and Type Method Description void
ServletRequestContext. setSession(HttpSessionImpl session)
-
Uses of HttpSessionImpl in io.undertow.servlet.handlers.security
Methods in io.undertow.servlet.handlers.security with parameters of type HttpSessionImpl Modifier and Type Method Description protected 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 HttpSessionImpl Modifier and Type Method Description static HttpSessionImpl
HttpSessionImpl. forSession(io.undertow.server.session.Session session, jakarta.servlet.ServletContext servletContext, boolean newSession)
HttpSessionImpl
ServletContextImpl. getSession(io.undertow.server.HttpServerExchange exchange, boolean create)
Gets the sessionHttpSessionImpl
ServletContextImpl. getSession(ServletContextImpl originalServletContext, io.undertow.server.HttpServerExchange exchange, boolean create)
HttpSessionImpl
ServletContextImpl. getSession(java.lang.String sessionId)
Gets the session with the specified ID if it exists
-