public class io.vertx.mqtt.messages.impl.MqttPublishMessageImpl implements io.vertx.mqtt.messages.MqttPublishMessage
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.mqtt.messages.impl.MqttPublishMessageImpl
super_class: java.lang.Object
{
private final int messageId;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.netty.handler.codec.mqtt.MqttQoS qosLevel;
descriptor: Lio/netty/handler/codec/mqtt/MqttQoS;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean isDup;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean isRetain;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String topicName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.buffer.Buffer payload;
descriptor: Lio/vertx/core/buffer/Buffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(int, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean, java.lang.String, io.netty.buffer.ByteBuf);
descriptor: (ILio/netty/handler/codec/mqtt/MqttQoS;ZZLjava/lang/String;Lio/netty/buffer/ByteBuf;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.messageId:I
2: aload 0
aload 2
putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.qosLevel:Lio/netty/handler/codec/mqtt/MqttQoS;
3: aload 0
iload 3
putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.isDup:Z
4: aload 0
iload 4
putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.isRetain:Z
5: aload 0
aload 5
putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.topicName:Ljava/lang/String;
6: aload 0
aload 6
invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.payload:Lio/vertx/core/buffer/Buffer;
7: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;
0 8 1 messageId I
0 8 2 qosLevel Lio/netty/handler/codec/mqtt/MqttQoS;
0 8 3 isDup Z
0 8 4 isRetain Z
0 8 5 topicName Ljava/lang/String;
0 8 6 payload Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
messageId
qosLevel
isDup
isRetain
topicName
payload
public int messageId();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.messageId:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;
public io.netty.handler.codec.mqtt.MqttQoS qosLevel();
descriptor: ()Lio/netty/handler/codec/mqtt/MqttQoS;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.qosLevel:Lio/netty/handler/codec/mqtt/MqttQoS;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;
public boolean isDup();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.isDup:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;
public boolean isRetain();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.isRetain:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;
public java.lang.String topicName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.topicName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;
public io.vertx.core.buffer.Buffer payload();
descriptor: ()Lio/vertx/core/buffer/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.payload:Lio/vertx/core/buffer/Buffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;
}
SourceFile: "MqttPublishMessageImpl.java"