Interface WebSocketClientCallback


  • public interface WebSocketClientCallback
    • Method Detail

      • connecting

        default void connecting()
        When a connection attempt is underway
      • connected

        default void connected()
        When the connection was successfully established
      • connectionFailed

        default void connectionFailed​(Throwable t)
        When the initial connection attempt failed
      • disconnected

        default void disconnected()
        When a previously successful connection was disconnected