Class ClientSwitchToRequestContextRestHandler
java.lang.Object
org.jboss.resteasy.reactive.client.handlers.ClientSwitchToRequestContextRestHandler
- All Implemented Interfaces:
ClientRestHandler,RestHandler<RestClientRequestContext>
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientSwitchToRequestContextRestHandler
public ClientSwitchToRequestContextRestHandler()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceRestHandler<RestClientRequestContext>- Throws:
Exception
-