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.HttpEntity
ApacheHttpClient4Engine.buildEntity
(ClientInvocation request) Build the HttpEntity to be sent to the Service as part of (POST) request.protected void
ApacheHttpClient4Engine.commitHeaders
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) 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 methodprotected void
URLConnectionEngine.executeRequest
(ClientInvocation request, HttpURLConnection connection) Execute request using HttpURLConnection with body from invocation if needed.private org.apache.http.client.config.RequestConfig
ApacheHttpClient43Engine.getCurrentConfiguration
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) ApacheHttpClient4Engine.invoke
(ClientInvocation request) URLConnectionEngine.invoke
(ClientInvocation request) protected boolean
ApacheHttpClient4Engine.isRedirectRequired
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected void
ApacheHttpClient4Engine.loadHttpMethod
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected void
ApacheHttpClient43Engine.setRedirectNotRequired
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected void
ApacheHttpClient4Engine.setRedirectNotRequired
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected void
ApacheHttpClient43Engine.setRedirectRequired
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) protected void
ApacheHttpClient4Engine.setRedirectRequired
(ClientInvocation request, org.apache.http.client.methods.HttpRequestBase httpMethod) private org.apache.commons.io.output.DeferredFileOutputStream
ApacheHttpClient4Engine.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 ClientInvocation
AsynchronousInvoke.invocation
protected ClientInvocation
ClientInvocationBuilder.invocation
protected ClientInvocation
ClientRequestContextImpl.invocation
Methods 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 ClientInvocation
ClientInvoker.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)