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 HttpSessionImplServletRequestContext. getSession()Methods in io.undertow.servlet.handlers with parameters of type HttpSessionImpl Modifier and Type Method Description voidServletRequestContext. 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 SessionCachedAuthenticatedSessionHandler. 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 HttpSessionImplHttpSessionImpl. forSession(Session session, jakarta.servlet.ServletContext servletContext, boolean newSession)HttpSessionImplServletContextImpl. getSession(HttpServerExchange exchange, boolean create)Gets the sessionHttpSessionImplServletContextImpl. getSession(ServletContextImpl originalServletContext, HttpServerExchange exchange, boolean create)HttpSessionImplServletContextImpl. getSession(String sessionId)Gets the session with the specified ID if it exists
-