public abstract class Mqtt3SimpleAuthViewBuilder<B extends Mqtt3SimpleAuthViewBuilder<B>>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Mqtt3SimpleAuthViewBuilder.Default |
static class |
Mqtt3SimpleAuthViewBuilder.Nested<P> |
Constructor and Description |
---|
Mqtt3SimpleAuthViewBuilder() |
Modifier and Type | Method and Description |
---|---|
@NotNull Mqtt3SimpleAuthView |
build() |
B |
password(@Nullable byte[] password) |
B |
password(@Nullable java.nio.ByteBuffer password) |
B |
username(@Nullable MqttUtf8String username) |
B |
username(@Nullable java.lang.String username) |
@NotNull public B username(@Nullable @Nullable java.lang.String username)
@NotNull public B username(@Nullable @Nullable MqttUtf8String username)
@NotNull public B password(@Nullable @Nullable byte[] password)
@NotNull public B password(@Nullable @Nullable java.nio.ByteBuffer password)
@NotNull public @NotNull Mqtt3SimpleAuthView build()