Uses of Class
org.jboss.resteasy.reactive.client.impl.ClientImpl
Packages that use ClientImpl
-
Uses of ClientImpl in org.jboss.resteasy.reactive.client.impl
Methods in org.jboss.resteasy.reactive.client.impl that return ClientImplModifier and TypeMethodDescriptionClientBuilderImpl.build()RestClientRequestContext.getRestClient()WebTargetImpl.getRestClient()Constructors in org.jboss.resteasy.reactive.client.impl with parameters of type ClientImplModifierConstructorDescriptionAsyncInvokerImpl(ClientImpl restClient, io.vertx.core.http.HttpClient httpClient, URI uri, RequestSpec requestSpec, ConfigurationImpl configuration, Map<String, Object> properties, org.jboss.resteasy.reactive.client.impl.HandlerChain handlerChain, ThreadSetupAction requestContext) ClientRequestContextImpl(RestClientRequestContext restClientRequestContext, ClientImpl client, ConfigurationImpl configuration) InvocationBuilderImpl(URI uri, ClientImpl restClient, io.vertx.core.http.HttpClient httpClient, WebTargetImpl target, ConfigurationImpl configuration, org.jboss.resteasy.reactive.client.impl.HandlerChain handlerChain, ThreadSetupAction requestContext) RestClientRequestContext(ClientImpl restClient, io.vertx.core.http.HttpClient httpClient, String httpMethod, URI uri, ConfigurationImpl configuration, ClientRequestHeaders requestHeaders, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<?> responseType, boolean registerBodyHandler, Map<String, Object> properties, ClientRestHandler[] handlerChain, ClientRestHandler[] abortHandlerChain, ClientRestHandler[] abortHandlerChainWithoutResponseFilters, ThreadSetupAction requestContext) WebTargetImpl(ClientImpl restClient, io.vertx.core.http.HttpClient client, jakarta.ws.rs.core.UriBuilder uriBuilder, ConfigurationImpl configuration, org.jboss.resteasy.reactive.client.impl.HandlerChain handlerChain, ThreadSetupAction requestContext)