Uses of Class
org.apache.hc.client5.http.impl.auth.BasicAuthCache.Key
-
Packages that use BasicAuthCache.Key Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of BasicAuthCache.Key in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth with type parameters of type BasicAuthCache.Key Modifier and Type Field Description private java.util.Map<BasicAuthCache.Key,byte[]>
BasicAuthCache. map
Methods in org.apache.hc.client5.http.impl.auth that return BasicAuthCache.Key Modifier and Type Method Description private BasicAuthCache.Key
BasicAuthCache. key(java.lang.String scheme, org.apache.hc.core5.net.NamedEndpoint authority, java.lang.String pathPrefix)
-