Class ClientResponseCompleteRestHandler
java.lang.Object
org.jboss.resteasy.reactive.client.handlers.ClientResponseCompleteRestHandler
- All Implemented Interfaces:
ClientRestHandler,RestHandler<RestClientRequestContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(RestClientRequestContext context) static ResponseImplmapToResponse(RestClientRequestContext context, boolean parseContent)
-
Constructor Details
-
ClientResponseCompleteRestHandler
public ClientResponseCompleteRestHandler()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceRestHandler<RestClientRequestContext>- Throws:
Exception
-
mapToResponse
public static ResponseImpl mapToResponse(RestClientRequestContext context, boolean parseContent) throws IOException - Throws:
IOException
-