public class AuthenticationCacheInterceptor
extends java.lang.Object
implements okhttp3.Interceptor
| Constructor and Description |
|---|
AuthenticationCacheInterceptor(java.util.Map<java.lang.String,CachingAuthenticator> authCache) |
AuthenticationCacheInterceptor(java.util.Map<java.lang.String,CachingAuthenticator> authCache,
CacheKeyProvider cacheKeyProvider) |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Response |
intercept(okhttp3.Interceptor.Chain chain) |
public AuthenticationCacheInterceptor(java.util.Map<java.lang.String,CachingAuthenticator> authCache, CacheKeyProvider cacheKeyProvider)
public AuthenticationCacheInterceptor(java.util.Map<java.lang.String,CachingAuthenticator> authCache)