public class NonSerialBasicAuthCache
extends java.lang.Object
implements org.apache.http.client.AuthCache
AuthCache which doesn't use serialization, as it is
not supported by GraalVM at this stage.| Constructor and Description |
|---|
NonSerialBasicAuthCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
org.apache.http.auth.AuthScheme |
get(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) |
public void put(org.apache.http.HttpHost host,
org.apache.http.auth.AuthScheme authScheme)
put in interface org.apache.http.client.AuthCachepublic org.apache.http.auth.AuthScheme get(org.apache.http.HttpHost host)
get in interface org.apache.http.client.AuthCachepublic void remove(org.apache.http.HttpHost host)
remove in interface org.apache.http.client.AuthCachepublic void clear()
clear in interface org.apache.http.client.AuthCacheCopyright © 2007–2020. All rights reserved.