Package org.jboss.resteasy.reactive.client.handlers
-
Interface Summary Interface Description RedirectHandler This handler is invoked when target server returns an HTTP status of family redirection. -
Class Summary Class Description ClientCaptureCurrentContextRestHandler This handler is meant to be executed first in the handler chain and it captures some useful information like caller stacktrace.ClientErrorHandler Simple error handler that fails the resultClientObservabilityHandler This is added by the Reactive Rest Client if observability features are enabledClientRequestFilterRestHandler ClientResponseCompleteRestHandler ClientResponseFilterRestHandler ClientSendRequestHandler ClientSetResponseEntityRestHandler ClientSwitchToRequestContextRestHandler This 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.PreResponseFilterHandler This Handler is invoked before ClientResponseFilters handler.