Class MpClientInvocation
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
org.jboss.resteasy.microprofile.client.impl.MpClientInvocation
- All Implemented Interfaces:
jakarta.ws.rs.client.Invocation
public class MpClientInvocation
extends org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.ws.rs.client.Invocation
jakarta.ws.rs.client.Invocation.Builder -
Field Summary
FieldsFields 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
ConstructorsModifierConstructorDescriptionprotectedMpClientInvocation(org.jboss.resteasy.client.jaxrs.internal.ClientInvocation clientInvocation) protectedMpClientInvocation(org.jboss.resteasy.client.jaxrs.ResteasyClient client, URI uri, org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders headers, org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration parent) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jboss.resteasy.client.jaxrs.internal.ClientResponsefilterRequest(org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl requestContext) Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
asyncInvocationExecutor, 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 Details
-
CONTAINER_HEADERS
- See Also:
-
-
Constructor Details
-
MpClientInvocation
protected MpClientInvocation(org.jboss.resteasy.client.jaxrs.internal.ClientInvocation clientInvocation) -
MpClientInvocation
protected MpClientInvocation(org.jboss.resteasy.client.jaxrs.ResteasyClient client, URI uri, org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders headers, org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration parent)
-
-
Method Details
-
filterRequest
protected org.jboss.resteasy.client.jaxrs.internal.ClientResponse filterRequest(org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl requestContext) - Overrides:
filterRequestin classorg.jboss.resteasy.client.jaxrs.internal.ClientInvocation
-