Class Session.Listener.AbstractAutoDemanding
java.lang.Object
org.eclipse.jetty.websocket.api.Session.Listener.Abstract
org.eclipse.jetty.websocket.api.Session.Listener.AbstractAutoDemanding
- All Implemented Interfaces:
Session.Listener, Session.Listener.AutoDemanding
- Enclosing interface:
Session.Listener
public abstract static class Session.Listener.AbstractAutoDemanding
extends Session.Listener.Abstract
implements Session.Listener.AutoDemanding
-
Nested Class Summary
Nested classes/interfaces inherited from interface Session.Listener
Session.Listener.Abstract, Session.Listener.AbstractAutoDemanding, Session.Listener.AutoDemanding -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Session.Listener.Abstract
getSession, isOpen, onWebSocketOpenMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Session.Listener
onWebSocketBinary, onWebSocketClose, onWebSocketError, onWebSocketFrame, onWebSocketOpen, onWebSocketPartialBinary, onWebSocketPartialText, onWebSocketPing, onWebSocketPong, onWebSocketText
-
Constructor Details
-
AbstractAutoDemanding
public AbstractAutoDemanding()
-