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()
          Deprecated. 
static int getDefaultPort()
          Deprecated. 
static String getHost(Context ctx)
          Deprecated. 
static int getPort(Context ctx)
          Deprecated. 
 
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

@Deprecated
public static final String getHost(Context ctx)
Deprecated. 


getPort

@Deprecated
public static final int getPort(Context ctx)
Deprecated. 


getDefaultHost

@Deprecated
public static final String getDefaultHost()
Deprecated. 


getDefaultPort

@Deprecated
public static final int getDefaultPort()
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.