程序包 | 说明 |
---|---|
org.apache.mina.proxy.handlers.http | |
org.apache.mina.proxy.session |
限定符和类型 | 方法和说明 |
---|---|
static HttpAuthenticationMethods |
HttpAuthenticationMethods.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static HttpAuthenticationMethods[] |
HttpAuthenticationMethods.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<HttpAuthenticationMethods> |
ProxyIoSession.getPreferedOrder() |
限定符和类型 | 方法和说明 |
---|---|
void |
ProxyIoSession.setPreferedOrder(java.util.List<HttpAuthenticationMethods> preferedOrder)
Sets the ordered list of prefered authentication mechanisms.
|