Package | Description |
---|---|
com.blackberry.workspaces.api.sdk |
Modifier and Type | Method and Description |
---|---|
Enums.ConnectionError |
NetworkConnectionManager.testConnectionSettings()
testConnectionSettings
|
Enums.ConnectionError |
IConnection.testConnectionSettings()
testConnectionSettings
|
Enums.ConnectionError |
NetworkConnectionManager.testConnectionSettings(Enums.ProxyType proxyType,
boolean useProxyAuthentication,
String proxyUrl,
String usr,
String pass,
int port)
testConnectionSettings Test connection to defined server and proxy
|
Enums.ConnectionError |
IConnection.testConnectionSettings(Enums.ProxyType proxyType,
boolean useProxyAuthentication,
String proxyUrl,
String usr,
String pass,
int port)
testConnectionSettings
|
Enums.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 proxy
|
Enums.ConnectionError |
IConnection.testConnectionSettings(String serverUrl,
Enums.ProxyType proxyType,
boolean useProxyAuthentication,
String proxyUrl,
String usr,
String pass,
int port)
testConnectionSettings
|
static 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.
|
Copyright © 2019. All rights reserved.