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 headersPos;
    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: .line 36
            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: .line 38
            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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 46
            aload 0 /* this */
            invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:()V
         1: .line 47
            return
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
        start local 1 // io.vertx.core.net.impl.ServerID sender
        start local 2 // java.lang.String address
        start local 3 // java.lang.String replyAddress
        start local 4 // io.vertx.core.MultiMap headers
        start local 5 // java.lang.Object sentBody
        start local 6 // io.vertx.core.eventbus.MessageCodec messageCodec
        start local 7 // boolean send
        start local 8 // io.vertx.core.eventbus.impl.EventBusImpl bus
        start local 9 // io.vertx.core.Handler writeHandler
         0: .line 51
            aload 0 /* this */
            aload 2 /* address */
            aload 3 /* replyAddress */
            aload 4 /* headers */
            aload 5 /* sentBody */
            aload 6 /* messageCodec */
            iload 7 /* send */
            aload 8 /* bus */
            aload 9 /* writeHandler */
            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: .line 52
            aload 0 /* this */
            aload 1 /* sender */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Lio/vertx/core/net/impl/ServerID;
         2: .line 53
            return
        end local 9 // io.vertx.core.Handler writeHandler
        end local 8 // io.vertx.core.eventbus.impl.EventBusImpl bus
        end local 7 // boolean send
        end local 6 // io.vertx.core.eventbus.MessageCodec messageCodec
        end local 5 // java.lang.Object sentBody
        end local 4 // io.vertx.core.MultiMap headers
        end local 3 // java.lang.String replyAddress
        end local 2 // java.lang.String address
        end local 1 // io.vertx.core.net.impl.ServerID sender
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
        start local 1 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage other
         0: .line 56
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Lio/vertx/core/eventbus/impl/MessageImpl;)V
         1: .line 57
            aload 0 /* this */
            aload 1 /* other */
            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: .line 58
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sentBody:Ljava/lang/Object;
            ifnonnull 6
         3: .line 59
            aload 0 /* this */
            aload 1 /* other */
            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: .line 60
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
         5: .line 61
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
         6: .line 63
      StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage io.vertx.core.eventbus.impl.clustered.ClusteredMessage
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
         7: .line 64
            return
        end local 1 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage other
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 67
            new io.vertx.core.eventbus.impl.clustered.ClusteredMessage
            dup
            aload 0 /* this */
            invokespecial io.vertx.core.eventbus.impl.clustered.ClusteredMessage.<init>:(Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;)V
            areturn
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
            ifnonnull 5
         1: .line 75
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            ifeq 3
         2: .line 76
            aload 0 /* this */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.decodeHeaders:()V
         3: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
            ifnonnull 5
         4: .line 79
            aload 0 /* this */
            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: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.receivedBody:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
            ifeq 2
         1: .line 90
            aload 0 /* this */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.decodeBody:()V
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.receivedBody:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 101
            sipush 1024
            istore 1 /* length */
        start local 1 // int length
         1: .line 102
            iload 1 /* length */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(I)Lio/vertx/core/buffer/Buffer;
            astore 2 /* buffer */
        start local 2 // io.vertx.core.buffer.Buffer buffer
         2: .line 103
            aload 2 /* buffer */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         3: .line 104
            aload 2 /* buffer */
            iconst_1
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         4: .line 105
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
            invokeinterface io.vertx.core.eventbus.MessageCodec.systemCodecID:()B
            istore 3 /* systemCodecID */
        start local 3 // byte systemCodecID
         5: .line 106
            aload 2 /* buffer */
            iload 3 /* systemCodecID */
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         6: .line 107
            iload 3 /* systemCodecID */
            iconst_m1
            if_icmpne 8
         7: .line 109
            aload 0 /* this */
            aload 2 /* buffer */
            aload 0 /* this */
            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: .line 111
      StackMap locals: int io.vertx.core.buffer.Buffer int
      StackMap stack:
            aload 2 /* buffer */
            aload 0 /* this */
            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: .line 112
            aload 0 /* this */
            aload 2 /* buffer */
            aload 0 /* this */
            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: .line 113
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
            ifnull 15
        13: .line 114
            aload 0 /* this */
            aload 2 /* buffer */
            aload 0 /* this */
            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: .line 115
            goto 16
        15: .line 116
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
        16: .line 118
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            aload 0 /* this */
            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: .line 119
            aload 0 /* this */
            aload 2 /* buffer */
            aload 0 /* this */
            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: .line 120
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.encodeHeaders:(Lio/vertx/core/buffer/Buffer;)V
        19: .line 121
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeBody:(Lio/vertx/core/buffer/Buffer;)V
        20: .line 122
            aload 2 /* buffer */
            iconst_0
            aload 2 /* buffer */
            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: .line 123
            aload 2 /* buffer */
            areturn
        end local 3 // byte systemCodecID
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // int length
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
        start local 1 // io.vertx.core.buffer.Buffer buffer
        start local 2 // io.vertx.core.eventbus.impl.CodecManager codecManager
         0: .line 127
            iconst_0
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 129
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            istore 4 /* protocolVersion */
        start local 4 // byte protocolVersion
         2: .line 130
            iload 4 /* protocolVersion */
            iconst_1
            if_icmple 6
         3: .line 131
            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 /* protocolVersion */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 132
            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: .line 131
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 134
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* pos */ 1
         7: .line 135
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            istore 5 /* systemCodecCode */
        start local 5 // byte systemCodecCode
         8: .line 136
            iinc 3 /* pos */ 1
         9: .line 137
            iload 5 /* systemCodecCode */
            iconst_m1
            if_icmpne 19
        10: .line 139
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 6 /* length */
        start local 6 // int length
        11: .line 140
            iinc 3 /* pos */ 4
        12: .line 141
            aload 1 /* buffer */
            iload 3 /* pos */
            iload 3 /* pos */
            iload 6 /* length */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 7 /* bytes */
        start local 7 // byte[] bytes
        13: .line 142
            new java.lang.String
            dup
            aload 7 /* bytes */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            astore 8 /* codecName */
        start local 8 // java.lang.String codecName
        14: .line 143
            aload 0 /* this */
            aload 2 /* codecManager */
            aload 8 /* codecName */
            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: .line 144
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
            ifnonnull 17
        16: .line 145
            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 /* codecName */
            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: .line 147
      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 /* pos */
            iload 6 /* length */
            iadd
            istore 3 /* pos */
        end local 8 // java.lang.String codecName
        end local 7 // byte[] bytes
        end local 6 // int length
        18: .line 148
            goto 20
        19: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* codecManager */
            invokevirtual io.vertx.core.eventbus.impl.CodecManager.systemCodecs:()[Lio/vertx/core/eventbus/MessageCodec;
            iload 5 /* systemCodecCode */
            aaload
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
        20: .line 151
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            istore 6 /* bsend */
        start local 6 // byte bsend
        21: .line 152
            aload 0 /* this */
            iload 6 /* bsend */
            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: .line 153
            iinc 3 /* pos */ 1
        25: .line 154
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 7 /* length */
        start local 7 // int length
        26: .line 155
            iinc 3 /* pos */ 4
        27: .line 156
            aload 1 /* buffer */
            iload 3 /* pos */
            iload 3 /* pos */
            iload 7 /* length */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 8 /* bytes */
        start local 8 // byte[] bytes
        28: .line 157
            aload 0 /* this */
            new java.lang.String
            dup
            aload 8 /* bytes */
            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: .line 158
            iload 3 /* pos */
            iload 7 /* length */
            iadd
            istore 3 /* pos */
        30: .line 159
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 7 /* length */
        31: .line 160
            iinc 3 /* pos */ 4
        32: .line 161
            iload 7 /* length */
            ifeq 36
        33: .line 162
            aload 1 /* buffer */
            iload 3 /* pos */
            iload 3 /* pos */
            iload 7 /* length */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 8 /* bytes */
        34: .line 163
            aload 0 /* this */
            new java.lang.String
            dup
            aload 8 /* bytes */
            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: .line 164
            iload 3 /* pos */
            iload 7 /* length */
            iadd
            istore 3 /* pos */
        36: .line 166
      StackMap locals: int byte[]
      StackMap stack:
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 9 /* senderPort */
        start local 9 // int senderPort
        37: .line 167
            iinc 3 /* pos */ 4
        38: .line 168
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 7 /* length */
        39: .line 169
            iinc 3 /* pos */ 4
        40: .line 170
            aload 1 /* buffer */
            iload 3 /* pos */
            iload 3 /* pos */
            iload 7 /* length */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 8 /* bytes */
        41: .line 171
            new java.lang.String
            dup
            aload 8 /* bytes */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            astore 10 /* senderHost */
        start local 10 // java.lang.String senderHost
        42: .line 172
            iload 3 /* pos */
            iload 7 /* length */
            iadd
            istore 3 /* pos */
        43: .line 173
            aload 0 /* this */
            iload 3 /* pos */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
        44: .line 174
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 11 /* headersLength */
        start local 11 // int headersLength
        45: .line 175
            iload 3 /* pos */
            iload 11 /* headersLength */
            iadd
            istore 3 /* pos */
        46: .line 176
            aload 0 /* this */
            iload 3 /* pos */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
        47: .line 177
            aload 0 /* this */
            new io.vertx.core.net.impl.ServerID
            dup
            iload 9 /* senderPort */
            aload 10 /* senderHost */
            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: .line 178
            aload 0 /* this */
            aload 1 /* buffer */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
        49: .line 179
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
        50: .line 180
            return
        end local 11 // int headersLength
        end local 10 // java.lang.String senderHost
        end local 9 // int senderPort
        end local 8 // byte[] bytes
        end local 7 // int length
        end local 6 // byte bsend
        end local 5 // byte systemCodecCode
        end local 4 // byte protocolVersion
        end local 3 // int pos
        end local 2 // io.vertx.core.eventbus.impl.CodecManager codecManager
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 183
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
            aload 0 /* this */
            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: .line 184
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
         2: .line 185
            return
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;

  private void encodeHeaders(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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
            ifnull 13
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.isEmpty:()Z
            ifne 13
         1: .line 189
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 2 /* headersLengthPos */
        start local 2 // int headersLengthPos
         2: .line 190
            aload 1 /* buffer */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         3: .line 191
            aload 1 /* buffer */
            aload 0 /* this */
            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: .line 192
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.entries:()Ljava/util/List;
            astore 3 /* entries */
        start local 3 // java.util.List entries
         5: .line 193
            aload 3 /* entries */
            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 /* entry */
        start local 4 // java.util.Map$Entry entry
         7: .line 194
            aload 0 /* this */
            aload 1 /* buffer */
            aload 4 /* entry */
            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: .line 195
            aload 0 /* this */
            aload 1 /* buffer */
            aload 4 /* entry */
            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 // java.util.Map$Entry entry
         9: .line 193
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        10: .line 197
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 4 /* headersEndPos */
        start local 4 // int headersEndPos
        11: .line 198
            aload 1 /* buffer */
            iload 2 /* headersLengthPos */
            iload 4 /* headersEndPos */
            iload 2 /* headersLengthPos */
            isub
            invokeinterface io.vertx.core.buffer.Buffer.setInt:(II)Lio/vertx/core/buffer/Buffer;
            pop
        end local 4 // int headersEndPos
        end local 3 // java.util.List entries
        end local 2 // int headersLengthPos
        12: .line 199
            goto 14
        13: .line 200
      StackMap locals: io.vertx.core.eventbus.impl.clustered.ClusteredMessage io.vertx.core.buffer.Buffer
      StackMap stack:
            aload 1 /* buffer */
            iconst_4
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
        14: .line 202
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 decodeHeaders();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 205
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 1 /* length */
        start local 1 // int length
         1: .line 206
            iload 1 /* length */
            iconst_4
            if_icmpeq 21
         2: .line 207
            aload 0 /* this */
            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: .line 208
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 2 /* numHeaders */
        start local 2 // int numHeaders
         4: .line 209
            aload 0 /* this */
            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: .line 210
            aload 0 /* this */
            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: .line 211
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 20
         8: .line 212
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 4 /* keyLength */
        start local 4 // int keyLength
         9: .line 213
            aload 0 /* this */
            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: .line 214
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            iload 4 /* keyLength */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 5 /* bytes */
        start local 5 // byte[] bytes
        11: .line 215
            new java.lang.String
            dup
            aload 5 /* bytes */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            astore 6 /* key */
        start local 6 // java.lang.String key
        12: .line 216
            aload 0 /* this */
            dup
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            iload 4 /* keyLength */
            iadd
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
        13: .line 217
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 7 /* valLength */
        start local 7 // int valLength
        14: .line 218
            aload 0 /* this */
            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: .line 219
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            iload 7 /* valLength */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 5 /* bytes */
        16: .line 220
            new java.lang.String
            dup
            aload 5 /* bytes */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            astore 8 /* val */
        start local 8 // java.lang.String val
        17: .line 221
            aload 0 /* this */
            dup
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            iload 7 /* valLength */
            iadd
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
        18: .line 222
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
            aload 6 /* key */
            aload 8 /* val */
            invokeinterface io.vertx.core.MultiMap.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
        end local 8 // java.lang.String val
        end local 7 // int valLength
        end local 6 // java.lang.String key
        end local 5 // byte[] bytes
        end local 4 // int keyLength
        19: .line 211
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 3 /* i */
            iload 2 /* numHeaders */
            if_icmplt 8
        end local 3 // int i
        end local 2 // int numHeaders
        21: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
        22: .line 226
            return
        end local 1 // int length
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
        start local 1 // io.vertx.core.buffer.Buffer buff
         0: .line 229
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
            aload 1 /* buff */
            aload 0 /* this */
            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: .line 230
            return
        end local 1 // io.vertx.core.buffer.Buffer buff
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
        start local 1 // io.vertx.core.buffer.Buffer buff
        start local 2 // java.lang.String str
         0: .line 233
            aload 2 /* str */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            astore 3 /* strBytes */
        start local 3 // byte[] strBytes
         1: .line 234
            aload 1 /* buff */
            aload 3 /* strBytes */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         2: .line 235
            aload 1 /* buff */
            aload 3 /* strBytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
         3: .line 236
            return
        end local 3 // byte[] strBytes
        end local 2 // java.lang.String str
        end local 1 // io.vertx.core.buffer.Buffer buff
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 239
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Lio/vertx/core/net/impl/ServerID;
            areturn
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 243
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
            ireturn
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 247
            aload 0 /* this */
            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 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      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: .line 1
            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