| Constructor and Description |
|---|
MqttDecoder() |
MqttDecoder(int maxBytesInMessage) |
MqttDecoder(int maxBytesInMessage,
int maxClientIdLength) |
| Modifier and Type | Method and Description |
|---|---|
org.tio.core.intf.Packet |
doDecode(org.tio.core.ChannelContext ctx,
ByteBuffer buffer,
int readableLength) |
public MqttDecoder()
public MqttDecoder(int maxBytesInMessage)
public MqttDecoder(int maxBytesInMessage,
int maxClientIdLength)
public org.tio.core.intf.Packet doDecode(org.tio.core.ChannelContext ctx,
ByteBuffer buffer,
int readableLength)
Copyright © 2025. All rights reserved.