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.
-
-
Constructor Summary
Constructors Constructor Description ClientSwitchToRequestContextRestHandler()
-
-
-
Method Detail
-
handle
public void handle(RestClientRequestContext requestContext) throws Exception
- Specified by:
handlein interfaceRestHandler<RestClientRequestContext>- Throws:
Exception
-
-