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 // io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1 this
         0: .line 304
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.this$0:Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.val$parser:Lio/vertx/core/parsetools/RecordParser;
            aload 0 /* this */
            aload 3
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.val$socket:Lio/vertx/core/net/NetSocket;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 305
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
         2: .line 304
            return
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1 this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1 this
        start local 1 // io.vertx.core.buffer.Buffer buff
         0: .line 308
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
            iconst_m1
            if_icmpne 4
         1: .line 309
            aload 0 /* this */
            aload 1 /* buff */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
         2: .line 310
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.val$parser:Lio/vertx/core/parsetools/RecordParser;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
            invokeinterface io.vertx.core.parsetools.RecordParser.fixedSizeMode:(I)V
         3: .line 311
            goto 14
         4: .line 312
      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 /* received */
        start local 2 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage received
         5: .line 313
            aload 2 /* received */
            aload 1 /* buff */
            aload 0 /* this */
            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: .line 314
            aload 0 /* this */
            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: .line 315
            aload 0 /* this */
            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 /* received */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.address:()Ljava/lang/String;
            aload 1 /* buff */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            invokeinterface io.vertx.core.spi.metrics.EventBusMetrics.messageRead:(Ljava/lang/String;I)V
         8: .line 317
      StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage
      StackMap stack:
            aload 0 /* this */
            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: .line 318
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
        10: .line 319
            aload 2 /* received */
            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: .line 321
            aload 0 /* this */
            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: .line 322
            goto 14
        13: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.this$0:Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;
            aload 2 /* received */
            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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage received
        14: .line 326
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.buffer.Buffer buff
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1 this
      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: .line 1
            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