Package org.eclipse.jetty.websocket.api
Interface Session.Listener.AutoDemanding
- All Superinterfaces:
Session.Listener
- All Known Implementing Classes:
Session.Listener.AbstractAutoDemanding
- Enclosing interface:
- Session.Listener
Tag interface that signals that the WebSocket endpoint is demanding for WebSocket frames automatically.
- See Also:
-
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
-
Method Summary
Methods inherited from interface org.eclipse.jetty.websocket.api.Session.Listener
onWebSocketBinary, onWebSocketClose, onWebSocketError, onWebSocketFrame, onWebSocketOpen, onWebSocketPartialBinary, onWebSocketPartialText, onWebSocketPing, onWebSocketPong, onWebSocketText