Speedify SDK for Android  14.7.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem Class Reference

Detailed Description

Local proxy domain watchlist item.

Since
9.3

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...
 

Member Data Documentation

◆ enabled

boolean com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem.enabled

If the domains in this watchlist should be added to the local proxy filter.

Since
9.3

◆ proxiedDomains

List<String> com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem.proxiedDomains

Domains proxied when enabled.

Since
9.4

◆ proxiedPackages

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.

Since
11.1

◆ title

String com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem.title

Title of this watchlist item.

Since
9.3

◆ watchedDomains

List<String> com.speedify.speedifysdk.Types.LocalProxyDomainWatchlistItem.watchedDomains

Domains watched for.

Since
9.4

The documentation for this class was generated from the following file: