Package org.htmlunit
Class HttpWebConnection.SynchronizedAuthCache
- java.lang.Object
-
- org.apache.http.impl.client.BasicAuthCache
-
- org.htmlunit.HttpWebConnection.SynchronizedAuthCache
-
- All Implemented Interfaces:
org.apache.http.client.AuthCache
- Enclosing class:
- HttpWebConnection
private static final class HttpWebConnection.SynchronizedAuthCache extends org.apache.http.impl.client.BasicAuthCacheAn authentication cache that is synchronized.
-
-
Constructor Summary
Constructors Constructor Description SynchronizedAuthCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()org.apache.http.auth.AuthSchemeget(org.apache.http.HttpHost host)voidput(org.apache.http.HttpHost host, org.apache.http.auth.AuthScheme authScheme)voidremove(org.apache.http.HttpHost host)java.lang.StringtoString()
-
-
-
Method Detail
-
put
public void put(org.apache.http.HttpHost host, org.apache.http.auth.AuthScheme authScheme)- Specified by:
putin interfaceorg.apache.http.client.AuthCache- Overrides:
putin classorg.apache.http.impl.client.BasicAuthCache
-
get
public org.apache.http.auth.AuthScheme get(org.apache.http.HttpHost host)
- Specified by:
getin interfaceorg.apache.http.client.AuthCache- Overrides:
getin classorg.apache.http.impl.client.BasicAuthCache
-
remove
public void remove(org.apache.http.HttpHost host)
- Specified by:
removein interfaceorg.apache.http.client.AuthCache- Overrides:
removein classorg.apache.http.impl.client.BasicAuthCache
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.http.client.AuthCache- Overrides:
clearin classorg.apache.http.impl.client.BasicAuthCache
-
toString
public java.lang.String toString()
- Overrides:
toStringin classorg.apache.http.impl.client.BasicAuthCache
-
-