public class MqttWebSocketConfigImpl extends java.lang.Object implements MqttWebSocketConfig
Modifier and Type | Field and Description |
---|---|
static @NotNull MqttWebSocketConfigImpl |
DEFAULT |
DEFAULT_MQTT_SUBPROTOCOL, DEFAULT_SERVER_PATH
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable java.lang.Object o) |
@NotNull java.lang.String |
getServerPath() |
@NotNull java.lang.String |
getSubprotocol() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
@NotNull public static final @NotNull MqttWebSocketConfigImpl DEFAULT
@NotNull public @NotNull java.lang.String getServerPath()
getServerPath
in interface MqttWebSocketConfig
@NotNull public @NotNull java.lang.String getSubprotocol()
getSubprotocol
in interface MqttWebSocketConfig
public boolean equals(@Nullable @Nullable java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object