B
- the type of the builder.@DoNotImplement public interface MqttWebSocketConfigBuilderBase<B extends MqttWebSocketConfigBuilderBase<B>>
MqttWebSocketConfig
.Modifier and Type | Method and Description |
---|---|
B |
serverPath(@NotNull java.lang.String serverPath)
Sets the
server path . |
B |
subprotocol(@NotNull java.lang.String subprotocol)
Sets the
subprotocol . |
@NotNull B serverPath(@NotNull @NotNull java.lang.String serverPath)
server path
.serverPath
- the server path.@NotNull B subprotocol(@NotNull @NotNull java.lang.String subprotocol)
subprotocol
.subprotocol
- the subprotocol.