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

Detailed Description

Local proxy settings.

Since
9.2

Public Attributes

boolean enabled
 If the local proxy should be enabled. More...
 
ProxyMatchMode matchMode
 How matches are handled. More...
 
List< String > domains
 Current list of domains to be proxied. More...
 
List< String > ipv4
 Current list of IPv4 addresses to be proxied. More...
 
List< String > ipv6
 Current list of IPv6 addresses to be proxied. More...
 
List< LocalProxyPortports
 Current list of ports to be proxied. More...
 
List< LocalProxyDomainWatchlistItemdomainWatchlistItems
 Watchlist items. More...
 
List< String > packages
 Current list of packages addresses to be proxied. More...
 
boolean domainWatchlistEnabled
 Boolean to turn domain watchlist enablement on or off. More...
 

Member Data Documentation

◆ domains

List<String> com.speedify.speedifysdk.Types.LocalProxySettings.domains

Current list of domains to be proxied.

Since
9.2

◆ domainWatchlistEnabled

boolean com.speedify.speedifysdk.Types.LocalProxySettings.domainWatchlistEnabled

Boolean to turn domain watchlist enablement on or off.

Since
13.2

◆ domainWatchlistItems

List<LocalProxyDomainWatchlistItem> com.speedify.speedifysdk.Types.LocalProxySettings.domainWatchlistItems

Watchlist items.

Since
9.3

◆ enabled

boolean com.speedify.speedifysdk.Types.LocalProxySettings.enabled

If the local proxy should be enabled.

Since
9.2

◆ ipv4

List<String> com.speedify.speedifysdk.Types.LocalProxySettings.ipv4

Current list of IPv4 addresses to be proxied.

Since
9.2

◆ ipv6

List<String> com.speedify.speedifysdk.Types.LocalProxySettings.ipv6

Current list of IPv6 addresses to be proxied.

Since
11.2

◆ matchMode

ProxyMatchMode com.speedify.speedifysdk.Types.LocalProxySettings.matchMode

How matches are handled.

Since
9.2

◆ packages

List<String> com.speedify.speedifysdk.Types.LocalProxySettings.packages

Current list of packages addresses to be proxied.

Since
11.1

◆ ports

List<LocalProxyPort> com.speedify.speedifysdk.Types.LocalProxySettings.ports

Current list of ports to be proxied.

Since
9.9

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