Class ClientSwitchToRequestContextRestHandler

java.lang.Object
org.jboss.resteasy.reactive.client.handlers.ClientSwitchToRequestContextRestHandler
All Implemented Interfaces:
ClientRestHandler, RestHandler<RestClientRequestContext>

public class ClientSwitchToRequestContextRestHandler extends Object implements ClientRestHandler
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.