Uses of Class
org.eclipse.aether.transport.http.AuthSchemePool
-
Packages that use AuthSchemePool Package Description org.eclipse.aether.transport.http 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 AuthSchemePool Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<org.apache.http.HttpHost,AuthSchemePool>
GlobalState. authSchemePools
private java.util.concurrent.ConcurrentMap<org.apache.http.HttpHost,AuthSchemePool>
LocalState. authSchemePools
Methods in org.eclipse.aether.transport.http that return types with arguments of type AuthSchemePool Modifier and Type Method Description java.util.concurrent.ConcurrentMap<org.apache.http.HttpHost,AuthSchemePool>
GlobalState. getAuthSchemePools()
-