Uses of Class
com.blackberry.workspaces.sdk.api.Enums.ProxyType
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api |
-
Uses of Enums.ProxyType in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api that return Enums.ProxyType Modifier and Type Method Description Enums.ProxyType
IConnection. getProxyType()
getProxyTypeEnums.ProxyType
NetworkConnectionManager. getProxyType()
getProxyTypestatic 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.Methods in com.blackberry.workspaces.sdk.api with parameters of type Enums.ProxyType Modifier and Type Method Description void
IConnection. saveProxySettings(Enums.ProxyType proxyType, String addr, String usr, String pass, int port, boolean useCredentials)
saveProxySettingsvoid
NetworkConnectionManager. saveProxySettings(Enums.ProxyType proxyType, String addr, String usr, String pass, int port, boolean useCredentials)
saveProxySettingsEnums.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(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 proxy