|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpRequestException | |
|---|---|
| com.github.kristofa.test.http.client | Defines a HttpClient interface and an implementation that adapts to using the Apache HttpClient. |
| Uses of HttpRequestException in com.github.kristofa.test.http.client |
|---|
| Subclasses of HttpRequestException in com.github.kristofa.test.http.client | |
|---|---|
class |
GetException
Exception that indicates that a HTTP GET request failed. |
class |
PostException
Exception that indicates that a HTTP POST request failed. |
class |
PutException
Exception that indicates that a HTTP PUT request failed. |
| Methods in com.github.kristofa.test.http.client that throw HttpRequestException | |
|---|---|
HttpClientResponse<InputStream> |
HttpClient.execute(FullHttpRequest request)
Executes a HTTP request and returns response. |
HttpClientResponse<InputStream> |
ApacheHttpClientImpl.execute(FullHttpRequest request)
Executes a HTTP request and returns response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||