public interface ConnectionDetails
Modifier and Type | Method and Description |
---|---|
int |
getBufferSize() |
int |
getConnectionTimeout() |
Credentials |
getCredentials() |
java.lang.String |
getEndpoint() |
java.net.URI |
getProxy() |
int |
getRetries() |
int |
getSocketTimeout() |
boolean |
isCertificateVerification()
Returns true if the network layer should perform certificate authentication for SSL.
|
boolean |
isHttps()
If true the network layer will use Https.
|
java.lang.String getEndpoint()
Credentials getCredentials()
boolean isHttps()
java.net.URI getProxy()
int getRetries()
int getBufferSize()
int getConnectionTimeout()
int getSocketTimeout()
boolean isCertificateVerification()