Uses of Interface
org.jboss.resteasy.reactive.client.spi.ClientRestHandler
-
Packages that use ClientRestHandler Package Description org.jboss.resteasy.reactive.client.handlers org.jboss.resteasy.reactive.client.impl -
-
Uses of ClientRestHandler in org.jboss.resteasy.reactive.client.handlers
Classes in org.jboss.resteasy.reactive.client.handlers that implement ClientRestHandler Modifier and Type Class Description classClientCaptureCurrentContextRestHandlerThis handler is meant to be executed first in the handler chain and it captures some useful information like caller stacktrace.classClientErrorHandlerSimple error handler that fails the resultclassClientObservabilityHandlerThis is added by the Reactive Rest Client if observability features are enabledclassClientRequestFilterRestHandlerclassClientResponseCompleteRestHandlerclassClientResponseFilterRestHandlerclassClientSendRequestHandlerclassClientSetResponseEntityRestHandlerclassClientSwitchToRequestContextRestHandlerThis 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.classPreResponseFilterHandlerThis 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 ClientRestHandler Modifier and Type Method Description ClientRestHandler[]RestClientRequestContext. getAbortHandlerChainWithoutResponseFilters()Methods in org.jboss.resteasy.reactive.client.impl with parameters of type ClientRestHandler Modifier and Type Method Description voidWebTargetImpl. setPreClientSendHandler(ClientRestHandler preClientSendHandler)Constructors in org.jboss.resteasy.reactive.client.impl with parameters of type ClientRestHandler Constructor Description 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)
-