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.HttpEntityManualClosingApacheHttpClient43Engine.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 voidManualClosingApacheHttpClient43Engine.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 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) Deprecated, for removal: This API element is subject to removal in a future version.protected voidManualClosingApacheHttpClient43Engine.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 voidManualClosingApacheHttpClient43Engine.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> 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. -
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs.internal
Fields in org.jboss.resteasy.client.jaxrs.internal declared as ClientInvocationModifier and TypeFieldDescriptionprotected ClientInvocationAsynchronousInvoke.invocationprotected ClientInvocationClientInvocationBuilder.invocationprotected ClientInvocationClientRequestContextImpl.invocationMethods in org.jboss.resteasy.client.jaxrs.internal that return ClientInvocationModifier and TypeMethodDescriptionprotected ClientInvocationClientInvocationBuilder.createClientInvocation(ClientInvocation invocation) protected ClientInvocationClientInvocationBuilder.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 ClientInvocationClientInvocationBuilder.createClientInvocation(ClientInvocation invocation) voidClientInvocationBuilder.setClientInvocation(ClientInvocation invocation) Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientInvocationModifierConstructorDescriptionAsynchronousInvoke(ClientInvocation invocation) protectedClientInvocation(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 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 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 TypeMethodDescriptionvoidFormProcessor.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 ClientInvocationModifier and TypeMethodDescriptionprotected 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 ClientInvocationModifier and TypeMethodDescriptionprotected 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)