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