![]() |
Speedify SDK for Android
15.3.0
|
Methods for automatic server selection.
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... | |
com.speedify.speedifysdk.Types.AutoConnectMethod.BYSETTING |
Connect by automatic connection method.
com.speedify.speedifysdk.Types.AutoConnectMethod.CLOSEST |
Closest public or private server to user.
com.speedify.speedifysdk.Types.AutoConnectMethod.CLOSESTPRIVATE |
Closest private server to user.
com.speedify.speedifysdk.Types.AutoConnectMethod.CLOSESTPUBLIC |
Closest public server to user.
com.speedify.speedifysdk.Types.AutoConnectMethod.COUNTRYCITYSERVER |
By specific country/city/server Not valid for connectAuto.
com.speedify.speedifysdk.Types.AutoConnectMethod.EXACT |
By exact specific country/city/server Not valid for connectAuto.
com.speedify.speedifysdk.Types.AutoConnectMethod.IGNORELAST |
Connect using the current selection setting, but choose a different server instance than the one last used.
com.speedify.speedifysdk.Types.AutoConnectMethod.LAST |
Last server connected to.
com.speedify.speedifysdk.Types.AutoConnectMethod.P2P |
Server that supports P2P/BitTorrent.
com.speedify.speedifysdk.Types.AutoConnectMethod.PROXY |
Local-proxy only connection.