Class AuthSchemePool
- java.lang.Object
-
- org.eclipse.aether.transport.http.AuthSchemePool
-
final class AuthSchemePool extends java.lang.ObjectPool of (equivalent) auth schemes for a single host.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.LinkedList<org.apache.http.auth.AuthScheme>authSchemesprivate java.lang.StringschemeName
-
Constructor Summary
Constructors Constructor Description AuthSchemePool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.auth.AuthSchemeget()voidput(org.apache.http.auth.AuthScheme authScheme)
-