class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1 implements io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1
super_class: java.lang.Object
{
int size;
descriptor: I
flags: (0x0000)
final io.vertx.core.eventbus.impl.clustered.ClusteredEventBus this$0;
descriptor: Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.vertx.core.parsetools.RecordParser val$parser;
descriptor: Lio/vertx/core/parsetools/RecordParser;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.vertx.core.net.NetSocket val$socket;
descriptor: Lio/vertx/core/net/NetSocket;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.eventbus.impl.clustered.ClusteredEventBus, io.vertx.core.parsetools.RecordParser, io.vertx.core.net.NetSocket);
descriptor: (Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;Lio/vertx/core/parsetools/RecordParser;Lio/vertx/core/net/NetSocket;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.this$0:Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;
aload 0
aload 2
putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.val$parser:Lio/vertx/core/parsetools/RecordParser;
aload 0
aload 3
putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.val$socket:Lio/vertx/core/net/NetSocket;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_m1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus$1;
MethodParameters:
Name Flags
this$0 final
val$parser final
val$socket final
public void handle(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
iconst_m1
if_icmpne 4
1: aload 0
aload 1
iconst_0
invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
2: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.val$parser:Lio/vertx/core/parsetools/RecordParser;
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
invokeinterface io.vertx.core.parsetools.RecordParser.fixedSizeMode:(I)V
3: goto 14
4: StackMap locals:
StackMap stack:
new io.vertx.core.eventbus.impl.clustered.ClusteredMessage
dup
invokespecial io.vertx.core.eventbus.impl.clustered.ClusteredMessage.<init>:()V
astore 2
start local 2 5: aload 2
aload 1
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.this$0:Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;
invokestatic io.vertx.core.eventbus.impl.clustered.ClusteredEventBus.access$0:(Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;)Lio/vertx/core/eventbus/impl/CodecManager;
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.readFromWire:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/eventbus/impl/CodecManager;)V
6: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.this$0:Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;
invokestatic io.vertx.core.eventbus.impl.clustered.ClusteredEventBus.access$1:(Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;)Lio/vertx/core/spi/metrics/EventBusMetrics;
ifnull 8
7: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.this$0:Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;
invokestatic io.vertx.core.eventbus.impl.clustered.ClusteredEventBus.access$1:(Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;)Lio/vertx/core/spi/metrics/EventBusMetrics;
aload 2
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.address:()Ljava/lang/String;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
invokeinterface io.vertx.core.spi.metrics.EventBusMetrics.messageRead:(Ljava/lang/String;I)V
8: StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.val$parser:Lio/vertx/core/parsetools/RecordParser;
iconst_4
invokeinterface io.vertx.core.parsetools.RecordParser.fixedSizeMode:(I)V
9: aload 0
iconst_m1
putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
10: aload 2
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.codec:()Lio/vertx/core/eventbus/MessageCodec;
getstatic io.vertx.core.eventbus.impl.CodecManager.PING_MESSAGE_CODEC:Lio/vertx/core/eventbus/MessageCodec;
if_acmpne 13
11: aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.val$socket:Lio/vertx/core/net/NetSocket;
getstatic io.vertx.core.eventbus.impl.clustered.ClusteredEventBus.PONG:Lio/vertx/core/buffer/Buffer;
invokeinterface io.vertx.core.net.NetSocket.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/NetSocket;
pop
12: goto 14
13: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.this$0:Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;
aload 2
invokestatic io.vertx.core.eventbus.impl.clustered.ClusteredEventBus.access$2:(Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;Lio/vertx/core/eventbus/impl/MessageImpl;)Lio/vertx/core/eventbus/ReplyException;
pop
end local 2 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/ClusteredEventBus$1;
0 15 1 buff Lio/vertx/core/buffer/Buffer;
5 14 2 received Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;
MethodParameters:
Name Flags
buff
public void handle(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.buffer.Buffer
invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.handle:(Lio/vertx/core/buffer/Buffer;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
SourceFile: "ClusteredEventBus.java"
EnclosingMethod: io.vertx.core.eventbus.impl.clustered.ClusteredEventBus.lambda$14:(Lio/vertx/core/net/NetSocket;)V
NestHost: io.vertx.core.eventbus.impl.clustered.ClusteredEventBus
InnerClasses:
io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1