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 ClientResponseClientHttpEngine. 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.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, java.net.HttpURLConnection connection)Add headers to HttpURLConnection from ClientInvocation.protected java.net.HttpURLConnectionURLConnectionEngine. createConnection(ClientInvocation request)Create HttpUrlConnection from ClientInvorcation and set request methodprotected voidURLConnectionEngine. executeRequest(ClientInvocation request, java.net.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)ClientResponseApacheHttpClient4Engine. invoke(ClientInvocation request)ClientResponseURLConnectionEngine. 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 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 ClientInvocationClientInvocationBuilder. 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 ClientInvocationClientInvoker. 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 ClientInvocationClientContext. invocationMethods 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)
-