to top
AFEX APIs
public class

WifiConfigProxy

extends Object
implements Parcelable
java.lang.Object
   ↳ com.ardic.android.parcelables.WifiConfigProxy

Class Overview

Implementation of Parcelable Interface for Wi-Fi Configuration Proxy related settings

See also:

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<WifiConfigProxy> CREATOR
Public Constructors
WifiConfigProxy(String host, int port, List<String> excList)
Constructor method for Wi-Fi APN Configuration attributes related to proxy settings.
Public Methods
int describeContents()
static Creator<WifiConfigProxy> getCreator()
List<String> getExcList()
Returns exclusion list for Wi-Fi APN Proxy.
String getHost()
Returns Proxy host Ip address.
int getPort()
Returns Port number allowed.
void setExcList(List<String> excList)
Sets exclusion list for Wi-Fi APN Proxy.
void setHost(String host)
Sets Proxy host Ip address.
void setPort(int port)
Sets Port number allowed.
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<WifiConfigProxy> CREATOR

Added in API level 1

Public Constructors

public WifiConfigProxy (String host, int port, List<String> excList)

Added in API level 1

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.

Public Methods

public int describeContents ()

Added in API level 1

Returns
int

public static Creator<WifiConfigProxy> getCreator ()

Added in API level 1

public List<String> getExcList ()

Added in API level 1

Returns exclusion list for Wi-Fi APN Proxy. List is composed of package names of applications that will by-pass proxy.

Returns
List<String> exclusion list

public String getHost ()

Added in API level 1

Returns Proxy host Ip address.

Returns
String Proxy host Ip address.

public int getPort ()

Added in API level 1

Returns Port number allowed.

Returns
int Port number allowed.

public void setExcList (List<String> excList)

Added in API level 1

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

public void setHost (String host)

Added in API level 1

Sets Proxy host Ip address.

Parameters
host String: Proxy host Ip address.

public void setPort (int port)

Added in API level 1

Sets Port number allowed.

Parameters
port int: Port number allowed.

public void writeToParcel (Parcel dest, int flags)

Added in API level 1

Parameters
dest Parcel
flags int