Uses of Class
io.undertow.server.session.SessionListener.SessionDestroyedReason
-
Packages that use SessionListener.SessionDestroyedReason Package Description io.undertow.server.session io.undertow.servlet.core -
-
Uses of SessionListener.SessionDestroyedReason in io.undertow.server.session
Methods in io.undertow.server.session that return SessionListener.SessionDestroyedReason Modifier and Type Method Description static SessionListener.SessionDestroyedReasonSessionListener.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.Methods in io.undertow.server.session with parameters of type SessionListener.SessionDestroyedReason Modifier and Type Method Description voidSessionListener. sessionDestroyed(Session session, HttpServerExchange exchange, SessionListener.SessionDestroyedReason reason)Called when a session is destroyedvoidSessionListeners. sessionDestroyed(Session session, HttpServerExchange exchange, SessionListener.SessionDestroyedReason reason) -
Uses of SessionListener.SessionDestroyedReason in io.undertow.servlet.core
Methods in io.undertow.servlet.core with parameters of type SessionListener.SessionDestroyedReason Modifier and Type Method Description voidSessionListenerBridge. sessionDestroyed(Session session, HttpServerExchange exchange, SessionListener.SessionDestroyedReason reason)
-