final class AuthSchemePool
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.LinkedList<org.apache.http.auth.AuthScheme> |
authSchemes |
private java.lang.String |
schemeName |
| Constructor and Description |
|---|
AuthSchemePool() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.auth.AuthScheme |
get() |
void |
put(org.apache.http.auth.AuthScheme authScheme) |