Uses of Enum
io.undertow.server.session.SessionListener.SessionDestroyedReason
Packages that use SessionListener.SessionDestroyedReason
-
Uses of SessionListener.SessionDestroyedReason in io.undertow.server.session
Methods in io.undertow.server.session that return SessionListener.SessionDestroyedReasonModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.SessionDestroyedReasonModifier and TypeMethodDescriptiondefault voidSessionListener.sessionDestroyed(Session session, HttpServerExchange exchange, SessionListener.SessionDestroyedReason reason) Called when a session is destroyedvoidSessionListeners.sessionDestroyed(Session session, HttpServerExchange exchange, SessionListener.SessionDestroyedReason reason)