public class MqttDecoderContext
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getMaximumPacketSize() |
@Nullable IntMap<MqttTopicImpl> |
getTopicAliasMapping() |
boolean |
isProblemInformationRequested() |
boolean |
isResponseInformationRequested() |
boolean |
useDirectBufferAuth() |
boolean |
useDirectBufferCorrelationData() |
boolean |
useDirectBufferPayload() |
boolean |
validatePayloadFormat() |
public int getMaximumPacketSize()
@Nullable public @Nullable IntMap<MqttTopicImpl> getTopicAliasMapping()
public boolean isProblemInformationRequested()
public boolean isResponseInformationRequested()
public boolean validatePayloadFormat()
public boolean useDirectBufferPayload()
public boolean useDirectBufferAuth()
public boolean useDirectBufferCorrelationData()