public interface WebSocketClientCallback
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidWhen the connection was successfully establisheddefault voidWhen a connection attempt is underwaydefault voidWhen the initial connection attempt faileddefault voidWhen a previously successful connection was disconnected
-
Method Details
-
connecting
default void connecting()When a connection attempt is underway -
connected
default void connected()When the connection was successfully established -
connectionFailed
When the initial connection attempt failed -
disconnected
default void disconnected()When a previously successful connection was disconnected
-