Uses of Interface
org.jboss.resteasy.reactive.client.spi.ClientRestHandler
-
Packages that use ClientRestHandler Package Description org.jboss.resteasy.reactive.client.handlers org.jboss.resteasy.reactive.client.impl -
-
Uses of ClientRestHandler in org.jboss.resteasy.reactive.client.handlers
Classes in org.jboss.resteasy.reactive.client.handlers that implement ClientRestHandler Modifier and Type Class Description classClientErrorHandlerSimple error handler that fails the resultclassClientRequestFilterRestHandlerclassClientResponseCompleteRestHandlerclassClientResponseFilterRestHandlerclassClientSendRequestHandlerclassClientSetResponseEntityRestHandler -
Uses of ClientRestHandler in org.jboss.resteasy.reactive.client.impl
Constructors in org.jboss.resteasy.reactive.client.impl with parameters of type ClientRestHandler Constructor Description RestClientRequestContext(ClientImpl restClient, io.vertx.core.http.HttpClient httpClient, String httpMethod, URI uri, ConfigurationImpl configuration, ClientRequestHeaders requestHeaders, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<?> responseType, boolean registerBodyHandler, Map<String,Object> properties, ClientRestHandler[] handlerChain, ClientRestHandler[] abortHandlerChain, ThreadSetupAction requestContext)
-