public class io.vertx.core.eventbus.impl.clustered.ClusteredMessage<U, V> extends io.vertx.core.eventbus.impl.MessageImpl<U, V>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.eventbus.impl.clustered.ClusteredMessage
super_class: io.vertx.core.eventbus.impl.MessageImpl
{
private static final io.vertx.core.impl.logging.Logger log;
descriptor: Lio/vertx/core/impl/logging/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final byte WIRE_PROTOCOL_VERSION;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private java.lang.String sender;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String repliedTo;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.buffer.Buffer wireBuffer;
descriptor: Lio/vertx/core/buffer/Buffer;
flags: (0x0002) ACC_PRIVATE
private int bodyPos;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int ;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean fromWire;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean toWire;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private java.lang.String failure;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;
invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
putstatic io.vertx.core.eventbus.impl.clustered.ClusteredMessage.log:Lio/vertx/core/impl/logging/Logger;
1: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(io.vertx.core.eventbus.impl.EventBusImpl);
descriptor: (Lio/vertx/core/eventbus/impl/EventBusImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Lio/vertx/core/eventbus/impl/EventBusImpl;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 2 1 bus Lio/vertx/core/eventbus/impl/EventBusImpl;
MethodParameters:
Name Flags
bus
public void <init>(java.lang.String, java.lang.String, io.vertx.core.MultiMap, U, io.vertx.core.eventbus.MessageCodec<U, V>, boolean, io.vertx.core.eventbus.impl.EventBusImpl);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec;ZLio/vertx/core/eventbus/impl/EventBusImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 2
aload 3
aload 4
aload 5
iload 6
aload 7
invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec;ZLio/vertx/core/eventbus/impl/EventBusImpl;)V
1: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
2: return
end local 7 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 3 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 3 1 sender Ljava/lang/String;
0 3 2 address Ljava/lang/String;
0 3 3 headers Lio/vertx/core/MultiMap;
0 3 4 sentBody TU;
0 3 5 messageCodec Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;
0 3 6 send Z
0 3 7 bus Lio/vertx/core/eventbus/impl/EventBusImpl;
Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;TU;Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;ZLio/vertx/core/eventbus/impl/EventBusImpl;)V
MethodParameters:
Name Flags
sender
address
headers
sentBody
messageCodec
send
bus
protected void <init>(io.vertx.core.eventbus.impl.clustered.ClusteredMessage<U, V>);
descriptor: (Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Lio/vertx/core/eventbus/impl/MessageImpl;)V
1: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
2: aload 1
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sentBody:Ljava/lang/Object;
ifnonnull 6
3: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
4: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
5: aload 0
aload 1
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
6: StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage io.vertx.core.eventbus.impl.clustered.ClusteredMessage
StackMap stack:
aload 0
aload 1
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 8 1 other Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
Signature: (Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;)V
MethodParameters:
Name Flags
other
protected io.vertx.core.eventbus.impl.MessageImpl createReply(java.lang.Object, io.vertx.core.eventbus.DeliveryOptions);
descriptor: (Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/eventbus/impl/MessageImpl;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial io.vertx.core.eventbus.impl.MessageImpl.createReply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/eventbus/impl/MessageImpl;
checkcast io.vertx.core.eventbus.impl.clustered.ClusteredMessage
astore 3
start local 3 1: aload 3
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.repliedTo:Ljava/lang/String;
2: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 3 1 message Ljava/lang/Object;
0 3 2 options Lio/vertx/core/eventbus/DeliveryOptions;
1 3 3 reply Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;
MethodParameters:
Name Flags
message
options
public io.vertx.core.eventbus.impl.clustered.ClusteredMessage<U, V> copyBeforeReceive();
descriptor: ()Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.core.eventbus.impl.clustered.ClusteredMessage
dup
aload 0
invokespecial io.vertx.core.eventbus.impl.clustered.ClusteredMessage.<init>:(Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
Signature: ()Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
public io.vertx.core.MultiMap ();
descriptor: ()Lio/vertx/core/MultiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
ifnonnull 5
1: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
ifeq 3
2: aload 0
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.decodeHeaders:()V
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
ifnonnull 5
4: aload 0
invokestatic io.vertx.core.MultiMap.caseInsensitiveMultiMap:()Lio/vertx/core/MultiMap;
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
5: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
public V body();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.receivedBody:Ljava/lang/Object;
ifnonnull 2
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
ifeq 2
1: aload 0
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.decodeBody:()V
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.receivedBody:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
Signature: ()TV;
public java.lang.String replyAddress();
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.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
public io.vertx.core.buffer.Buffer encodeToWire();
descriptor: ()Lio/vertx/core/buffer/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.toWire:Z
1: sipush 1024
istore 1
start local 1 2: iload 1
invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
astore 2
start local 2 3: aload 2
iconst_0
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
4: aload 2
iconst_2
invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
pop
5: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
invokeinterface io.vertx.core.eventbus.MessageCodec.systemCodecID:()B
istore 3
start local 3 6: aload 2
iload 3
invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
pop
7: iload 3
iconst_m1
if_icmpne 9
8: aload 0
aload 2
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
invokeinterface io.vertx.core.eventbus.MessageCodec.name:()Ljava/lang/String;
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeString:(Lio/vertx/core/buffer/Buffer;Ljava/lang/String;)V
9: StackMap locals: int io.vertx.core.buffer.Buffer int
StackMap stack:
aload 2
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.send:Z
ifeq 10
iconst_0
goto 11
StackMap locals:
StackMap stack: io.vertx.core.buffer.Buffer
10: iconst_1
StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage int io.vertx.core.buffer.Buffer int
StackMap stack: io.vertx.core.buffer.Buffer int
11: invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
pop
12: aload 0
aload 2
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.address:Ljava/lang/String;
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeString:(Lio/vertx/core/buffer/Buffer;Ljava/lang/String;)V
13: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
ifnull 16
14: aload 0
aload 2
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeString:(Lio/vertx/core/buffer/Buffer;Ljava/lang/String;)V
15: goto 17
16: StackMap locals:
StackMap stack:
aload 2
iconst_0
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
17: StackMap locals:
StackMap stack:
aload 0
aload 2
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeString:(Lio/vertx/core/buffer/Buffer;Ljava/lang/String;)V
18: aload 0
aload 2
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.encodeHeaders:(Lio/vertx/core/buffer/Buffer;)V
19: aload 0
aload 2
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeBody:(Lio/vertx/core/buffer/Buffer;)V
20: aload 2
iconst_0
aload 2
invokeinterface io.vertx.core.buffer.Buffer.length:()I
iconst_4
isub
invokeinterface io.vertx.core.buffer.Buffer.setInt:(II)Lio/vertx/core/buffer/Buffer;
pop
21: aload 2
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
2 22 1 length I
3 22 2 buffer Lio/vertx/core/buffer/Buffer;
6 22 3 systemCodecID B
public void readFromWire(io.vertx.core.buffer.Buffer, io.vertx.core.eventbus.impl.CodecManager);
descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/eventbus/impl/CodecManager;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=10, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
istore 4
start local 4 2: iload 4
iconst_2
if_icmple 4
3: aload 0
new java.lang.StringBuilder
dup
ldc "Invalid wire protocol version "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 4
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " should be <= "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iconst_2
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.setFailure:(Ljava/lang/String;)V
4: StackMap locals: int int
StackMap stack:
iinc 3 1
5: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
istore 5
start local 5 6: iinc 3 1
7: iload 5
iconst_m1
if_icmpne 17
8: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 6
start local 6 9: iinc 3 4
10: aload 1
iload 3
iload 3
iload 6
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 7
start local 7 11: new java.lang.String
dup
aload 7
getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
astore 8
start local 8 12: aload 0
aload 2
aload 8
invokevirtual io.vertx.core.eventbus.impl.CodecManager.getCodec:(Ljava/lang/String;)Lio/vertx/core/eventbus/MessageCodec;
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
13: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
ifnonnull 15
14: aload 0
new java.lang.StringBuilder
dup
ldc "No message codec registered with name "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 8
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.setFailure:(Ljava/lang/String;)V
15: StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage io.vertx.core.buffer.Buffer io.vertx.core.eventbus.impl.CodecManager int int int int byte[] java.lang.String
StackMap stack:
iload 3
iload 6
iadd
istore 3
end local 8 end local 7 end local 6 16: goto 18
17: StackMap locals:
StackMap stack:
aload 0
aload 2
invokevirtual io.vertx.core.eventbus.impl.CodecManager.systemCodecs:()[Lio/vertx/core/eventbus/MessageCodec;
iload 5
aaload
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
18: StackMap locals:
StackMap stack:
aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
istore 6
start local 6 19: aload 0
iload 6
ifne 20
iconst_1
goto 21
StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage io.vertx.core.buffer.Buffer io.vertx.core.eventbus.impl.CodecManager int int int int
StackMap stack: io.vertx.core.eventbus.impl.clustered.ClusteredMessage
20: iconst_0
StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage io.vertx.core.buffer.Buffer io.vertx.core.eventbus.impl.CodecManager int int int int
StackMap stack: io.vertx.core.eventbus.impl.clustered.ClusteredMessage int
21: putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.send:Z
22: iinc 3 1
23: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 7
start local 7 24: iinc 3 4
25: aload 1
iload 3
iload 3
iload 7
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 8
start local 8 26: aload 0
new java.lang.String
dup
aload 8
getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.address:Ljava/lang/String;
27: iload 3
iload 7
iadd
istore 3
28: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 7
29: iinc 3 4
30: iload 7
ifeq 34
31: aload 1
iload 3
iload 3
iload 7
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 8
32: aload 0
new java.lang.String
dup
aload 8
getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
33: iload 3
iload 7
iadd
istore 3
34: StackMap locals: int byte[]
StackMap stack:
aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 7
35: iinc 3 4
36: aload 1
iload 3
iload 3
iload 7
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 8
37: aload 0
new java.lang.String
dup
aload 8
getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
38: iload 3
iload 7
iadd
istore 3
39: aload 0
iload 3
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
40: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 9
start local 9 41: iload 3
iload 9
iadd
istore 3
42: aload 0
iload 3
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
43: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
44: aload 0
iconst_1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
45: return
end local 9 end local 8 end local 7 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 46 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 46 1 buffer Lio/vertx/core/buffer/Buffer;
0 46 2 codecManager Lio/vertx/core/eventbus/impl/CodecManager;
1 46 3 pos I
2 46 4 protocolVersion B
6 46 5 systemCodecCode B
9 16 6 length I
11 16 7 bytes [B
12 16 8 codecName Ljava/lang/String;
19 46 6 bsend B
24 46 7 length I
26 46 8 bytes [B
41 46 9 headersLength I
MethodParameters:
Name Flags
buffer
codecManager
private void setFailure(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
ifnonnull 2
1: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 3 1 s Ljava/lang/String;
MethodParameters:
Name Flags
s
private void decodeBody();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.eventbus.MessageCodec.decodeFromWire:(ILio/vertx/core/buffer/Buffer;)Ljava/lang/Object;
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.receivedBody:Ljava/lang/Object;
1: aload 0
iconst_0
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
private void (io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
ifnull 13
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
invokeinterface io.vertx.core.MultiMap.isEmpty:()Z
ifne 13
1: aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
istore 2
start local 2 2: aload 1
iconst_0
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
3: aload 1
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
invokeinterface io.vertx.core.MultiMap.size:()I
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
4: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
invokeinterface io.vertx.core.MultiMap.entries:()Ljava/util/List;
astore 3
start local 3 5: aload 3
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 9
StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage io.vertx.core.buffer.Buffer int java.util.List top java.util.Iterator
StackMap stack:
6: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Map$Entry
astore 4
start local 4 7: aload 0
aload 1
aload 4
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
checkcast java.lang.String
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeString:(Lio/vertx/core/buffer/Buffer;Ljava/lang/String;)V
8: aload 0
aload 1
aload 4
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast java.lang.String
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeString:(Lio/vertx/core/buffer/Buffer;Ljava/lang/String;)V
end local 4 9: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
10: aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
istore 4
start local 4 11: aload 1
iload 2
iload 4
iload 2
isub
invokeinterface io.vertx.core.buffer.Buffer.setInt:(II)Lio/vertx/core/buffer/Buffer;
pop
end local 4 end local 3 end local 2 12: goto 14
13: StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage io.vertx.core.buffer.Buffer
StackMap stack:
aload 1
iconst_4
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
14: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 15 1 buffer Lio/vertx/core/buffer/Buffer;
2 12 2 headersLengthPos I
5 12 3 entries Ljava/util/List<Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;>;
7 9 4 entry Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
11 12 4 headersEndPos I
MethodParameters:
Name Flags
buffer
private void ();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=9, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 1
start local 1 1: iload 1
iconst_4
if_icmpeq 21
2: aload 0
dup
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
iconst_4
iadd
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
3: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 2
start local 2 4: aload 0
dup
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
iconst_4
iadd
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
5: aload 0
invokestatic io.vertx.core.MultiMap.caseInsensitiveMultiMap:()Lio/vertx/core/MultiMap;
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
6: iconst_0
istore 3
start local 3 7: goto 20
8: StackMap locals: int int int
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 4
start local 4 9: aload 0
dup
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
iconst_4
iadd
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
10: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
iload 4
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 5
start local 5 11: new java.lang.String
dup
aload 5
getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
astore 6
start local 6 12: aload 0
dup
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
iload 4
iadd
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
13: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 7
start local 7 14: aload 0
dup
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
iconst_4
iadd
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
15: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
iload 7
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 5
16: new java.lang.String
dup
aload 5
getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
astore 8
start local 8 17: aload 0
dup
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
iload 7
iadd
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
18: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
aload 6
aload 8
invokeinterface io.vertx.core.MultiMap.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
pop
end local 8 end local 7 end local 6 end local 5 end local 4 19: iinc 3 1
StackMap locals:
StackMap stack:
20: iload 3
iload 2
if_icmplt 8
end local 3 end local 2 21: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
22: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
1 23 1 length I
4 21 2 numHeaders I
7 21 3 i I
9 19 4 keyLength I
11 19 5 bytes [B
12 19 6 key Ljava/lang/String;
14 19 7 valLength I
17 19 8 val Ljava/lang/String;
private void writeBody(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
aload 1
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sentBody:Ljava/lang/Object;
invokeinterface io.vertx.core.eventbus.MessageCodec.encodeToWire:(Lio/vertx/core/buffer/Buffer;Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 2 1 buff Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
buff
private void writeString(io.vertx.core.buffer.Buffer, java.lang.String);
descriptor: (Lio/vertx/core/buffer/Buffer;Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 2
getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
astore 3
start local 3 1: aload 1
aload 3
arraylength
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
2: aload 1
aload 3
invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
pop
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 4 1 buff Lio/vertx/core/buffer/Buffer;
0 4 2 str Ljava/lang/String;
1 4 3 strBytes [B
MethodParameters:
Name Flags
buff
str
java.lang.String getSender();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
java.lang.String getRepliedTo();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.repliedTo:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
public boolean isFromWire();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
public boolean isToWire();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.toWire:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
protected boolean isLocal();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.isFromWire:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
boolean hasFailure();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
void internalError();
descriptor: ()V
flags: (0x0000)
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
ifnull 3
1: aload 0
new io.vertx.core.eventbus.ReplyException
dup
getstatic io.vertx.core.eventbus.ReplyFailure.ERROR:Lio/vertx/core/eventbus/ReplyFailure;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;Ljava/lang/String;)V
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.reply:(Ljava/lang/Object;)V
2: goto 4
3: StackMap locals:
StackMap stack:
getstatic io.vertx.core.eventbus.impl.clustered.ClusteredMessage.log:Lio/vertx/core/impl/logging/Logger;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
invokeinterface io.vertx.core.impl.logging.Logger.trace:(Ljava/lang/Object;)V
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
public io.vertx.core.eventbus.impl.MessageImpl copyBeforeReceive();
descriptor: ()Lio/vertx/core/eventbus/impl/MessageImpl;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.copyBeforeReceive:()Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <U:Ljava/lang/Object;V:Ljava/lang/Object;>Lio/vertx/core/eventbus/impl/MessageImpl<TU;TV;>;
SourceFile: "ClusteredMessage.java"
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map