| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
ClientHttpEngine.invoke(ClientInvocation request) |
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
URLConnectionEngine.invoke(ClientInvocation request) |
ClientResponse |
ApacheHttpClient4Engine.invoke(ClientInvocation request) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortedResponse |
| Modifier and Type | Field and Description |
|---|---|
private ClientResponse |
ClientResponse.InputStreamWrapper.response |
protected ClientResponse |
ClientResponseContextImpl.response |
| Constructor and Description |
|---|
ClientResponseContextImpl(ClientResponse response) |
InputStreamWrapper(java.io.InputStream in,
ClientResponse response) |
| Modifier and Type | Field and Description |
|---|---|
private ClientResponse |
ClientContext.clientResponse |
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
ClientContext.getClientResponse() |
| Constructor and Description |
|---|
ClientContext(ClientInvocation invocation,
ClientResponse clientResponse,
EntityExtractorFactory extractorFactory) |