Package org.eclipse.jetty.websocket.api
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 org.eclipse.jetty.websocket.api.Session.Listener
Session.Listener.Abstract, Session.Listener.AbstractAutoDemanding, Session.Listener.AutoDemanding
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.websocket.api.Session.Listener.Abstract
getSession, isOpen, onWebSocketOpen
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, onWebSocketOpen, onWebSocketPartialBinary, onWebSocketPartialText, onWebSocketPing, onWebSocketPong, onWebSocketText
-
Constructor Details
-
AbstractAutoDemanding
public AbstractAutoDemanding()
-