public static final enum Authenticator.RequestorType
extends Enum<Authenticator.RequestorType>
| java.lang.Object | ||
| java.lang.Enum<java.net.Authenticator.RequestorType> | ||
| java.net.Authenticator.RequestorType | ||
请求认证的实体的类型。
Enum values |
|
|---|---|
Authenticator.RequestorType |
PROXY 请求身份验证的实体是HTTP代理服务器。 |
Authenticator.RequestorType |
SERVER 请求身份验证的实体是HTTP源服务器。 |
公共方法(Public methods) |
|
|---|---|
static Authenticator.RequestorType |
valueOf(String name) |
static final RequestorType[] |
values() |
继承方法(Inherited methods) |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
Authenticator.RequestorType valueOf (String name)
| 参数(Parameters) | |
|---|---|
name |
String
|
| 返回(Returns) | |
|---|---|
Authenticator.RequestorType |
|