Online demo
JavaDocPlus Demo | Show in full page mode
| Classic JavaDoc |
Class Authenticator.RequestorType
java.lang.Object └ java.lang.Enum └ java.net.Authenticator.RequestorType
public static final class Authenticator.RequestorType extends Enum
The type of the entity requesting authentication.
Since:1.5
Fields
static Authenticator.RequestorType | PROXY | |
Entity requesting authentication is a HTTP proxy server. |
static Authenticator.RequestorType | SERVER | |
Entity requesting authentication is a HTTP origin server. |
Methods
static Authenticator.RequestorType | valueOf (String name) | |
static Authenticator.RequestorType | values () | |
Inherited methods
Community comments
Please do not ask questions. If you need help or support, contact support@moyosoft.com. Questions, bug reports and feature requests will be deleted. |
Powered by JavaDocPlus