|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.net.Proxy
public final class Proxy
A convenience class for accessing the user and default proxy settings.
| Field Summary | |
|---|---|
static String |
PROXY_CHANGE_ACTION
|
| Constructor Summary | |
|---|---|
Proxy()
|
|
| Method Summary | |
|---|---|
static String |
getDefaultHost()
Return the default proxy host specified by the carrier. |
static int |
getDefaultPort()
Return the default proxy port specified by the carrier. |
static String |
getHost(Context ctx)
Return the proxy host set by the user. |
static int |
getPort(Context ctx)
Return the proxy port set by the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROXY_CHANGE_ACTION
| Constructor Detail |
|---|
public Proxy()
| Method Detail |
|---|
public static final String getHost(Context ctx)
ctx - A Context used to get the settings for the proxy host.
public static final int getPort(Context ctx)
ctx - A Context used to get the settings for the proxy port.
public static final String getDefaultHost()
public static final int getDefaultPort()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||