Package | Description |
---|---|
io.undertow.server.session | |
io.undertow.servlet.api | |
io.undertow.servlet.spec |
Modifier and Type | Class and Description |
---|---|
class | PathParameterSessionConfig Session config that is based on a path parameter and URL rewriting |
class | SessionCookieConfig Encapsulation of session cookie configuration. |
class | SslSessionConfig Session config that stores the session ID in the current SSL session. |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<SessionConfig> | SessionConfig.ATTACHMENT_KEY |
Modifier and Type | Method and Description |
---|---|
String | Session.changeSessionId(HttpServerExchange exchange, SessionConfig config) Generate a new session id for this session, and return the new id. |
Session | SessionManager.createSession(HttpServerExchange serverExchange, SessionConfig sessionCookieConfig) Creates a new session. |
Session | InMemorySessionManager.createSession(HttpServerExchange serverExchange, SessionConfig config) |
Session | SessionManager.getSession(HttpServerExchange serverExchange, SessionConfig sessionCookieConfig) |
Session | InMemorySessionManager.getSession(HttpServerExchange serverExchange, SessionConfig config) |
Constructor and Description |
---|
SessionAttachmentHandler(HttpHandler next, SessionManager sessionManager, SessionConfig sessionConfig) |
SessionAttachmentHandler(SessionManager sessionManager, SessionConfig sessionConfig) |
SslSessionConfig(SessionConfig fallbackSessionConfig, SessionManager sessionManager) |
Modifier and Type | Method and Description |
---|---|
SessionConfig | SessionConfigWrapper.wrap(SessionConfig sessionConfig, Deployment deployment) |
Modifier and Type | Method and Description |
---|---|
SessionConfig | SessionConfigWrapper.wrap(SessionConfig sessionConfig, Deployment deployment) |
Modifier and Type | Class and Description |
---|---|
class | SessionCookieConfigImpl |
Modifier and Type | Method and Description |
---|---|
SessionConfig | SessionCookieConfigImpl.getFallback() |
SessionConfig | ServletContextImpl.getSessionConfig() |
Modifier and Type | Method and Description |
---|---|
void | SessionCookieConfigImpl.setFallback(SessionConfig fallback) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.