Uses of Class
com.blackberry.workspaces.sdk.api.Enums.ConnectionError
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api |
-
Uses of Enums.ConnectionError in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api that return Enums.ConnectionError Modifier and Type Method Description Enums.ConnectionError
IConnection. testConnectionSettings()
testConnectionSettingsEnums.ConnectionError
IConnection. testConnectionSettings(Enums.ProxyType proxyType, boolean useProxyAuthentication, String proxyUrl, String usr, String pass, int port)
testConnectionSettingsEnums.ConnectionError
IConnection. testConnectionSettings(String serverUrl, Enums.ProxyType proxyType, boolean useProxyAuthentication, String proxyUrl, String usr, String pass, int port)
testConnectionSettingsEnums.ConnectionError
NetworkConnectionManager. testConnectionSettings()
testConnectionSettingsEnums.ConnectionError
NetworkConnectionManager. testConnectionSettings(Enums.ProxyType proxyType, boolean useProxyAuthentication, String proxyUrl, String usr, String pass, int port)
testConnectionSettings Test connection to defined server and proxyEnums.ConnectionError
NetworkConnectionManager. testConnectionSettings(String serverUrl, Enums.ProxyType proxyType, boolean useProxyAuthentication, String proxyUrl, String usr, String pass, int port)
testConnectionSettings Test connection to defined server and proxystatic Enums.ConnectionError
Enums.ConnectionError. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.ConnectionError[]
Enums.ConnectionError. values()
Returns an array containing the constants of this enum type, in the order they are declared.