Added in API level 1

Authenticator.RequestorType

public static final enum Authenticator.RequestorType
extends Enum<Authenticator.RequestorType>

java.lang.Object
   ↳ java.lang.Enum<java.net.Authenticator.RequestorType>
     ↳ java.net.Authenticator.RequestorType


The type of the entity requesting authentication.

Summary

Enum values

Authenticator.RequestorType  PROXY

Entity requesting authentication is a HTTP proxy server. 

Authenticator.RequestorType  SERVER

Entity requesting authentication is a HTTP origin server. 

Public methods

static Authenticator.RequestorType valueOf(String name)
static final RequestorType[] values()

Inherited methods

Enum values

PROXY

Added in API level 1
public static final Authenticator.RequestorType PROXY

Entity requesting authentication is a HTTP proxy server.

SERVER

Added in API level 1
public static final Authenticator.RequestorType SERVER

Entity requesting authentication is a HTTP origin server.

Public methods

valueOf

public static Authenticator.RequestorType valueOf (String name)

Parameters
name String

Returns
Authenticator.RequestorType

values

public static final RequestorType[] values ()

Returns
RequestorType[]