@DoNotImplement public interface MqttWebSocketConfig
MQTT clients
.Modifier and Type | Field and Description |
---|---|
static @NotNull java.lang.String |
DEFAULT_MQTT_SUBPROTOCOL
The default WebSocket subprotocol.
|
static @NotNull java.lang.String |
DEFAULT_SERVER_PATH
The default WebSocket server path.
|
Modifier and Type | Method and Description |
---|---|
static @NotNull MqttWebSocketConfigBuilder |
builder()
Creates a builder for a WebSocket configuration.
|
@NotNull MqttWebSocketConfigBuilder |
extend()
Creates a builder for extending this WebSocket configuration.
|
@NotNull java.lang.String |
getServerPath() |
@NotNull java.lang.String |
getSubprotocol() |
@NotNull static final @NotNull java.lang.String DEFAULT_SERVER_PATH
@NotNull static final @NotNull java.lang.String DEFAULT_MQTT_SUBPROTOCOL
@NotNull static @NotNull MqttWebSocketConfigBuilder builder()
@NotNull @NotNull java.lang.String getServerPath()
@NotNull @NotNull java.lang.String getSubprotocol()
@NotNull @NotNull MqttWebSocketConfigBuilder extend()