Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientHttpEngine.invoke(ClientInvocation request) |
default <T> CompletableFuture<T> |
AsyncClientHttpEngine.submit(ClientInvocation request,
boolean buffered,
AsyncClientHttpEngine.ResultExtractor<T> extractor)
Submits an asynchronous request.
|
<T> CompletableFuture<T> |
AsyncClientHttpEngine.submit(ClientInvocation request,
boolean buffered,
AsyncClientHttpEngine.ResultExtractor<T> extractor,
ExecutorService executorService)
Submits an asynchronous request.
|
<T> Future<T> |
AsyncClientHttpEngine.submit(ClientInvocation request,
boolean buffered,
InvocationCallback<T> callback,
AsyncClientHttpEngine.ResultExtractor<T> extractor)
Submits an asynchronous request.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.HttpEntity |
ApacheHttpClient4Engine.buildEntity(ClientInvocation request)
Build the HttpEntity to be sent to the Service as part of (POST) request.
|
protected void |
ApacheHttpClient4Engine.commitHeaders(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
URLConnectionEngine.commitHeaders(ClientInvocation request,
HttpURLConnection connection)
Add headers to HttpURLConnection from ClientInvocation.
|
protected HttpURLConnection |
URLConnectionEngine.createConnection(ClientInvocation request)
Create HttpUrlConnection from ClientInvorcation and set request method.
|
protected void |
URLConnectionEngine.executeRequest(ClientInvocation request,
HttpURLConnection connection)
Execute request using HttpURLConnection with body from invocation if needed.
|
ClientResponse |
ApacheHttpAsyncClient4Engine.invoke(ClientInvocation request) |
ClientResponse |
ApacheHttpClient4Engine.invoke(ClientInvocation request) |
ClientResponse |
URLConnectionEngine.invoke(ClientInvocation request) |
protected void |
ApacheHttpClient4Engine.loadHttpMethod(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient43Engine.setRedirectNotRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient4Engine.setRedirectNotRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient43Engine.setRedirectRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient4Engine.setRedirectRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
<T> CompletableFuture<T> |
ApacheHttpAsyncClient4Engine.submit(ClientInvocation request,
boolean buffered,
AsyncClientHttpEngine.ResultExtractor<T> extractor,
ExecutorService executorService) |
<T> Future<T> |
ApacheHttpAsyncClient4Engine.submit(ClientInvocation request,
boolean buffered,
InvocationCallback<T> callback,
AsyncClientHttpEngine.ResultExtractor<T> extractor) |
Modifier and Type | Field and Description |
---|---|
protected ClientInvocation |
AsynchronousInvoke.invocation |
protected ClientInvocation |
ClientInvocationBuilder.invocation |
protected ClientInvocation |
ClientRequestContextImpl.invocation |
Modifier and Type | Method and Description |
---|---|
protected ClientInvocation |
ClientInvocationBuilder.createClientInvocation(ClientInvocation invocation) |
protected ClientInvocation |
ClientInvocationBuilder.createClientInvocation(ResteasyClient client,
URI uri,
ClientRequestHeaders headers,
ClientConfiguration parent) |
ClientInvocation |
ClientInvocationBuilder.getClientInvocation()
exposes the client invocation for easier integration with other libraries
|
ClientInvocation |
ClientInvocationBuilder.getInvocation() |
ClientInvocation |
ClientRequestContextImpl.getInvocation()
exposes the client invocation for easier integration with other libraries
|
Modifier and Type | Method and Description |
---|---|
protected ClientInvocation |
ClientInvocationBuilder.createClientInvocation(ClientInvocation invocation) |
void |
ClientInvocationBuilder.setInvocation(ClientInvocation invocation) |
Constructor and Description |
---|
AsynchronousInvoke(ClientInvocation invocation) |
ClientInvocation(ClientInvocation clientInvocation) |
ClientRequestContextImpl(ClientInvocation invocation) |
Modifier and Type | Method and Description |
---|---|
protected ClientInvocation |
ClientInvoker.createRequest(Object[] args) |
Modifier and Type | Method and Description |
---|---|
ClientInvocation |
ClientContext.getInvocation() |
Constructor and Description |
---|
ClientContext(ClientInvocation invocation,
ClientResponse clientResponse,
EntityExtractorFactory extractorFactory) |
Modifier and Type | Method and Description |
---|---|
void |
FormProcessor.process(ClientInvocation invocation,
Object param) |
void |
InvocationProcessor.process(ClientInvocation invocation,
Object param) |
Modifier and Type | Method and Description |
---|---|
protected ClientInvocation |
HeaderParamProcessor.apply(ClientInvocation invocation,
Object... objects) |
protected ClientInvocation |
HeaderParamProcessor.apply(ClientInvocation target,
Object object) |
protected ClientInvocation |
FormParamProcessor.apply(ClientInvocation target,
Object object) |
protected ClientInvocation |
FormParamProcessor.apply(ClientInvocation target,
Object[] objects) |
Modifier and Type | Method and Description |
---|---|
protected ClientInvocation |
HeaderParamProcessor.apply(ClientInvocation invocation,
Object... objects) |
protected ClientInvocation |
HeaderParamProcessor.apply(ClientInvocation target,
Object object) |
protected ClientInvocation |
FormParamProcessor.apply(ClientInvocation target,
Object object) |
protected ClientInvocation |
FormParamProcessor.apply(ClientInvocation target,
Object[] objects) |
void |
MessageBodyParameterProcessor.process(ClientInvocation invocation,
Object param) |
void |
URIParamProcessor.process(ClientInvocation invocation,
Object param) |
void |
AbstractInvocationCollectionProcessor.process(ClientInvocation invocation,
Object param) |
void |
CookieParamProcessor.process(ClientInvocation invocation,
Object object) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.