Package com.hivemq.client.mqtt
Interface MqttWebSocketConfigBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqttWebSocketConfigis applied to the parent.
- All Superinterfaces:
MqttWebSocketConfigBuilderBase<MqttWebSocketConfigBuilder.Nested<P>>
- Enclosing interface:
MqttWebSocketConfigBuilder
@DoNotImplement
public static interface MqttWebSocketConfigBuilder.Nested<P>
extends MqttWebSocketConfigBuilderBase<MqttWebSocketConfigBuilder.Nested<P>>
Builder for a
MqttWebSocketConfig that is applied to a parent.-
Method Summary
Methods inherited from interface com.hivemq.client.mqtt.MqttWebSocketConfigBuilderBase
handshakeTimeout, httpHeaders, queryString, serverPath, subprotocol
-
Method Details
-
applyWebSocketConfig
Builds theMqttWebSocketConfigand applies it to the parent.- Returns:
- the result when the built
MqttWebSocketConfigis applied to the parent.
-