Interface TransportClient.TransportListener

Enclosing interface:
TransportClient

public static interface TransportClient.TransportListener
A TransportListener gets informed about client transport events.
See Also:
  • Method Details

    • stateChanged

      void stateChanged(TransportClient.State state)
      Informs about a connection TransportClient.State change.
      Parameters:
      state - The new state of the connection.
    • methodChanged

      void methodChanged(Method method)
      Informs about a Method change.
      Parameters:
      method - The new method being used.
    • transportFailed

      void transportFailed(String message, Throwable throwable)
      Informs about a transport failure.
      Parameters:
      message - The failure message
      throwable - The error that was thrown.