Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
-
-
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines with parameters of type ClientInvocation Modifier and Type Method Description protected org.apache.http.HttpEntityManualClosingApacheHttpClient43Engine. buildEntity(ClientInvocation request)Build the HttpEntity to be sent to the Service as part of (POST) request.protected voidManualClosingApacheHttpClient43Engine. commitHeaders(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod)protected voidURLConnectionEngine. commitHeaders(ClientInvocation request, HttpURLConnection connection)Add headers to HttpURLConnection from ClientInvocation.protected HttpURLConnectionURLConnectionEngine. createConnection(ClientInvocation request)Create HttpUrlConnection from ClientInvorcation and set request method.protected voidURLConnectionEngine. executeRequest(ClientInvocation request, HttpURLConnection connection)Execute request using HttpURLConnection with body from invocation if needed.protected voidManualClosingApacheHttpClient43Engine. loadHttpMethod(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod)protected voidManualClosingApacheHttpClient43Engine. setRedirectNotRequired(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod)protected voidManualClosingApacheHttpClient43Engine. 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)<T> CompletableFuture<T>ApacheHttpAsyncClient4Engine. submit(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor, ExecutorService executorService)<T> Future<T>AsyncClientHttpEngine. submit(ClientInvocation request, boolean buffered, javax.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, javax.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 ClientInvocation Modifier and Type Method Description <T> Future<T>JettyClientEngine. submit(ClientInvocation invocation, boolean bufIn, javax.ws.rs.client.InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor)<T> CompletableFuture<T>JettyClientEngine. submit(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor, ExecutorService executorService) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.engines.vertx
Methods in org.jboss.resteasy.client.jaxrs.engines.vertx with parameters of type ClientInvocation Modifier and Type Method Description <T> Future<T>VertxClientHttpEngine. submit(ClientInvocation request, boolean buffered, javax.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 ClientInvocation Modifier and Type Field Description protected ClientInvocationAsynchronousInvoke. invocationprotected ClientInvocationClientInvocationBuilder. invocationprotected ClientInvocationClientRequestContextImpl. invocationMethods in org.jboss.resteasy.client.jaxrs.internal that return ClientInvocation Modifier and Type Method Description protected ClientInvocationClientInvocationBuilder. createClientInvocation(ClientInvocation invocation)protected ClientInvocationClientInvocationBuilder. createClientInvocation(ResteasyClient client, URI uri, ClientRequestHeaders headers, ClientConfiguration parent)ClientInvocationClientInvocationBuilder. getClientInvocation()exposes the client invocation for easier integration with other librariesClientInvocationClientRequestContextImpl. getInvocation()exposes the client invocation for easier integration with other librariesMethods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientInvocation Modifier and Type Method Description protected ClientInvocationClientInvocationBuilder. createClientInvocation(ClientInvocation invocation)voidClientInvocationBuilder. setClientInvocation(ClientInvocation invocation)Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientInvocation Constructor Description AsynchronousInvoke(ClientInvocation invocation)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 ClientInvocation Modifier and Type Method Description protected ClientInvocationClientInvoker. 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 ClientInvocation Modifier and Type Method Description ClientInvocationClientContext. getInvocation()Constructors in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors with parameters of type ClientInvocation Constructor Description ClientContext(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 ClientInvocation Modifier and Type Method Description voidFormProcessor. process(ClientInvocation invocation, Object param)voidInvocationProcessor. process(ClientInvocation invocation, Object param) -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation that return ClientInvocation Modifier and Type Method Description protected ClientInvocationFormParamProcessor. apply(ClientInvocation invocation, Object... objects)protected ClientInvocationHeaderParamProcessor. apply(ClientInvocation invocation, Object... objects)Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation with parameters of type ClientInvocation Modifier and Type Method Description protected ClientInvocationFormParamProcessor. apply(ClientInvocation invocation, Object... objects)protected ClientInvocationHeaderParamProcessor. apply(ClientInvocation invocation, Object... objects)voidAbstractInvocationCollectionProcessor. process(ClientInvocation invocation, Object param)voidCookieParamProcessor. process(ClientInvocation invocation, Object object)voidMessageBodyParameterProcessor. process(ClientInvocation invocation, Object param)voidURIParamProcessor. process(ClientInvocation invocation, Object param)
-