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.logging.Logger log;
descriptor: Lio/vertx/core/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: 1
private io.vertx.core.net.impl.ServerID sender;
descriptor: Lio/vertx/core/net/impl/ServerID;
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
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.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
putstatic io.vertx.core.eventbus.impl.clustered.ClusteredMessage.log:Lio/vertx/core/logging/Logger;
1: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
public void <init>(io.vertx.core.net.impl.ServerID, 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, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/net/impl/ServerID;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec;ZLio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=10, args_size=10
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 0: aload 0
aload 2
aload 3
aload 4
aload 5
aload 6
iload 7
aload 8
aload 9
invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec;ZLio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/Handler;)V
1: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Lio/vertx/core/net/impl/ServerID;
2: 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 3 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 3 1 sender Lio/vertx/core/net/impl/ServerID;
0 3 2 address Ljava/lang/String;
0 3 3 replyAddress Ljava/lang/String;
0 3 4 headers Lio/vertx/core/MultiMap;
0 3 5 sentBody TU;
0 3 6 messageCodec Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;
0 3 7 send Z
0 3 8 bus Lio/vertx/core/eventbus/impl/EventBusImpl;
0 3 9 writeHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/net/impl/ServerID;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;TU;Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;ZLio/vertx/core/eventbus/impl/EventBusImpl;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
sender
address
replyAddress
headers
sentBody
messageCodec
send
bus
writeHandler
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:Lio/vertx/core/net/impl/ServerID;
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Lio/vertx/core/net/impl/ServerID;
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
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=3, 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
new io.vertx.core.http.CaseInsensitiveHeaders
dup
invokespecial io.vertx.core.http.CaseInsensitiveHeaders.<init>:()V
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: sipush 1024
istore 1
start local 1 1: iload 1
invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
astore 2
start local 2 2: aload 2
iconst_0
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
3: aload 2
iconst_1
invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
pop
4: 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 5: aload 2
iload 3
invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
pop
6: iload 3
iconst_m1
if_icmpne 8
7: 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
8: 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 9
iconst_0
goto 10
StackMap locals:
StackMap stack: io.vertx.core.buffer.Buffer
9: 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
10: invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
pop
11: 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
12: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
ifnull 15
13: 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
14: goto 16
15: StackMap locals:
StackMap stack:
aload 2
iconst_0
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
16: StackMap locals:
StackMap stack:
aload 2
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Lio/vertx/core/net/impl/ServerID;
getfield io.vertx.core.net.impl.ServerID.port:I
invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
pop
17: aload 0
aload 2
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Lio/vertx/core/net/impl/ServerID;
getfield io.vertx.core.net.impl.ServerID.host: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;>;
1 22 1 length I
2 22 2 buffer Lio/vertx/core/buffer/Buffer;
5 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=12, 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_1
if_icmple 6
3: new java.lang.IllegalStateException
dup
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;
4: ldc " should be <= "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iconst_1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
5: invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals: int int
StackMap stack:
iinc 3 1
7: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
istore 5
start local 5 8: iinc 3 1
9: iload 5
iconst_m1
if_icmpne 19
10: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 6
start local 6 11: iinc 3 4
12: aload 1
iload 3
iload 3
iload 6
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 7
start local 7 13: 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 14: 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;
15: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
ifnonnull 17
16: new java.lang.IllegalStateException
dup
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;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
17: 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 18: goto 20
19: 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;
20: StackMap locals:
StackMap stack:
aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
istore 6
start local 6 21: aload 0
iload 6
ifne 22
iconst_1
goto 23
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
22: 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
23: putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.send:Z
24: iinc 3 1
25: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 7
start local 7 26: iinc 3 4
27: aload 1
iload 3
iload 3
iload 7
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 8
start local 8 28: 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;
29: iload 3
iload 7
iadd
istore 3
30: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 7
31: iinc 3 4
32: iload 7
ifeq 36
33: aload 1
iload 3
iload 3
iload 7
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 8
34: 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;
35: iload 3
iload 7
iadd
istore 3
36: StackMap locals: int byte[]
StackMap stack:
aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 9
start local 9 37: iinc 3 4
38: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 7
39: iinc 3 4
40: aload 1
iload 3
iload 3
iload 7
iadd
invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
astore 8
41: 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
astore 10
start local 10 42: iload 3
iload 7
iadd
istore 3
43: aload 0
iload 3
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
44: aload 1
iload 3
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
istore 11
start local 11 45: iload 3
iload 11
iadd
istore 3
46: aload 0
iload 3
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
47: aload 0
new io.vertx.core.net.impl.ServerID
dup
iload 9
aload 10
invokespecial io.vertx.core.net.impl.ServerID.<init>:(ILjava/lang/String;)V
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Lio/vertx/core/net/impl/ServerID;
48: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
49: aload 0
iconst_1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
50: return
end local 11 end local 10 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 51 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
0 51 1 buffer Lio/vertx/core/buffer/Buffer;
0 51 2 codecManager Lio/vertx/core/eventbus/impl/CodecManager;
1 51 3 pos I
2 51 4 protocolVersion B
8 51 5 systemCodecCode B
11 18 6 length I
13 18 7 bytes [B
14 18 8 codecName Ljava/lang/String;
21 51 6 bsend B
26 51 7 length I
28 51 8 bytes [B
37 51 9 senderPort I
42 51 10 senderHost Ljava/lang/String;
45 51 11 headersLength I
MethodParameters:
Name Flags
buffer
codecManager
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
new io.vertx.core.http.CaseInsensitiveHeaders
dup
invokespecial io.vertx.core.http.CaseInsensitiveHeaders.<init>:()V
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
io.vertx.core.net.impl.ServerID getSender();
descriptor: ()Lio/vertx/core/net/impl/ServerID;
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:Lio/vertx/core/net/impl/ServerID;
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;>;
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;>;
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