![]() |
Speedify SDK for Android
15.3.0
|
Local proxy domain watchlist item.
Public Attributes | |
String | title |
Title of this watchlist item. More... | |
boolean | enabled |
If the domains in this watchlist should be added to the local proxy filter. More... | |
List< String > | watchedDomains |
Domains watched for. More... | |
List< String > | proxiedDomains |
Domains proxied when enabled. More... | |
List< String > | proxiedPackages |
Packages that bypass the VPN when enabled Note that packages are routed around the VPN at the OS level, wherever other proxy options are routed through Speedify's internal local proxy. More... | |
boolean com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem.enabled |
If the domains in this watchlist should be added to the local proxy filter.
List<String> com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem.proxiedDomains |
Domains proxied when enabled.
List<String> com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem.proxiedPackages |
Packages that bypass the VPN when enabled Note that packages are routed around the VPN at the OS level, wherever other proxy options are routed through Speedify's internal local proxy.
String com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem.title |
Title of this watchlist item.
List<String> com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem.watchedDomains |
Domains watched for.