Uses of Interface
feign.RequestInterceptor
-
Packages that use RequestInterceptor Package Description feign feign.auth -
-
Uses of RequestInterceptor in feign
Methods in feign with parameters of type RequestInterceptor Modifier and Type Method Description Feign.Builder
Feign.Builder. requestInterceptor(RequestInterceptor requestInterceptor)
Adds a single request interceptor to the builder.Method parameters in feign with type arguments of type RequestInterceptor Modifier and Type Method Description Feign.Builder
Feign.Builder. requestInterceptors(java.lang.Iterable<RequestInterceptor> requestInterceptors)
Sets the full set of request interceptors for the builder, overwriting any previous interceptors. -
Uses of RequestInterceptor in feign.auth
Classes in feign.auth that implement RequestInterceptor Modifier and Type Class Description class
BasicAuthRequestInterceptor
An interceptor that adds the request header needed to use HTTP basic authentication.
-