Class AuthSchemePool
java.lang.Object
org.eclipse.aether.transport.http.AuthSchemePool
Pool of (equivalent) auth schemes for a single host.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LinkedList
<org.apache.http.auth.AuthScheme> private String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
authSchemes
-
schemeName
-
-
Constructor Details
-
AuthSchemePool
AuthSchemePool()
-
-
Method Details
-
get
public org.apache.http.auth.AuthScheme get() -
put
public void put(org.apache.http.auth.AuthScheme authScheme)
-