Class ClientContainer.JsrSessionListenerBridge
java.lang.Object
org.eclipse.jetty.websocket.jsr356.ClientContainer.JsrSessionListenerBridge
- All Implemented Interfaces:
WebSocketSessionListener
- Enclosing class:
ClientContainer
private static class ClientContainer.JsrSessionListenerBridge
extends Object
implements WebSocketSessionListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonSessionClosed(WebSocketSession session) voidonSessionOpened(WebSocketSession session) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface WebSocketSessionListener
onSessionCreated
-
Field Details
-
listener
-
-
Constructor Details
-
JsrSessionListenerBridge
-
-
Method Details
-
onSessionOpened
- Specified by:
onSessionOpenedin interfaceWebSocketSessionListener
-
onSessionClosed
- Specified by:
onSessionClosedin interfaceWebSocketSessionListener
-