| 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 | 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.