Package | Description |
---|---|
io.undertow.server.session | |
io.undertow.servlet.core | |
io.undertow.servlet.spec |
Modifier and Type | Method and Description |
---|---|
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) |
Session |
SessionManager.getSession(String sessionId)
Retrieves a session with the given session id
|
Session |
InMemorySessionManager.getSession(String sessionId) |
Modifier and Type | Method and Description |
---|---|
void |
SessionListener.attributeAdded(Session session,
String name,
Object value) |
void |
SessionListeners.attributeAdded(Session session,
String name,
Object value) |
void |
SessionListener.attributeRemoved(Session session,
String name,
Object oldValue) |
void |
SessionListeners.attributeRemoved(Session session,
String name,
Object oldValue) |
void |
SessionListener.attributeUpdated(Session session,
String name,
Object newValue,
Object oldValue) |
void |
SessionListeners.attributeUpdated(Session session,
String name,
Object newValue,
Object oldValue) |
void |
SessionListener.sessionCreated(Session session,
HttpServerExchange exchange)
Called when a session is created
|
void |
SessionListeners.sessionCreated(Session session,
HttpServerExchange exchange) |
void |
SessionListener.sessionDestroyed(Session session,
HttpServerExchange exchange,
SessionListener.SessionDestroyedReason reason)
Called when a session is destroyed
|
void |
SessionListeners.sessionDestroyed(Session session,
HttpServerExchange exchange,
SessionListener.SessionDestroyedReason reason) |
void |
SessionListener.sessionIdChanged(Session session,
String oldSessionId) |
void |
SessionListeners.sessionIdChanged(Session session,
String oldSessionId) |
Modifier and Type | Method and Description |
---|---|
void |
SessionListenerBridge.attributeAdded(Session session,
String name,
Object value) |
void |
SessionListenerBridge.attributeRemoved(Session session,
String name,
Object old) |
void |
SessionListenerBridge.attributeUpdated(Session session,
String name,
Object value,
Object old) |
void |
SessionListenerBridge.sessionCreated(Session session,
HttpServerExchange exchange) |
void |
SessionListenerBridge.sessionDestroyed(Session session,
HttpServerExchange exchange,
SessionListener.SessionDestroyedReason reason) |
void |
SessionListenerBridge.sessionIdChanged(Session session,
String oldSessionId) |
Modifier and Type | Method and Description |
---|---|
Session |
HttpSessionImpl.getSession() |
Modifier and Type | Method and Description |
---|---|
static HttpSessionImpl |
HttpSessionImpl.forSession(Session session,
javax.servlet.ServletContext servletContext,
boolean newSession) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.