Class AuthSchemePool
- java.lang.Object
-
- org.eclipse.aether.transport.http.AuthSchemePool
-
final class AuthSchemePool extends java.lang.Object
Pool 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>
authSchemes
private java.lang.String
schemeName
-
Constructor Summary
Constructors Constructor Description AuthSchemePool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.auth.AuthScheme
get()
void
put(org.apache.http.auth.AuthScheme authScheme)
-