| Package | Description |
|---|---|
| org.apache.mina.proxy.handlers.http | |
| org.apache.mina.proxy.session |
| Modifier and Type | Method and Description |
|---|---|
static HttpAuthenticationMethods |
HttpAuthenticationMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpAuthenticationMethods[] |
HttpAuthenticationMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<HttpAuthenticationMethods> |
ProxyIoSession.getPreferedOrder()
Returns the list of the prefered order for the authentication methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyIoSession.setPreferedOrder(List<HttpAuthenticationMethods> preferedOrder)
Sets the ordered list of prefered authentication mechanisms.
|
Copyright © 2004–2017 Apache MINA Project. All rights reserved.