| Package | Description |
|---|---|
| com.github.kristofa.test.http.client |
Defines a HttpClient interface and an implementation that adapts to using the Apache HttpClient.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014. All Rights Reserved.