Uses of Interface
org.eclipse.jetty.websocket.common.WebSocketSessionListener
-
Packages that use WebSocketSessionListener Package Description org.eclipse.jetty.websocket.client Jetty WebSocket Client APIorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.scopes org.eclipse.jetty.websocket.jsr356 org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.client
Fields in org.eclipse.jetty.websocket.client with type parameters of type WebSocketSessionListener Modifier and Type Field Description private java.util.List<WebSocketSessionListener>WebSocketClient. sessionListenersMethods in org.eclipse.jetty.websocket.client that return types with arguments of type WebSocketSessionListener Modifier and Type Method Description java.util.Collection<WebSocketSessionListener>WebSocketClient. getSessionListeners()Methods in org.eclipse.jetty.websocket.client with parameters of type WebSocketSessionListener Modifier and Type Method Description voidWebSocketClient. addSessionListener(WebSocketSessionListener listener)voidWebSocketClient. removeSessionListener(WebSocketSessionListener listener) -
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement WebSocketSessionListener Modifier and Type Class Description classSessionTrackerMethod parameters in org.eclipse.jetty.websocket.common with type arguments of type WebSocketSessionListener Modifier and Type Method Description private voidWebSocketSession. notifySessionListeners(WebSocketContainerScope scope, java.util.function.Consumer<WebSocketSessionListener> consumer) -
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.common.scopes
Fields in org.eclipse.jetty.websocket.common.scopes with type parameters of type WebSocketSessionListener Modifier and Type Field Description private java.util.List<WebSocketSessionListener>SimpleContainerScope. sessionListenersMethods 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) -
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement WebSocketSessionListener Modifier and Type Class Description private static classClientContainer.JsrSessionListenerBridgeMethods in org.eclipse.jetty.websocket.jsr356 that return types with arguments of type WebSocketSessionListener Modifier and Type Method Description java.util.Collection<WebSocketSessionListener>ClientContainer. getSessionListeners()Methods in org.eclipse.jetty.websocket.jsr356 with parameters of type WebSocketSessionListener Modifier and Type Method Description voidClientContainer. addSessionListener(WebSocketSessionListener listener)voidClientContainer. removeSessionListener(WebSocketSessionListener listener) -
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.server
Fields in org.eclipse.jetty.websocket.server with type parameters of type WebSocketSessionListener Modifier and Type Field Description private java.util.List<WebSocketSessionListener>WebSocketServerFactory. listenersMethods in org.eclipse.jetty.websocket.server that return types with arguments of type WebSocketSessionListener Modifier and Type Method Description java.util.Collection<WebSocketSessionListener>WebSocketServerFactory. getSessionListeners()Methods in org.eclipse.jetty.websocket.server with parameters of type WebSocketSessionListener Modifier and Type Method Description voidWebSocketServerFactory. addSessionListener(WebSocketSessionListener listener)voidWebSocketServerFactory. removeSessionListener(WebSocketSessionListener listener)
-