public interface Endpoint
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
int |
getIdleTimeout() |
String |
getPassword() |
int |
getPort() |
ClientOptions.SSLOptions |
getSSLOptions() |
URI |
getURI() |
String |
getUser() |
boolean |
useSsl() |
String getHost()
int getPort()
boolean useSsl()
String getUser()
null
then the SASL ANONYMOUS mechanism will be used instead.String getPassword()
int getIdleTimeout()
URI getURI()
ClientOptions.SSLOptions getSSLOptions()
Copyright © 2016 International Business Machines Corporation. All rights reserved.