Uses of Interface
org.bremersee.web.reactive.function.client.WebClientErrorDecoder
-
Packages that use WebClientErrorDecoder Package Description org.bremersee.security.authentication org.bremersee.web.reactive.function.client org.bremersee.web.reactive.function.client.proxy -
-
Uses of WebClientErrorDecoder in org.bremersee.security.authentication
Classes in org.bremersee.security.authentication that implement WebClientErrorDecoder Modifier and Type Class Description classWebClientAccessTokenRetrieverA reactive implementation of theAccessTokenRetriever. -
Uses of WebClientErrorDecoder in org.bremersee.web.reactive.function.client
Classes in org.bremersee.web.reactive.function.client that implement WebClientErrorDecoder Modifier and Type Class Description classAbstractWebClientErrorDecoder<E extends Throwable>An abstract implementation of the error decoder for theWebClient.classDefaultWebClientErrorDecoderThis web client error decoder generates aWebClientExceptionfrom the error response.classMessageAwareWebClientErrorDecoderThis web client error decoder generates aWebClientExceptionfrom the error response. -
Uses of WebClientErrorDecoder in org.bremersee.web.reactive.function.client.proxy
Constructors in org.bremersee.web.reactive.function.client.proxy with parameters of type WebClientErrorDecoder Constructor Description InvocationFunctions(RequestUriSpecBuilder uriSpecBuilder, RequestUriBuilder uriBuilder, RequestHeadersBuilder headersBuilder, RequestCookiesBuilder cookiesBuilder, RequestBodyInserter bodyInserter, Predicate<org.springframework.http.HttpStatus> errorDetector, WebClientErrorDecoder<? extends Throwable> errorDecoder, RequestResponseBuilder responseBuilder)Instantiates new invocation functions.
-