| Package | Description |
|---|---|
| org.apache.mina.proxy.handlers.http | |
| org.apache.mina.proxy.session |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
List<HttpAuthenticationMethods> |
ProxyIoSession.getPreferedOrder() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ProxyIoSession.setPreferedOrder(List<HttpAuthenticationMethods> preferedOrder) |
Sets the ordered list of prefered authentication mechanisms.
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.