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 class
WebClientAccessTokenRetriever
A 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 class
AbstractWebClientErrorDecoder<E extends Throwable>
An abstract implementation of the error decoder for theWebClient
.class
DefaultWebClientErrorDecoder
This web client error decoder generates aWebClientException
from the error response.class
MessageAwareWebClientErrorDecoder
This web client error decoder generates aWebClientException
from 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.
-