![]() |
Speedify SDK for Android
15.3.0
|
Public Member Functions | |
ServerInformationDetailed (String country, String city, int num, boolean isPrivate) | |
![]() | |
ServerInformation (String country, String city, int num, boolean isPrivate) | |
String | toString () |
Additional Inherited Members | |
![]() | |
static String | GetCountryName (String country) |
Get country name string from country code. More... | |
static String | GetCityName (String city) |
Get city name string from city code. More... | |
![]() | |
String | country |
2-character ISO country code, ie: 'us'. More... | |
String | city |
City code, ie: 'atlanta'. More... | |
int | num |
Server number. More... | |
boolean | isPrivate |
Whether this is a private or public server. More... | |
boolean | isPremium |
Whether this is a premium-only server. More... | |
boolean | torrentAllowed |
Whether this server allows bittorrent/P2P. More... | |
String | dataCenter |
Data center the server is in. More... | |
List< String > | publicIP |
Public IP addresses of this server Only available on connected server calls. More... | |
com.speedify.speedifysdk.Types.ServerInformationDetailed.ServerInformationDetailed | ( | String | country, |
String | city, | ||
int | num, | ||
boolean | isPrivate | ||
) |
country | 2-character ISO country code |
city | city name |
num | server number |
isPrivate | if this server is a private, dedicated server |