@DoNotImplement public interface Mqtt3ConnectRestrictions
MQTT 3 Connect message.| Modifier and Type | Method and Description |
|---|---|
static @NotNull Mqtt3ConnectRestrictionsBuilder |
builder()
Creates a builder for Connect restrictions.
|
@NotNull Mqtt3ConnectRestrictionsBuilder |
extend()
Creates a builder for extending this Connect restrictions.
|
int |
getSendMaximum()
Returns the maximum amount of not acknowledged publishes with QoS 1 or 2 the client sends to the server
concurrently.
|
int |
getSendMaximumPacketSize()
Returns the maximum packet size the client sends to the server.
|
@NotNull static @NotNull Mqtt3ConnectRestrictionsBuilder builder()
int getSendMaximum()
Mqtt5ConnectRestrictions.DEFAULT_SEND_MAXIMUM.int getSendMaximumPacketSize()
Mqtt5ConnectRestrictions.DEFAULT_SEND_MAXIMUM_PACKET_SIZE.@NotNull @NotNull Mqtt3ConnectRestrictionsBuilder extend()