Class PreResponseFilterHandler
java.lang.Object
org.jboss.resteasy.reactive.client.handlers.PreResponseFilterHandler
- All Implemented Interfaces:
ClientRestHandler,RestHandler<RestClientRequestContext>
This Handler is invoked before ClientResponseFilters handler. It changes the abort handler chain
to a one without the ClientResponseFilterRestHandler's so that the filters are not retriggered in case of failure
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PreResponseFilterHandler
public PreResponseFilterHandler()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceRestHandler<RestClientRequestContext>- Throws:
Exception
-