Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientHttpEngine.invoke(ClientInvocation request) |
<T> Future<T> |
AsyncClientHttpEngine.submit(ClientInvocation request,
boolean buffered,
javax.ws.rs.client.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 |
URLConnectionEngine.invoke(ClientInvocation request) |
ClientResponse |
ApacheHttpClient4Engine.invoke(ClientInvocation request) |
ClientResponse |
ApacheHttpAsyncClient4Engine.invoke(ClientInvocation request) |
protected void |
ApacheHttpClient4Engine.loadHttpMethod(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.setRedirectNotRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient4Engine.setRedirectRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient43Engine.setRedirectRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
<T> Future<T> |
ApacheHttpAsyncClient4Engine.submit(ClientInvocation request,
boolean buffered,
javax.ws.rs.client.InvocationCallback<T> callback,
AsyncClientHttpEngine.ResultExtractor<T> extractor) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
JettyClientEngine.invoke(ClientInvocation invocation) |
<T> Future<T> |
JettyClientEngine.submit(ClientInvocation invocation,
boolean bufIn,
javax.ws.rs.client.InvocationCallback<T> callback,
AsyncClientHttpEngine.ResultExtractor<T> extractor)
Implementation note: due to lack of asynchronous message decoders the request must either be buffered,
or it must have a
null extractor and type parameter <T> must be ClientResponse ,
which will read the data through its stream. |
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(ResteasyClient client,
URI uri,
ClientRequestHeaders headers,
ClientConfiguration parent) |
ClientInvocation |
ClientInvocationBuilder.getInvocation() |
Modifier and Type | Method and Description |
---|---|
void |
ClientInvocationBuilder.setInvocation(ClientInvocation invocation) |
Constructor and Description |
---|
AsynchronousInvoke(ClientInvocation invocation) |
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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.