Package com.hivemq.client.mqtt
Interface MqttClientSslConfigBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqttClientSslConfigis applied to the parent.
- All Superinterfaces:
MqttClientSslConfigBuilderBase<MqttClientSslConfigBuilder.Nested<P>>
- Enclosing interface:
MqttClientSslConfigBuilder
@DoNotImplement
public static interface MqttClientSslConfigBuilder.Nested<P>
extends MqttClientSslConfigBuilderBase<MqttClientSslConfigBuilder.Nested<P>>
Builder for a
MqttClientSslConfig that is applied to a parent.-
Method Summary
Methods inherited from interface com.hivemq.client.mqtt.MqttClientSslConfigBuilderBase
cipherSuites, handshakeTimeout, hostnameVerifier, keyManagerFactory, protocols, trustManagerFactory
-
Method Details
-
applySslConfig
Builds theMqttClientSslConfigand applies it to the parent.- Returns:
- the result when the built
MqttClientSslConfigis applied to the parent.
-