KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > Authenticator.RequestorType

java.net
Enum Authenticator.RequestorType

java.lang.Object
  extended by java.lang.Enum<Authenticator.RequestorType>
      extended by java.net.Authenticator.RequestorType
All Implemented Interfaces:
Serializable, Comparable<Authenticator.RequestorType>
Enclosing class:
Authenticator
See Also:
Source Code

public static final Authenticator.RequestorType PROXY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Authenticator.RequestorType SERVER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Authenticator.RequestorType valueOf(String name)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Authenticator.RequestorType[] values()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags