Uses of Class
com.swiftmq.impl.mqtt.v311.netty.buffer.ByteBuf
Packages that use ByteBuf
Package
Description
-
Uses of ByteBuf in com.swiftmq.impl.mqtt.v311.netty.buffer
Methods in com.swiftmq.impl.mqtt.v311.netty.buffer that return ByteBufModifier and TypeMethodDescriptionByteBuf.duplicate()ByteBuf.readRetainedSlice(int length) ByteBuf.writeByte(int value) ByteBuf.writeBytes(byte[] src) ByteBuf.writeBytes(byte[] src, int srcIndex, int length) ByteBuf.writeBytes(ByteBuf src) ByteBuf.writeShort(int value) Methods in com.swiftmq.impl.mqtt.v311.netty.buffer with parameters of type ByteBuf -
Uses of ByteBuf in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt
Methods in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt that return ByteBufModifier and TypeMethodDescriptionMqttPublishMessage.content()static ByteBufMqttEncoder.doEncode(MqttMessage message) MqttPublishMessage.payload()Methods in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt with parameters of type ByteBufConstructors in com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt with parameters of type ByteBufModifierConstructorDescriptionMqttPublishMessage(MqttFixedHeader mqttFixedHeader, MqttPublishVariableHeader variableHeader, ByteBuf payload)