public class HttpClientException extends AbortedException
| Constructor and Description |
|---|
HttpClientException(java.lang.String uri,
HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |
HttpHeaders |
headers()
Return the HTTP response headers
|
HttpResponse |
message()
Return the netty HTTP response message
|
HttpResponseStatus |
status()
Return the HTTP status
|
java.lang.String |
uri()
Return the original request uri
|
isConnectionResetpublic HttpClientException(java.lang.String uri,
HttpResponse response)
public HttpResponseStatus status()
public HttpHeaders headers()
public HttpResponse message()
public java.lang.String uri()
public java.lang.Throwable fillInStackTrace()
fillInStackTrace in class AbortedException