Package | Description |
---|---|
io.undertow.server.session | |
io.undertow.servlet.core |
Modifier and Type | Method and Description |
---|---|
static SessionListener.SessionDestroyedReason | SessionListener.SessionDestroyedReason.valueOf(String name) Returns the enum constant of this type with the specified name. |
static SessionListener.SessionDestroyedReason[] | SessionListener.SessionDestroyedReason.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Modifier and Type | Method and Description |
---|---|
default 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) |
Modifier and Type | Method and Description |
---|---|
void | SessionListenerBridge.sessionDestroyed(Session session, HttpServerExchange exchange, SessionListener.SessionDestroyedReason reason) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.