java.lang.Object | |
↳ | android.net.Proxy |
A convenience class for accessing the user and default proxy settings.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | EXTRA_PROXY_INFO | Intent extra included with PROXY_CHANGE_ACTION intents. |
|||||||||
String | PROXY_CHANGE_ACTION | Used to notify an app that's caching the default connection proxy that either the default connection or its proxy has changed. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method was deprecated
in API level 11.
Use standard java vm proxy values to find the host, port and
exclusion list. This call ignores the exclusion list and no
longer reports only mobile-data apn-based proxy values.
| |||||||||||
This method was deprecated
in API level 11.
Use standard java vm proxy values to find the host, port and
exclusion list. This call ignores the exclusion list and no
longer reports only mobile-data apn-based proxy values.
| |||||||||||
This method was deprecated
in API level 11.
Use standard java vm proxy values to find the host, port
and exclusion list. This call ignores the exclusion list.
| |||||||||||
This method was deprecated
in API level 11.
Use standard java vm proxy values to find the host, port
and exclusion list. This call ignores the exclusion list.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Intent extra included with PROXY_CHANGE_ACTION
intents.
It describes the new proxy being used (as a ProxyInfo
object).
Used to notify an app that's caching the default connection proxy that either the default connection or its proxy has changed. The intent will have the following extra value:
This is a protected intent that can only be sent by the system
This method was deprecated
in API level 11.
Use standard java vm proxy values to find the host, port and
exclusion list. This call ignores the exclusion list and no
longer reports only mobile-data apn-based proxy values.
Return the default proxy host specified by the carrier.
This method was deprecated
in API level 11.
Use standard java vm proxy values to find the host, port and
exclusion list. This call ignores the exclusion list and no
longer reports only mobile-data apn-based proxy values.
Return the default proxy port specified by the carrier.
This method was deprecated
in API level 11.
Use standard java vm proxy values to find the host, port
and exclusion list. This call ignores the exclusion list.
Return the proxy host set by the user.
ctx | A Context used to get the settings for the proxy host. |
---|
This method was deprecated
in API level 11.
Use standard java vm proxy values to find the host, port
and exclusion list. This call ignores the exclusion list.
Return the proxy port set by the user.
ctx | A Context used to get the settings for the proxy port. |
---|