C - the type of the complete builder.@DoNotImplement public static interface Mqtt3SimpleAuthBuilderBase.Complete<C extends Mqtt3SimpleAuthBuilderBase.Complete<C>> extends Mqtt3SimpleAuthBuilderBase<C>
Mqtt3SimpleAuthBuilderBase that is complete which means all mandatory fields are set.Mqtt3SimpleAuthBuilderBase.Complete<C extends Mqtt3SimpleAuthBuilderBase.Complete<C>>| Modifier and Type | Method and Description |
|---|---|
C |
password(byte[] password)
Sets the optional
password. |
C |
password(@NotNull ByteBuffer password)
Sets the optional
password. |
username, username@CheckReturnValue @NotNull C password(byte[] password)
password.password - the password as byte array.@CheckReturnValue @NotNull C password(@NotNull @NotNull ByteBuffer password)
password.password - the password as ByteBuffer.