Package org.eclipse.jetty.server
Interface Session.ValueListener
- All Known Implementing Classes:
SessionAuthentication
- Enclosing interface:
- Session
public static interface Session.ValueListener
Listener interface that if implemented by a session attribute value, will be notified of
session value events.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onSessionActivation
(Session session) default void
onSessionAttributeUpdate
(Session session, String name, Object oldValue, Object newValue) default void
onSessionPassivation
(Session session)
-
Method Details
-
onSessionAttributeUpdate
-
onSessionActivation
-
onSessionPassivation
-