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
Methods in org.jboss.resteasy.client.jaxrs with parameters of type ClientInvocation -
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.HttpEntityApacheHttpClient4Engine.buildEntity(ClientInvocation request) Build the HttpEntity to be sent to the Service as part of (POST) request.protected voidApacheHttpClient4Engine.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 methodprotected voidURLConnectionEngine.executeRequest(ClientInvocation request, HttpURLConnection connection) Execute request using HttpURLConnection with body from invocation if needed.private org.apache.http.client.config.RequestConfigApacheHttpClient43Engine.getCurrentConfiguration(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) ApacheHttpClient4Engine.invoke(ClientInvocation request) URLConnectionEngine.invoke(ClientInvocation request) protected booleanApacheHttpClient4Engine.isRedirectRequired(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected voidApacheHttpClient4Engine.loadHttpMethod(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected voidApacheHttpClient43Engine.setRedirectNotRequired(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected voidApacheHttpClient4Engine.setRedirectNotRequired(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected voidApacheHttpClient43Engine.setRedirectRequired(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected voidApacheHttpClient4Engine.setRedirectRequired(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) private org.apache.commons.io.output.DeferredFileOutputStreamApacheHttpClient4Engine.writeRequestBodyToOutputStream(ClientInvocation request) Creates the request OutputStream, to be sent to the end Service invoked, as a DeferredFileOutputStream. -
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 ClientInvocationConstructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientInvocationModifierConstructorDescriptionAsynchronousInvoke(ClientInvocation invocation) 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
Fields in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors declared as ClientInvocationMethods 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)