Uses of Interface
org.eclipse.jetty.websocket.common.WebSocketSessionListener
-
Packages that use WebSocketSessionListener Package Description org.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.scopes -
-
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement WebSocketSessionListener Modifier and Type Class Description classSessionTracker -
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.common.scopes
Methods in org.eclipse.jetty.websocket.common.scopes that return types with arguments of type WebSocketSessionListener Modifier and Type Method Description java.util.Collection<WebSocketSessionListener>DelegatedContainerScope. getSessionListeners()java.util.Collection<WebSocketSessionListener>SimpleContainerScope. getSessionListeners()java.util.Collection<WebSocketSessionListener>WebSocketContainerScope. getSessionListeners()Methods in org.eclipse.jetty.websocket.common.scopes with parameters of type WebSocketSessionListener Modifier and Type Method Description voidDelegatedContainerScope. addSessionListener(WebSocketSessionListener listener)voidSimpleContainerScope. addSessionListener(WebSocketSessionListener listener)voidWebSocketContainerScope. addSessionListener(WebSocketSessionListener listener)voidDelegatedContainerScope. removeSessionListener(WebSocketSessionListener listener)voidSimpleContainerScope. removeSessionListener(WebSocketSessionListener listener)voidWebSocketContainerScope. removeSessionListener(WebSocketSessionListener listener)
-