Android
java.net
public static final enum

java.net.Authenticator.RequestorType

java.lang.Object
java.lang.Enum<E extends java.lang.Enum<E>> Serializable Comparable<T>
java.net.Authenticator.RequestorType

an enum class of requestor type

Summary

Enum Values

Authenticator.RequestorType  PROXY  type of proxy server  
Authenticator.RequestorType  SERVER  type of origin server  

Public Methods

      static    Authenticator.RequestorType  valueOf(String name)
    final  static    RequestorType[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final Authenticator.RequestorType PROXY

type of proxy server

public static final Authenticator.RequestorType SERVER

type of origin server

Public Methods

public static Authenticator.RequestorType valueOf(String name)

public static final RequestorType[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56