Interface WebSocketPingPongListener

  • All Superinterfaces:
    WebSocketConnectionListener

    @Deprecated
    public interface WebSocketPingPongListener
    extends WebSocketConnectionListener
    Deprecated.
    This api is not supported anymore. Please do not use it.
    WebSocket PING/PONG Listener interface for incoming WebSocket PING/PONG frames.
    • Method Detail

      • onWebSocketPing

        void onWebSocketPing​(java.nio.ByteBuffer payload)
        Deprecated.
        A WebSocket PING has been received.
        Parameters:
        payload - the ping payload
      • onWebSocketPong

        void onWebSocketPong​(java.nio.ByteBuffer payload)
        Deprecated.
        A WebSocket PONG has been received.
        Parameters:
        payload - the pong payload