@DoNotImplement public interface Mqtt5SimpleAuth
MQTT 5 Connect message.| Modifier and Type | Method and Description |
|---|---|
static @NotNull Mqtt5SimpleAuthBuilder |
builder()
Creates a builder for simple authentication and/or authorization related data.
|
@NotNull Optional<ByteBuffer> |
getPassword() |
@NotNull Optional<MqttUtf8String> |
getUsername() |
@NotNull static @NotNull Mqtt5SimpleAuthBuilder builder()
@NotNull @NotNull Optional<MqttUtf8String> getUsername()
@NotNull @NotNull Optional<ByteBuffer> getPassword()