Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientHttpEngine.invoke(ClientInvocation request) |
Modifier and Type | Method and Description |
---|---|
T |
AsyncClientHttpEngine.ResultExtractor.extractResult(ClientResponse response)
Extracts a result out of a Response
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
ApacheHttpAsyncClient4Engine.invoke(ClientInvocation request) |
ClientResponse |
ApacheHttpClient4Engine.invoke(ClientInvocation request) |
ClientResponse |
URLConnectionEngine.invoke(ClientInvocation request) |
Modifier and Type | Class and Description |
---|---|
class |
AbortedResponse |
Modifier and Type | Field and Description |
---|---|
protected ClientResponse |
ClientResponseContextImpl.response |
Modifier and Type | Method and Description |
---|---|
protected ClientResponse |
ClientInvocation.filterRequest(ClientRequestContextImpl requestContext) |
protected ClientResponse |
ClientInvocation.filterResponse(ClientRequestContextImpl requestContext,
ClientResponse response) |
ClientResponse |
ClientResponseContextImpl.getClientResponse() |
ClientResponse |
ClientInvocation.invoke() |
Modifier and Type | Method and Description |
---|---|
protected ClientResponse |
ClientInvocation.filterResponse(ClientRequestContextImpl requestContext,
ClientResponse response) |
Constructor and Description |
---|
ClientResponseContextImpl(ClientResponse response) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientContext.getClientResponse() |
Constructor and Description |
---|
ClientContext(ClientInvocation invocation,
ClientResponse clientResponse,
EntityExtractorFactory extractorFactory) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.