Package org.eclipse.jetty.websocket.api
Interface WebSocketPingPongListener
-
- All Superinterfaces:
WebSocketConnectionListener
public interface WebSocketPingPongListener extends WebSocketConnectionListener
WebSocket PING/PONG Listener interface for incoming WebSocket PING/PONG frames.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onWebSocketPing(java.nio.ByteBuffer payload)
A WebSocket PING has been received.void
onWebSocketPong(java.nio.ByteBuffer payload)
A WebSocket PONG has been received.-
Methods inherited from interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
onWebSocketClose, onWebSocketConnect, onWebSocketError
-
-