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 theHttpResponseStatus
that was received.toString()
Deprecated.Methods inherited from class io.servicetalk.http.api.ProxyConnectResponseException
response
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
status
Deprecated.Returns theHttpResponseStatus
that was received.- Returns:
- the
HttpResponseStatus
that was received.
-
toString
Deprecated.
-
ProxyConnectResponseException
instead