MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.clientIdPrefix(java.lang.String clientIdPrefix) |
Sets the ClientId prefix (to be used for shared connection) on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.connectionTimeout(int connectionTimeout) |
Sets the connection timeout expressed in seconds on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.keepAlive(int keepAlive) |
Sets the keep alive interval expressed in seconds on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.keystorePassword(char[] keystorePassword) |
Sets the password for the JKS keystore on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.keystorePath(java.nio.file.Path keystorePath) |
Sets the absolute path to the JKS keystore on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.password(java.lang.String password) |
Sets the password on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.privateKeyPassword(char[] privateKeyPassword) |
Sets the password for the private key (stored into the JSK keystore) on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.securityProtocol(java.lang.String securityProtocol) |
Sets the standard name of the security protocol on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.truststorePassword(char[] truststorePassword) |
Sets the password for the JKS truststore on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.truststorePath(java.nio.file.Path truststorePath) |
Sets the absolute path to the JKS truststore on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.username(java.lang.String username) |
Sets the username on this builder.
|
MqttBrokerConfigBuilder |
MqttBrokerConfigBuilder.willMessage(java.lang.String topic,
byte[] applicationMessage,
QoS qos,
boolean retain) |
Sets the Will Message on this builder.
|