Package | Description |
---|---|
io.undertow.servlet.handlers | |
io.undertow.servlet.handlers.security | |
io.undertow.servlet.spec |
Modifier and Type | Method and Description |
---|---|
HttpSessionImpl | ServletRequestContext.getSession() |
Modifier and Type | Method and Description |
---|---|
void | ServletRequestContext.setSession(HttpSessionImpl session) |
Modifier and Type | Method and Description |
---|---|
protected Session | CachedAuthenticatedSessionHandler.underlyingSession(HttpSessionImpl httpSession) |
Modifier and Type | Method and Description |
---|---|
static HttpSessionImpl | HttpSessionImpl.forSession(Session session, javax.servlet.ServletContext servletContext, boolean newSession) |
HttpSessionImpl | ServletContextImpl.getSession(HttpServerExchange exchange, boolean create) Gets the session |
HttpSessionImpl | ServletContextImpl.getSession(ServletContextImpl originalServletContext, HttpServerExchange exchange, boolean create) |
HttpSessionImpl | ServletContextImpl.getSession(String sessionId) Gets the session with the specified ID if it exists |
Copyright © 2020 JBoss by Red Hat. All rights reserved.