Package | Description |
---|---|
io.undertow.servlet.handlers | |
io.undertow.servlet.handlers.security | |
io.undertow.servlet.spec |
Modifier and Type | Method | Description |
---|---|---|
HttpSessionImpl |
ServletRequestContext.getSession() |
Modifier and Type | Method | Description |
---|---|---|
void |
ServletRequestContext.setSession(HttpSessionImpl session) |
Modifier and Type | Method | Description |
---|---|---|
protected io.undertow.server.session.Session |
CachedAuthenticatedSessionHandler.underlyingSession(HttpSessionImpl httpSession) |
Modifier and Type | Method | Description |
---|---|---|
static HttpSessionImpl |
HttpSessionImpl.forSession(io.undertow.server.session.Session session,
javax.servlet.ServletContext servletContext,
boolean newSession) |
|
HttpSessionImpl |
ServletContextImpl.getSession(io.undertow.server.HttpServerExchange exchange,
boolean create) |
Gets the session
|
HttpSessionImpl |
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
|
Copyright © 2018. All rights reserved.