Package io.servicetalk.http.netty
Class ProxyResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.servicetalk.http.api.ProxyConnectException
io.servicetalk.http.api.ProxyConnectResponseException
io.servicetalk.http.netty.ProxyResponseException
- All Implemented Interfaces:
RetryableException,Serializable
@Deprecated
public class ProxyResponseException
extends ProxyConnectResponseException
implements RetryableException
Deprecated.
A proxy response exception, that indicates an unexpected response status from a proxy.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatus()Deprecated.Returns theHttpResponseStatusthat was received.toString()Deprecated.Methods inherited from class io.servicetalk.http.api.ProxyConnectResponseException
responseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
status
Deprecated.Returns theHttpResponseStatusthat was received.- Returns:
- the
HttpResponseStatusthat was received.
-
toString
Deprecated.
-
ProxyConnectResponseExceptioninstead