public interface Endpoint
Modifier and Type | Method and Description |
---|---|
File |
getCertChainFile() |
String |
getHost() |
int |
getIdleTimeout() |
String |
getPassword() |
int |
getPort() |
URI |
getURI() |
String |
getUser() |
boolean |
getVerifyName() |
boolean |
useSsl() |
String getHost()
int getPort()
boolean useSsl()
File getCertChainFile()
boolean getVerifyName()
boolean
indicating whether the client validates that
the CN name of the server's certificate matches its DNS name.String getUser()
null
then the SASL ANONYMOUS mechanism will be used instead.String getPassword()
int getIdleTimeout()
URI getURI()
Copyright © 2015 International Business Machines Corporation. All rights reserved.