Class ClientResponseCompleteRestHandler
- java.lang.Object
-
- org.jboss.resteasy.reactive.client.handlers.ClientResponseCompleteRestHandler
-
- All Implemented Interfaces:
ClientRestHandler,RestHandler<RestClientRequestContext>
public class ClientResponseCompleteRestHandler extends Object implements ClientRestHandler
-
-
Constructor Summary
Constructors Constructor Description ClientResponseCompleteRestHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(RestClientRequestContext context)static ResponseImplmapToResponse(RestClientRequestContext context, boolean parseContent)
-
-
-
Method Detail
-
handle
public void handle(RestClientRequestContext context) throws Exception
- Specified by:
handlein interfaceRestHandler<RestClientRequestContext>- Throws:
Exception
-
mapToResponse
public static ResponseImpl mapToResponse(RestClientRequestContext context, boolean parseContent) throws IOException
- Throws:
IOException
-
-