Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
-
-
Uses of ClientInvocation in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs with parameters of type ClientInvocation Modifier and Type Method Description ClientResponse
ClientHttpEngine. invoke(ClientInvocation request)
-
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.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, java.net.HttpURLConnection connection)
Add headers to HttpURLConnection from ClientInvocation.protected java.net.HttpURLConnection
URLConnectionEngine. createConnection(ClientInvocation request)
Create HttpUrlConnection from ClientInvorcation and set request methodprotected void
URLConnectionEngine. executeRequest(ClientInvocation request, java.net.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)
ClientResponse
ApacheHttpClient4Engine. invoke(ClientInvocation request)
ClientResponse
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 ClientInvocation Modifier and Type Field Description protected ClientInvocation
AsynchronousInvoke. invocation
protected ClientInvocation
ClientInvocationBuilder. invocation
protected ClientInvocation
ClientRequestContextImpl. invocation
Methods in org.jboss.resteasy.client.jaxrs.internal that return ClientInvocation Modifier and Type Method Description ClientInvocation
ClientInvocationBuilder. getInvocation()
Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientInvocation Constructor Description AsynchronousInvoke(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 ClientInvocation Modifier and Type Method Description protected ClientInvocation
ClientInvoker. createRequest(java.lang.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 ClientInvocation Modifier and Type Field Description private ClientInvocation
ClientContext. invocation
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that return ClientInvocation Modifier and Type Method Description ClientInvocation
ClientContext. 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)
-