Package org.eclipse.jetty.websocket.api
Interface WebSocketSessionListener
-
public interface WebSocketSessionListenerInterface for Listeners that are interested in knowing about the Session history.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonWebSocketSessionClosed(Session session)default voidonWebSocketSessionCreated(Session session)default voidonWebSocketSessionOpened(Session session)
-