Uses of Class
org.eclipse.aether.transport.http.AuthSchemePool
Packages that use AuthSchemePool
Package
Description
Support for downloads/uploads via the HTTP and HTTPS protocols.
-
Uses of AuthSchemePool in org.eclipse.aether.transport.http
Fields in org.eclipse.aether.transport.http with type parameters of type AuthSchemePoolModifier and TypeFieldDescriptionprivate final ConcurrentMap<org.apache.http.HttpHost,
AuthSchemePool> GlobalState.authSchemePools
private final ConcurrentMap<org.apache.http.HttpHost,
AuthSchemePool> LocalState.authSchemePools
Methods in org.eclipse.aether.transport.http that return types with arguments of type AuthSchemePoolModifier and TypeMethodDescriptionConcurrentMap<org.apache.http.HttpHost,
AuthSchemePool> GlobalState.getAuthSchemePools()