public interface AuthCache
AuthScheme cache. Initialized AuthScheme objects
 from this cache can be used to preemptively authenticate against known
 hosts.| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
AuthScheme | 
get(org.apache.http.HttpHost host)  | 
void | 
put(org.apache.http.HttpHost host,
   AuthScheme authScheme)  | 
void | 
remove(org.apache.http.HttpHost host)  | 
void put(org.apache.http.HttpHost host,
       AuthScheme authScheme)
AuthScheme get(org.apache.http.HttpHost host)
void remove(org.apache.http.HttpHost host)
void clear()
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.