Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
Packages that use ClientInvocation
Package
Description
-
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines with parameters of type ClientInvocationModifier 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
Methods in org.jboss.resteasy.client.jaxrs.engines.jetty with parameters of type ClientInvocationModifier 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
Methods in org.jboss.resteasy.client.jaxrs.engines.vertx with parameters of type ClientInvocationModifier 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
Fields in org.jboss.resteasy.client.jaxrs.internal declared as ClientInvocationModifier and TypeFieldDescriptionprotected ClientInvocation
AsynchronousInvoke.invocation
protected ClientInvocation
ClientInvocationBuilder.invocation
protected ClientInvocation
ClientRequestContextImpl.invocation
Methods in org.jboss.resteasy.client.jaxrs.internal that return ClientInvocationModifier 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 librariesMethods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientInvocationModifier and TypeMethodDescriptionprotected ClientInvocation
ClientInvocationBuilder.createClientInvocation
(ClientInvocation invocation) void
ClientInvocationBuilder.setClientInvocation
(ClientInvocation invocation) Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientInvocationModifierConstructorDescriptionAsynchronousInvoke
(ClientInvocation invocation) protected
ClientInvocation
(ClientInvocation clientInvocation) ClientRequestContextImpl
(ClientInvocation invocation) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal.proxy
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy that return ClientInvocationModifier and TypeMethodDescriptionprotected ClientInvocation
ClientInvoker.createRequest
(Object[] args) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that return ClientInvocationConstructors in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors with parameters of type ClientInvocationModifierConstructorDescriptionClientContext
(ClientInvocation invocation, ClientResponse clientResponse, EntityExtractorFactory extractorFactory) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal.proxy.processors
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors with parameters of type ClientInvocationModifier 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
Subclasses with type arguments of type ClientInvocation in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocationMethods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation that return ClientInvocationModifier and TypeMethodDescriptionprotected ClientInvocation
FormParamProcessor.apply
(ClientInvocation invocation, Object... objects) protected ClientInvocation
HeaderParamProcessor.apply
(ClientInvocation invocation, Object... objects) Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation with parameters of type ClientInvocationModifier 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)