public interface AuthCache
AuthScheme state information
 that can be re-used for preemptive authentication by subsequent requests.| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| AuthScheme | get(org.apache.hc.core5.http.HttpHost host) | 
| void | put(org.apache.hc.core5.http.HttpHost host,
   AuthScheme authScheme) | 
| void | remove(org.apache.hc.core5.http.HttpHost host) | 
void put(org.apache.hc.core5.http.HttpHost host,
       AuthScheme authScheme)
AuthScheme get(org.apache.hc.core5.http.HttpHost host)
void remove(org.apache.hc.core5.http.HttpHost host)
void clear()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.