Interface ProxyLoginHandler.ProxyListener

Enclosing class:
ProxyLoginHandler

public static interface ProxyLoginHandler.ProxyListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The proxied connection attempt failed.
    void
    The proxied connection attempt succeeded.
  • Method Details

    • connectSuccess

      void connectSuccess()
      The proxied connection attempt succeeded.
    • connectFailure

      void connectFailure(Throwable failure_msg)
      The proxied connection attempt failed.
      Parameters:
      failure_msg - failure reason