public class MpClientInvocation extends ClientInvocation
Modifier and Type | Class and Description |
---|---|
static class |
MpClientInvocation.Decorator |
Modifier and Type | Field and Description |
---|---|
static String |
CONTAINER_HEADERS |
actualTarget, chunked, client, clientInvoker, configuration, delegatingOutputStream, entity, entityAnnotations, entityClass, entityGenericType, entityStream, headers, method, tracingLogger, uri
Modifier | Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
ExecutorService |
asyncInvocationExecutor() |
protected ClientResponse |
filterRequest(ClientRequestContextImpl requestContext) |
extractResult, filterResponse, getActualTarget, getClient, getClientConfiguration, getClientInvoker, getConfiguration, getDelegatingOutputStream, getEntity, getEntityAnnotations, getEntityClass, getEntityGenericType, getEntityStream, getHeaders, getMethod, getMutableProperties, getRequestFilters, getResponseFilters, getTracingLogger, getUri, getWriterInterceptors, handleErrorStatus, invoke, invoke, invoke, isChunked, property, setActualTarget, setChunked, setClientInvoker, setDelegatingOutputStream, setEntity, setEntityAnnotations, setEntityObject, setEntityStream, setHeaders, setMethod, setUri, submit, submit, submit, submit, submitCF, submitCF, submitCF, writeRequestBody
public static final String CONTAINER_HEADERS
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)
public ExecutorService asyncInvocationExecutor()
asyncInvocationExecutor
in class ClientInvocation
protected ClientResponse filterRequest(ClientRequestContextImpl requestContext)
filterRequest
in class ClientInvocation
Copyright © 2020 JBoss by Red Hat. All rights reserved.