java.lang.Object | |
↳ | com.ardic.android.parcelables.WifiConfigProxy |
Implementation of Parcelable Interface for Wi-Fi Configuration Proxy related settings
See also:
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor method for Wi-Fi APN Configuration attributes related to proxy settings.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns exclusion list for Wi-Fi APN Proxy.
| |||||||||||
Returns Proxy host Ip address.
| |||||||||||
Returns Port number allowed.
| |||||||||||
Sets exclusion list for Wi-Fi APN Proxy.
| |||||||||||
Sets Proxy host Ip address.
| |||||||||||
Sets Port number allowed.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Constructor method for Wi-Fi APN Configuration attributes related to proxy settings.
Parameters | |
---|---|
host |
String :
IP address of the Proxy |
port |
int :
Port number |
excList |
List :
list of IP or DNS addresses that bypasses the Proxy.
|
Returns | |
---|---|
Creator<WifiConfigProxy> |
Returns Proxy host Ip address.
Returns | |
---|---|
String |
Proxy host Ip address. |
Returns Port number allowed.
Returns | |
---|---|
int |
Port number allowed. |
Sets exclusion list for Wi-Fi APN Proxy. List is composed of package names of applications that will by-pass proxy.
Parameters | |
---|---|
excList |
List :
exclusion list
|
Sets Proxy host Ip address.
Parameters | |
---|---|
host |
String :
Proxy host Ip address.
|
Sets Port number allowed.
Parameters | |
---|---|
port |
int :
Port number allowed.
|
Parameters | |
---|---|
dest |
Parcel
|
flags |
int
|