android.net
Class Proxy

java.lang.Object
  extended by android.net.Proxy

public final class Proxy
extends Object


Field Summary
static String PROXY_CHANGE_ACTION
           
 
Constructor Summary
Proxy()
           
 
Method Summary
static String getDefaultHost()
           
static int getDefaultPort()
           
static String getHost(Context ctx)
           
static int getPort(Context ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROXY_CHANGE_ACTION

public static final String PROXY_CHANGE_ACTION
See Also:
Constant Field Values
Constructor Detail

Proxy

public Proxy()
Method Detail

getHost

public static final String getHost(Context ctx)

getPort

public static final int getPort(Context ctx)

getDefaultHost

public static final String getDefaultHost()

getDefaultPort

public static final int getDefaultPort()


Copyright © 2008-2010. All Rights Reserved.