public static class MqttClientSslConfigImplBuilder.Nested<P> extends MqttClientSslConfigImplBuilder<MqttClientSslConfigImplBuilder.Nested<P>> implements MqttClientSslConfigBuilder.Nested<P>
MqttClientSslConfigImplBuilder.Default, MqttClientSslConfigImplBuilder.Nested<P>
Constructor and Description |
---|
Nested(@Nullable MqttClientSslConfigImpl sslConfig,
@NotNull java.util.function.Function<? super MqttClientSslConfigImpl,P> parentConsumer) |
Modifier and Type | Method and Description |
---|---|
P |
applySslConfig()
Builds the
MqttClientSslConfig and applies it to the parent. |
build, cipherSuites, handshakeTimeout, keyManagerFactory, protocols, trustManagerFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cipherSuites, handshakeTimeout, keyManagerFactory, protocols, trustManagerFactory
public Nested(@Nullable @Nullable MqttClientSslConfigImpl sslConfig, @NotNull @NotNull java.util.function.Function<? super MqttClientSslConfigImpl,P> parentConsumer)
@NotNull public P applySslConfig()
MqttClientSslConfigBuilder.Nested
MqttClientSslConfig
and applies it to the parent.applySslConfig
in interface MqttClientSslConfigBuilder.Nested<P>
MqttClientSslConfig
is applied to the parent.