Package org.eclipse.jetty.websocket.api
Class Session.Listener.Abstract
java.lang.Object
org.eclipse.jetty.websocket.api.Session.Listener.Abstract
- All Implemented Interfaces:
Session.Listener
- Direct Known Subclasses:
Session.Listener.AbstractAutoDemanding
- Enclosing interface:
- Session.Listener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.websocket.api.Session.Listener
Session.Listener.Abstract, Session.Listener.AbstractAutoDemanding, Session.Listener.AutoDemanding
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isOpen()
void
onWebSocketOpen
(Session session) A WebSocketSession
has opened successfully and is ready to be used.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.websocket.api.Session.Listener
onWebSocketBinary, onWebSocketClose, onWebSocketError, onWebSocketFrame, onWebSocketPartialBinary, onWebSocketPartialText, onWebSocketPing, onWebSocketPong, onWebSocketText
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
onWebSocketOpen
Description copied from interface:Session.Listener
A WebSocket
Session
has opened successfully and is ready to be used.Applications can store the given
Session
as a field so it can be used to send messages back to the other peer.- Specified by:
onWebSocketOpen
in interfaceSession.Listener
- Parameters:
session
- the WebSocket session
-
getSession
-
isOpen
public boolean isOpen()
-