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 SessionCachedAuthenticatedSessionHandler.underlyingSession(HttpSessionImpl httpSession) -
Uses of HttpSessionImpl in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec that return HttpSessionImplModifier and TypeMethodDescriptionstatic HttpSessionImplHttpSessionImpl.forSession(Session session, jakarta.servlet.ServletContext servletContext, boolean newSession) ServletContextImpl.getSession(HttpServerExchange exchange, boolean create) Gets the sessionServletContextImpl.getSession(ServletContextImpl originalServletContext, HttpServerExchange exchange, boolean create) ServletContextImpl.getSession(String sessionId) Gets the session with the specified ID if it exists