Package org.apache.http.impl.client
Class BasicAuthCache
java.lang.Object
org.apache.http.impl.client.BasicAuthCache
- All Implemented Interfaces:
AuthCache
Default implementation of
AuthCache
. This implements
expects AuthScheme
to be Serializable
in order to be cacheable.
Instances of this class are thread safe as of version 4.4.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicAuthCache
Default constructor.- Since:
- 4.3
-
BasicAuthCache
public BasicAuthCache()
-
-
Method Details
-
getKey
protected org.apache.http.HttpHost getKey(org.apache.http.HttpHost host) -
put
-
get
-
remove
public void remove(org.apache.http.HttpHost host) -
clear
public void clear() -
toString
-