Package org.eclipse.jetty.server
Interface Session.LifeCycleListener
- Enclosing interface:
- Session
public static interface Session.LifeCycleListener
Listener interface that if implemented by a value of an attribute of an enclosing
Context
at start, will be
notified of session lifecycle events.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onSessionCreated
(Session session) default void
onSessionDestroyed
(Session session) default void
onSessionIdChanged
(Session session, String oldId)
-
Method Details
-
onSessionIdChanged
-
onSessionCreated
-
onSessionDestroyed
-