org.apache.http.impl.client
Class BasicAuthCache
java.lang.Object
org.apache.http.impl.client.BasicAuthCache
- All Implemented Interfaces:
- AuthCache
@NotThreadSafe
public class BasicAuthCache
- extends java.lang.Object
- implements AuthCache
Default implementation of AuthCache.
- Since:
- 4.0
|
Method Summary |
void |
clear()
|
org.apache.http.auth.AuthScheme |
get(org.apache.http.HttpHost host)
|
protected org.apache.http.HttpHost |
getKey(org.apache.http.HttpHost host)
|
void |
put(org.apache.http.HttpHost host,
org.apache.http.auth.AuthScheme authScheme)
|
void |
remove(org.apache.http.HttpHost host)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BasicAuthCache
public BasicAuthCache(SchemePortResolver schemePortResolver)
- Default constructor.
- Since:
- 4.3
BasicAuthCache
public BasicAuthCache()
getKey
protected org.apache.http.HttpHost getKey(org.apache.http.HttpHost host)
put
public void put(org.apache.http.HttpHost host,
org.apache.http.auth.AuthScheme authScheme)
- Specified by:
put in interface AuthCache
get
public org.apache.http.auth.AuthScheme get(org.apache.http.HttpHost host)
- Specified by:
get in interface AuthCache
remove
public void remove(org.apache.http.HttpHost host)
- Specified by:
remove in interface AuthCache
clear
public void clear()
- Specified by:
clear in interface AuthCache
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object