@DoNotImplement public static interface Mqtt5ClientConnectionConfig.RestrictionsForServer
Mqtt5Client receives.| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumPacketSize()
Returns the maximum packet size the client accepts from the server.
|
int |
getReceiveMaximum()
Returns the maximum amount of not acknowledged publishes with QoS 1 or 2 the client accepts from the server
concurrently.
|
int |
getTopicAliasMaximum()
Returns the maximum amount of topic aliases the client accepts from the server.
|
boolean |
isProblemInformationRequested()
Returns whether the client requested problem information from the server.
|
boolean |
isResponseInformationRequested()
Returns whether the client requested response information from the server.
|
int getReceiveMaximum()
The value is determined by Mqtt5ConnectRestrictions#getReceiveMaximum().
int getMaximumPacketSize()
The value is determined by Mqtt5ConnectRestrictions#getMaximumPacketSize().
int getTopicAliasMaximum()
The value is determined by Mqtt5ConnectRestrictions#getTopicAliasMaximum().
boolean isProblemInformationRequested()
The value is determined by Mqtt5ConnectRestrictions#isRequestProblemInformation().
boolean isResponseInformationRequested()
The value is determined by Mqtt5ConnectRestrictions#isRequestResponseInformation().