Uses of Interface
org.eclipse.jetty.websocket.common.WebSocketSessionListener
Packages that use WebSocketSessionListener
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of WebSocketSessionListener in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement WebSocketSessionListener -
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 WebSocketSessionListenerModifier and TypeMethodDescriptionDelegatedContainerScope.getSessionListeners()SimpleContainerScope.getSessionListeners()WebSocketContainerScope.getSessionListeners()Methods in org.eclipse.jetty.websocket.common.scopes with parameters of type WebSocketSessionListenerModifier and TypeMethodDescriptionvoidDelegatedContainerScope.addSessionListener(WebSocketSessionListener listener) voidSimpleContainerScope.addSessionListener(WebSocketSessionListener listener) voidWebSocketContainerScope.addSessionListener(WebSocketSessionListener listener) voidDelegatedContainerScope.removeSessionListener(WebSocketSessionListener listener) voidSimpleContainerScope.removeSessionListener(WebSocketSessionListener listener) voidWebSocketContainerScope.removeSessionListener(WebSocketSessionListener listener)