|
|||||||||
类 java.net.Authenticator.RequestorType
的使用
使用 Authenticator.RequestorType 的软件包 | |
---|---|
java.net | 为实现网络应用程序提供类。 |
java.net 中 Authenticator.RequestorType 的使用 |
---|
返回 Authenticator.RequestorType 的 java.net 中的方法 | |
---|---|
protected Authenticator.RequestorType |
Authenticator.getRequestorType() 返回请求方是代理还是服务器。 |
static Authenticator.RequestorType |
Authenticator.RequestorType.valueOf(String name) 返回带有指定名称的该类型的枚举常量。 |
static Authenticator.RequestorType[] |
Authenticator.RequestorType.values() 按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
参数类型为 Authenticator.RequestorType 的 java.net 中的方法 | |
---|---|
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType) 要求已经向系统注册的 authenticator 提供密码。 |
所有类
|
|||||||||