public interface AuthCache
AuthScheme缓存。
初始化AuthScheme此缓存中的对象可用于对已知主机进行抢先验证。
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
AuthScheme |
get(HttpHost host) |
void |
put(HttpHost host, AuthScheme authScheme) |
void |
remove(HttpHost host) |
void put(HttpHost host, AuthScheme authScheme)
AuthScheme get(HttpHost host)
void remove(HttpHost host)
void clear()
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.