Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
Package
Description
-
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.engines
Modifier and TypeMethodDescriptionprotected org.apache.http.HttpEntity
ManualClosingApacheHttpClient43Engine.buildEntity
(ClientInvocation request) Deprecated, for removal: This API element is subject to removal in a future version.Build the HttpEntity to be sent to the Service as part of (POST) request.protected void
ManualClosingApacheHttpClient43Engine.commitHeaders
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) Deprecated, for removal: This API element is subject to removal in a future version.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.protected void
ManualClosingApacheHttpClient43Engine.loadHttpMethod
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) Deprecated, for removal: This API element is subject to removal in a future version.protected void
ManualClosingApacheHttpClient43Engine.setRedirectNotRequired
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) Deprecated, for removal: This API element is subject to removal in a future version.protected void
ManualClosingApacheHttpClient43Engine.setRedirectRequired
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) Deprecated, for removal: This API element is subject to removal in a future version.<T> Future
<T> ApacheHttpAsyncClient4Engine.submit
(ClientInvocation request, boolean buffered, jakarta.ws.rs.client.InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor) Deprecated, for removal: This API element is subject to removal in a future version.<T> CompletableFuture
<T> ApacheHttpAsyncClient4Engine.submit
(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor, ExecutorService executorService) Deprecated, for removal: This API element is subject to removal in a future version.<T> Future
<T> AsyncClientHttpEngine.submit
(ClientInvocation request, boolean buffered, jakarta.ws.rs.client.InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor) Submits an asynchronous 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> ReactorNettyClientHttpEngine.submit
(ClientInvocation request, boolean buffered, jakarta.ws.rs.client.InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor) <K> CompletableFuture
<K> ReactorNettyClientHttpEngine.submit
(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<K> extractor, ExecutorService executorService) <T> org.reactivestreams.Publisher
<T> ReactiveClientHttpEngine.submitRx
(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor) This is the main bridge from RestEasy to a reactive implementation.<T> reactor.core.publisher.Mono
<T> ReactorNettyClientHttpEngine.submitRx
(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.engines.jetty
Modifier and TypeMethodDescription<T> Future
<T> JettyClientEngine.submit
(ClientInvocation invocation, boolean bufIn, jakarta.ws.rs.client.InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor) Deprecated, for removal: This API element is subject to removal in a future version.<T> CompletableFuture
<T> JettyClientEngine.submit
(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor, ExecutorService executorService) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.engines.vertx
Modifier and TypeMethodDescription<T> Future
<T> VertxClientHttpEngine.submit
(ClientInvocation request, boolean buffered, jakarta.ws.rs.client.InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor) <T> CompletableFuture
<T> VertxClientHttpEngine.submit
(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor, ExecutorService executorService) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal
Modifier and TypeFieldDescriptionprotected ClientInvocation
AsynchronousInvoke.invocation
protected ClientInvocation
ClientInvocationBuilder.invocation
protected ClientInvocation
ClientRequestContextImpl.invocation
Modifier and TypeMethodDescriptionprotected ClientInvocation
ClientInvocationBuilder.createClientInvocation
(ClientInvocation invocation) protected ClientInvocation
ClientInvocationBuilder.createClientInvocation
(ResteasyClient client, URI uri, ClientRequestHeaders headers, ClientConfiguration parent) ClientInvocationBuilder.getClientInvocation()
exposes the client invocation for easier integration with other librariesClientRequestContextImpl.getInvocation()
exposes the client invocation for easier integration with other librariesModifier and TypeMethodDescriptionprotected ClientInvocation
ClientInvocationBuilder.createClientInvocation
(ClientInvocation invocation) void
ClientInvocationBuilder.setClientInvocation
(ClientInvocation invocation) ModifierConstructorDescriptionAsynchronousInvoke
(ClientInvocation invocation) protected
ClientInvocation
(ClientInvocation clientInvocation) ClientRequestContextImpl
(ClientInvocation invocation) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal.proxy
Modifier and TypeMethodDescriptionprotected ClientInvocation
ClientInvoker.createRequest
(Object[] args) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
ModifierConstructorDescriptionClientContext
(ClientInvocation invocation, ClientResponse clientResponse, EntityExtractorFactory extractorFactory) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal.proxy.processors
Modifier and TypeMethodDescriptionvoid
FormProcessor.process
(ClientInvocation invocation, Object param) void
InvocationProcessor.process
(ClientInvocation invocation, Object param) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
Modifier and TypeMethodDescriptionprotected ClientInvocation
FormParamProcessor.apply
(ClientInvocation invocation, Object... objects) protected ClientInvocation
HeaderParamProcessor.apply
(ClientInvocation invocation, Object... objects) Modifier and TypeMethodDescriptionprotected ClientInvocation
FormParamProcessor.apply
(ClientInvocation invocation, Object... objects) protected ClientInvocation
HeaderParamProcessor.apply
(ClientInvocation invocation, Object... objects) void
AbstractInvocationCollectionProcessor.process
(ClientInvocation invocation, Object param) void
CookieParamProcessor.process
(ClientInvocation invocation, Object object) void
MessageBodyParameterProcessor.process
(ClientInvocation invocation, Object param) void
URIParamProcessor.process
(ClientInvocation invocation, Object param)