Package | Description |
---|---|
com.blackberry.workspaces.api.sdk |
Modifier and Type | Method and Description |
---|---|
Enums.ProxyType |
NetworkConnectionManager.getProxyType()
getProxyType
|
Enums.ProxyType |
IConnection.getProxyType()
getProxyType
|
static Enums.ProxyType |
Enums.ProxyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enums.ProxyType[] |
Enums.ProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkConnectionManager.saveProxySettings(Enums.ProxyType proxyType,
String addr,
String usr,
String pass,
int port,
boolean useCredentials)
saveProxySettings
|
void |
IConnection.saveProxySettings(Enums.ProxyType proxyType,
String addr,
String usr,
String pass,
int port,
boolean useCredentials)
saveProxySettings
|
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
|
Copyright © 2019. All rights reserved.