Speedify SDK for Android  14.8.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.AutoConnectMethod Enum Reference

Detailed Description

Methods for automatic server selection.

Since
5.6

Public Attributes

 CLOSEST
 Closest public or private server to user. More...
 
 CLOSESTPRIVATE
 Closest private server to user. More...
 
 CLOSESTPUBLIC
 Closest public server to user. More...
 
 LAST
 Last server connected to. More...
 
 P2P
 Server that supports P2P/BitTorrent. More...
 
 BYSETTING
 Connect by automatic connection method. More...
 
 COUNTRYCITYSERVER
 By specific country/city/server Not valid for connectAuto. More...
 
 EXACT
 By exact specific country/city/server Not valid for connectAuto. More...
 
 PROXY
 Local-proxy only connection. More...
 
 IGNORELAST
 Connect using the current selection setting, but choose a different server instance than the one last used. More...
 

Member Data Documentation

◆ BYSETTING

com.speedify.speedifysdk.Types.AutoConnectMethod.BYSETTING

Connect by automatic connection method.

Since
9.4

◆ CLOSEST

com.speedify.speedifysdk.Types.AutoConnectMethod.CLOSEST

Closest public or private server to user.

Since
5.6

◆ CLOSESTPRIVATE

com.speedify.speedifysdk.Types.AutoConnectMethod.CLOSESTPRIVATE

Closest private server to user.

Since
5.6

◆ CLOSESTPUBLIC

com.speedify.speedifysdk.Types.AutoConnectMethod.CLOSESTPUBLIC

Closest public server to user.

Since
7.0

◆ COUNTRYCITYSERVER

com.speedify.speedifysdk.Types.AutoConnectMethod.COUNTRYCITYSERVER

By specific country/city/server Not valid for connectAuto.

Since
9.4

◆ EXACT

com.speedify.speedifysdk.Types.AutoConnectMethod.EXACT

By exact specific country/city/server Not valid for connectAuto.

Since
14.0

◆ IGNORELAST

com.speedify.speedifysdk.Types.AutoConnectMethod.IGNORELAST

Connect using the current selection setting, but choose a different server instance than the one last used.

Since
12.6

◆ LAST

com.speedify.speedifysdk.Types.AutoConnectMethod.LAST

Last server connected to.

Since
5.6

◆ P2P

com.speedify.speedifysdk.Types.AutoConnectMethod.P2P

Server that supports P2P/BitTorrent.

Since
5.6

◆ PROXY

com.speedify.speedifysdk.Types.AutoConnectMethod.PROXY

Local-proxy only connection.

Since
10.4

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