public class HTTPClientConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
HTTPClientConfiguration(java.lang.String baseURL,
int serverID,
java.lang.String applicationID,
SSLTrustManager sslTrustManager) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationID()
The application id for the http client
|
java.lang.String |
getBaseURL()
Returns the base url for the http client
|
int |
getServerID()
Returns the server id to be used for the http client
|
SSLTrustManager |
getSSLTrustManager()
Returns an interface used for X509 certificate authentication and hostname verification.
|
public HTTPClientConfiguration(java.lang.String baseURL,
int serverID,
java.lang.String applicationID,
SSLTrustManager sslTrustManager)
public java.lang.String getBaseURL()
public int getServerID()
public java.lang.String getApplicationID()
public SSLTrustManager getSSLTrustManager()