Foundation API Reference
Foundation API Reference
/
io.esper.foundationsdk.wifi
/
EsperProxy
Esper
Proxy
public
class
EsperProxy
implements
Parcelable
Constructors
Functions
Properties
Constructors
Esper
Proxy
Link copied to clipboard
public
void
EsperProxy
(
)
Properties
exclusion
List
Link copied to clipboard
@
SerializedName
(
value
=
"exclusion_domains"
)
@
Expose
(
)
public
Array
<
String
>
exclusionList
host
Name
Link copied to clipboard
@
SerializedName
(
value
=
"hostname"
)
@
Expose
(
)
public
String
hostName
pac
Url
Link copied to clipboard
@
SerializedName
(
value
=
"pac_url"
)
@
Expose
(
)
public
String
pacUrl
port
Link copied to clipboard
@
SerializedName
(
value
=
"port"
)
@
Expose
(
)
public
int
port
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
get
Exclusion
List
Link copied to clipboard
public
Array
<
String
>
getExclusionList
(
)
get
Host
Name
Link copied to clipboard
public
String
getHostName
(
)
get
Pac
Url
Link copied to clipboard
public
String
getPacUrl
(
)
get
Port
Link copied to clipboard
public
int
getPort
(
)
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
set
Exclusion
List
Link copied to clipboard
public
void
setExclusionList
(
Array
<
String
>
exclusionList
)
set
Host
Name
Link copied to clipboard
public
void
setHostName
(
String
hostName
)
set
Pac
Url
Link copied to clipboard
public
void
setPacUrl
(
String
pacUrl
)
set
Port
Link copied to clipboard
public
void
setPort
(
int port
)
to
String
Link copied to clipboard
public
String
toString
(
)