Class ProxyHandler.ProxyResponseResult
- java.lang.Object
-
- com.microsoft.azure.proton.transport.proxy.ProxyHandler.ProxyResponseResult
-
- Enclosing interface:
- ProxyHandler
public static class ProxyHandler.ProxyResponseResult extends Object
Represents a response from the proxy.
-
-
Constructor Summary
Constructors Constructor Description ProxyResponseResult(Boolean isSuccess, String error)Creates a new response.
-