B - the type of the builder.@DoNotImplement public interface Mqtt3ConnectRestrictionsBuilderBase<B extends Mqtt3ConnectRestrictionsBuilderBase<B>>
Mqtt3ConnectRestrictions.| Modifier and Type | Method and Description |
|---|---|
B |
sendMaximum(int receiveMaximum)
Sets the
send maximum. |
B |
sendMaximumPacketSize(int maximumPacketSize)
Sets the
maximum packet size for sending. |
@CheckReturnValue @NotNull B sendMaximum(int receiveMaximum)
send maximum.
The value must not be zero and must be in the range of an unsigned short: [1, 65_535].
receiveMaximum - the send maximum.@CheckReturnValue @NotNull B sendMaximumPacketSize(int maximumPacketSize)
maximum packet size for sending.
The value must not be zero and in the range: [1, 268_435_460].
maximumPacketSize - the maximum packet size for sending.