Uses of Interface
org.jboss.resteasy.reactive.client.spi.ClientRestHandler
Packages that use ClientRestHandler
Package
Description
-
Uses of ClientRestHandler in org.jboss.resteasy.reactive.client.handlers
Classes in org.jboss.resteasy.reactive.client.handlers that implement ClientRestHandlerModifier and TypeClassDescriptionclassThis handler is meant to be executed first in the handler chain and it captures some useful information like caller stacktrace.classSimple error handler that fails the resultclassThis is added by the Reactive Rest Client if observability features are enabledclassclassclassclassclassclassThis handler ensures that the context to use is the same as the client request context, which is important to keep the request context in sync when updating the response.classThis Handler is invoked before ClientResponseFilters handler. -
Uses of ClientRestHandler in org.jboss.resteasy.reactive.client.impl
Methods in org.jboss.resteasy.reactive.client.impl that return ClientRestHandlerModifier and TypeMethodDescriptionRestClientRequestContext.getAbortHandlerChainWithoutResponseFilters()Methods in org.jboss.resteasy.reactive.client.impl with parameters of type ClientRestHandlerModifier and TypeMethodDescriptionprotected WebTargetImplWebTargetImpl.newInstance(io.vertx.core.http.HttpClient client, jakarta.ws.rs.core.UriBuilder uriBuilder, ConfigurationImpl configuration, ClientRestHandler preClientSendHandler) voidWebTargetImpl.setPreClientSendHandler(ClientRestHandler preClientSendHandler) WebTargetImpl.withNewUri(URI uri, ClientRestHandler preClientSendHandler) Constructors in org.jboss.resteasy.reactive.client.impl with parameters of type ClientRestHandlerModifierConstructorDescriptionRestClientRequestContext(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)