Package org.eclipse.jetty.websocket.api
Interface WebSocketSessionListener
- All Known Implementing Classes:
SessionTracker
public interface WebSocketSessionListener
Interface for Listeners that are interested in knowing about the Session history.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onWebSocketSessionClosed
(Session session) default void
onWebSocketSessionCreated
(Session session) default void
onWebSocketSessionOpened
(Session session)
-
Method Details
-
onWebSocketSessionCreated
-
onWebSocketSessionOpened
-
onWebSocketSessionClosed
-