Package com.hivemq.client.mqtt
Interface MqttClientTransportConfigBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqttClientTransportConfigis applied to the parent.
- All Superinterfaces:
MqttClientTransportConfigBuilderBase<MqttClientTransportConfigBuilder.Nested<P>>
- Enclosing interface:
MqttClientTransportConfigBuilder
@DoNotImplement
public static interface MqttClientTransportConfigBuilder.Nested<P>
extends MqttClientTransportConfigBuilderBase<MqttClientTransportConfigBuilder.Nested<P>>
Builder for a
MqttClientTransportConfig that is applied to a parent.-
Method Summary
Modifier and TypeMethodDescriptionBuilds theMqttClientTransportConfigand applies it to the parent.Methods inherited from interface com.hivemq.client.mqtt.MqttClientTransportConfigBuilderBase
localAddress, localAddress, localAddress, localPort, mqttConnectTimeout, proxyConfig, proxyConfig, serverAddress, serverHost, serverHost, serverPort, socketConnectTimeout, sslConfig, sslConfig, sslWithDefaultConfig, webSocketConfig, webSocketConfig, webSocketWithDefaultConfig
-
Method Details
-
applyTransportConfig
Builds theMqttClientTransportConfigand applies it to the parent.- Returns:
- the result when the built
MqttClientTransportConfigis applied to the parent.
-