| Interface | Description |
|---|---|
| CacheKeyProvider<T> |
Provides the caching key for the given request or
Proxy. |
| Class | Description |
|---|---|
| AuthenticationCacheInterceptor | |
| CachingAuthenticatorDecorator |
An authenticator decorator which saves the generated authentication headers for a specific host.
|
| DefaultProxyCacheKeyProvider |
The default version of the cache key provider, which simply calls the
Proxy.toString() method to generate key. |
| DefaultRequestCacheKeyProvider |
The default version of the cache key provider, which simply takes the request URL / port for
|
| DispatchingAuthenticator |
A dispatching authenticator which can be used with multiple auth schemes.
|
| DispatchingAuthenticator.Builder |