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 250
            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 251
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
         2: .line 250
            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 254
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
            iconst_m1
            if_icmpne 4
         1: .line 255
            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 256
            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 257
            goto 17
         4: .line 258
      StackMap locals:
      StackMap stack:
            new io.vertx.core.eventbus.impl.clustered.ClusteredMessage
            dup
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.this$0:Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus;
            invokespecial io.vertx.core.eventbus.impl.clustered.ClusteredMessage.<init>:(Lio/vertx/core/eventbus/impl/EventBusImpl;)V
            astore 2 /* received */
        start local 2 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage received
         5: .line 259
            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 260
            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 261
            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 263
      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 264
            aload 0 /* this */
            iconst_m1
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1.size:I
        10: .line 265
            aload 2 /* received */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.hasFailure:()Z
            ifeq 13
        11: .line 266
            aload 2 /* received */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.internalError:()V
        12: .line 267
            goto 17
      StackMap locals:
      StackMap stack:
        13: 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 16
        14: .line 269
            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:(Ljava/lang/Object;)Lio/vertx/core/Future;
            pop
        15: .line 270
            goto 17
        16: .line 271
      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
        17: .line 274
      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   18     0      this  Lio/vertx/core/eventbus/impl/clustered/ClusteredEventBus$1;
            0   18     1      buff  Lio/vertx/core/buffer/Buffer;
            5   17     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$8:(Lio/vertx/core/net/NetSocket;)V
NestHost: io.vertx.core.eventbus.impl.clustered.ClusteredEventBus
InnerClasses:
  io.vertx.core.eventbus.impl.clustered.ClusteredEventBus$1