Interface BlockedListener


  • public interface BlockedListener
    Implement this interface in order to be notified of connection block and unblock events. For a lambda-oriented syntax, use BlockedCallback and UnblockedCallback.
    • Method Detail

      • handleBlocked

        void handleBlocked​(java.lang.String reason)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • handleUnblocked

        void handleUnblocked()
                      throws java.io.IOException
        Throws:
        java.io.IOException