Class MpClientInvocation
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
-
- org.jboss.resteasy.microprofile.client.impl.MpClientInvocation
-
- All Implemented Interfaces:
javax.ws.rs.client.Invocation
public class MpClientInvocation extends ClientInvocation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MpClientInvocation.Decorator
-
Field Summary
Fields Modifier and Type Field Description static String
CONTAINER_HEADERS
-
Fields inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
actualTarget, chunked, client, clientInvoker, configuration, delegatingOutputStream, entity, entityAnnotations, entityClass, entityGenericType, entityStream, headers, method, tracingLogger, uri
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MpClientInvocation(ClientInvocation clientInvocation, List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> asyncInterceptorFactories)
protected
MpClientInvocation(ResteasyClient client, URI uri, ClientRequestHeaders headers, ClientConfiguration parent, List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> asyncInterceptorFactories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorService
asyncInvocationExecutor()
protected ClientResponse
filterRequest(ClientRequestContextImpl requestContext)
-
Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
extractResult, filterResponse, getActualTarget, getClient, getClientConfiguration, getClientInvoker, getConfiguration, getDelegatingOutputStream, getEntity, getEntityAnnotations, getEntityClass, getEntityGenericType, getEntityStream, getGenericTypeExtractor, getHeaders, getMethod, getMutableProperties, getRequestFilters, getResponseFilters, getResponseTypeExtractor, getTracingLogger, getUri, getWriterInterceptors, handleErrorStatus, invoke, invoke, invoke, isChunked, property, reactive, setActualTarget, setChunked, setClientInvoker, setDelegatingOutputStream, setEntity, setEntityAnnotations, setEntityObject, setEntityStream, setHeaders, setMethod, setUri, submit, submit, submit, submit, submitCF, submitCF, submitCF, writeRequestBody
-
-
-
-
Field Detail
-
CONTAINER_HEADERS
public static final String CONTAINER_HEADERS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MpClientInvocation
protected MpClientInvocation(ClientInvocation clientInvocation, List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> asyncInterceptorFactories)
-
MpClientInvocation
protected MpClientInvocation(ResteasyClient client, URI uri, ClientRequestHeaders headers, ClientConfiguration parent, List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> asyncInterceptorFactories)
-
-
Method Detail
-
asyncInvocationExecutor
public ExecutorService asyncInvocationExecutor()
- Overrides:
asyncInvocationExecutor
in classClientInvocation
-
filterRequest
protected ClientResponse filterRequest(ClientRequestContextImpl requestContext)
- Overrides:
filterRequest
in classClientInvocation
-
-