Class ProxyHandler.ProxyResponseResult

  • Enclosing interface:
    ProxyHandler

    public static class ProxyHandler.ProxyResponseResult
    extends Object
    Represents a response from the proxy.
    • Constructor Detail

      • ProxyResponseResult

        public ProxyResponseResult​(Boolean isSuccess,
                                   String error)
        Creates a new response.
        Parameters:
        isSuccess - true if it was successful; false otherwise.
        error - The error from the proxy. Or null if there was none.
    • Method Detail

      • getIsSuccess

        public Boolean getIsSuccess()
      • getError

        public String getError()