| Interface | Description |
|---|---|
| HttpEncoding |
Lists all constants used by Feign encoders.
|
| Class | Description |
|---|---|
| BaseRequestInterceptor |
The base request interceptor.
|
| FeignAcceptGzipEncodingAutoConfiguration |
Configures the Feign response compression.
|
| FeignAcceptGzipEncodingInterceptor |
Enables the HTTP response payload compression by specifying the
Accept-Encoding
headers. |
| FeignClientEncodingProperties |
The Feign encoding properties.
|
| FeignContentGzipEncodingAutoConfiguration |
Configures the Feign request compression.
|
| FeignContentGzipEncodingInterceptor |
Enables the HTTP request payload compression by specifying the
Content-Encoding
headers. |
| OkHttpFeignClientBeanMissingCondition |
A
Condition that verifies whether the conditions for creating Feign
Client beans that either are of type OkHttpClient or have a delegate of
type OkHttpClient are not met. |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.