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.impl.logging.Logger log;
    descriptor: Lio/vertx/core/impl/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: 2

  private java.lang.String sender;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String repliedTo;
    descriptor: Ljava/lang/String;
    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

  private boolean toWire;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String failure;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 35
            ldc Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putstatic io.vertx.core.eventbus.impl.clustered.ClusteredMessage.log:Lio/vertx/core/impl/logging/Logger;
         1: .line 37
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.eventbus.impl.EventBusImpl);
    descriptor: (Lio/vertx/core/eventbus/impl/EventBusImpl;)V
    flags: (0x0001) ACC_PUBLIC
    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.EventBusImpl bus
         0: .line 49
            aload 0 /* this */
            aload 1 /* bus */
            invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Lio/vertx/core/eventbus/impl/EventBusImpl;)V
         1: .line 50
            return
        end local 1 // io.vertx.core.eventbus.impl.EventBusImpl bus
        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   bus  Lio/vertx/core/eventbus/impl/EventBusImpl;
    MethodParameters:
      Name  Flags
      bus   

  public void <init>(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);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec;ZLio/vertx/core/eventbus/impl/EventBusImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=8
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
        start local 1 // java.lang.String sender
        start local 2 // java.lang.String address
        start local 3 // io.vertx.core.MultiMap headers
        start local 4 // java.lang.Object sentBody
        start local 5 // io.vertx.core.eventbus.MessageCodec messageCodec
        start local 6 // boolean send
        start local 7 // io.vertx.core.eventbus.impl.EventBusImpl bus
         0: .line 54
            aload 0 /* this */
            aload 2 /* address */
            aload 3 /* headers */
            aload 4 /* sentBody */
            aload 5 /* messageCodec */
            iload 6 /* send */
            aload 7 /* bus */
            invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec;ZLio/vertx/core/eventbus/impl/EventBusImpl;)V
         1: .line 55
            aload 0 /* this */
            aload 1 /* sender */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
         2: .line 56
            return
        end local 7 // io.vertx.core.eventbus.impl.EventBusImpl bus
        end local 6 // boolean send
        end local 5 // io.vertx.core.eventbus.MessageCodec messageCodec
        end local 4 // java.lang.Object sentBody
        end local 3 // io.vertx.core.MultiMap headers
        end local 2 // java.lang.String address
        end local 1 // java.lang.String 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  Ljava/lang/String;
            0    3     2       address  Ljava/lang/String;
            0    3     3       headers  Lio/vertx/core/MultiMap;
            0    3     4      sentBody  TU;
            0    3     5  messageCodec  Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;
            0    3     6          send  Z
            0    3     7           bus  Lio/vertx/core/eventbus/impl/EventBusImpl;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;TU;Lio/vertx/core/eventbus/MessageCodec<TU;TV;>;ZLio/vertx/core/eventbus/impl/EventBusImpl;)V
    MethodParameters:
              Name  Flags
      sender        
      address       
      headers       
      sentBody      
      messageCodec  
      send          
      bus           

  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 59
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.eventbus.impl.MessageImpl.<init>:(Lio/vertx/core/eventbus/impl/MessageImpl;)V
         1: .line 60
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
         2: .line 61
            aload 1 /* other */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sentBody:Ljava/lang/Object;
            ifnonnull 6
         3: .line 62
            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 63
            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 64
            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 66
      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 67
            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  

  protected io.vertx.core.eventbus.impl.MessageImpl createReply(java.lang.Object, io.vertx.core.eventbus.DeliveryOptions);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/eventbus/impl/MessageImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
        start local 1 // java.lang.Object message
        start local 2 // io.vertx.core.eventbus.DeliveryOptions options
         0: .line 71
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* options */
            invokespecial io.vertx.core.eventbus.impl.MessageImpl.createReply:(Ljava/lang/Object;Lio/vertx/core/eventbus/DeliveryOptions;)Lio/vertx/core/eventbus/impl/MessageImpl;
            checkcast io.vertx.core.eventbus.impl.clustered.ClusteredMessage
            astore 3 /* reply */
        start local 3 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage reply
         1: .line 72
            aload 3 /* reply */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.repliedTo:Ljava/lang/String;
         2: .line 73
            aload 3 /* reply */
            areturn
        end local 3 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage reply
        end local 2 // io.vertx.core.eventbus.DeliveryOptions options
        end local 1 // java.lang.Object message
        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  message  Ljava/lang/Object;
            0    3     2  options  Lio/vertx/core/eventbus/DeliveryOptions;
            1    3     3    reply  Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage;
    MethodParameters:
         Name  Flags
      message  
      options  

  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 77
            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=2, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
            ifnonnull 5
         1: .line 85
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
            ifeq 3
         2: .line 86
            aload 0 /* this */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.decodeHeaders:()V
         3: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
            ifnonnull 5
         4: .line 89
            aload 0 /* this */
            invokestatic io.vertx.core.MultiMap.caseInsensitiveMultiMap:()Lio/vertx/core/MultiMap;
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
         5: .line 92
      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 98
            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 100
            aload 0 /* this */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.decodeBody:()V
         2: .line 102
      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 107
            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 111
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.toWire:Z
         1: .line 112
            sipush 1024
            istore 1 /* length */
        start local 1 // int length
         2: .line 113
            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
         3: .line 114
            aload 2 /* buffer */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         4: .line 115
            aload 2 /* buffer */
            iconst_2
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         5: .line 116
            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
         6: .line 117
            aload 2 /* buffer */
            iload 3 /* systemCodecID */
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         7: .line 118
            iload 3 /* systemCodecID */
            iconst_m1
            if_icmpne 9
         8: .line 120
            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
         9: .line 122
      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 10
            iconst_0
            goto 11
      StackMap locals:
      StackMap stack: io.vertx.core.buffer.Buffer
        10: 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
        11: invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
        12: .line 123
            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
        13: .line 124
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
            ifnull 16
        14: .line 125
            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
        15: .line 126
            goto 17
        16: .line 127
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
        17: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buffer */
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender:Ljava/lang/String;
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeString:(Lio/vertx/core/buffer/Buffer;Ljava/lang/String;)V
        18: .line 130
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.encodeHeaders:(Lio/vertx/core/buffer/Buffer;)V
        19: .line 131
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.writeBody:(Lio/vertx/core/buffer/Buffer;)V
        20: .line 132
            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 133
            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;>;
            2   22     1         length  I
            3   22     2         buffer  Lio/vertx/core/buffer/Buffer;
            6   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=10, 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 137
            iconst_0
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 139
            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 140
            iload 4 /* protocolVersion */
            iconst_2
            if_icmple 4
         3: .line 141
            aload 0 /* this */
            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;
            ldc " should be <= "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iconst_2
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.setFailure:(Ljava/lang/String;)V
         4: .line 143
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* pos */ 1
         5: .line 144
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            istore 5 /* systemCodecCode */
        start local 5 // byte systemCodecCode
         6: .line 145
            iinc 3 /* pos */ 1
         7: .line 146
            iload 5 /* systemCodecCode */
            iconst_m1
            if_icmpne 17
         8: .line 148
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 6 /* length */
        start local 6 // int length
         9: .line 149
            iinc 3 /* pos */ 4
        10: .line 150
            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
        11: .line 151
            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
        12: .line 152
            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;
        13: .line 153
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.messageCodec:Lio/vertx/core/eventbus/MessageCodec;
            ifnonnull 15
        14: .line 154
            aload 0 /* this */
            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;
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.setFailure:(Ljava/lang/String;)V
        15: .line 156
      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
        16: .line 157
            goto 18
        17: .line 158
      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;
        18: .line 160
      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
        19: .line 161
            aload 0 /* this */
            iload 6 /* bsend */
            ifne 20
            iconst_1
            goto 21
      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
        20: 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
        21: putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.send:Z
        22: .line 162
            iinc 3 /* pos */ 1
        23: .line 163
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 7 /* length */
        start local 7 // int length
        24: .line 164
            iinc 3 /* pos */ 4
        25: .line 165
            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
        26: .line 166
            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;
        27: .line 167
            iload 3 /* pos */
            iload 7 /* length */
            iadd
            istore 3 /* pos */
        28: .line 168
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 7 /* length */
        29: .line 169
            iinc 3 /* pos */ 4
        30: .line 170
            iload 7 /* length */
            ifeq 34
        31: .line 171
            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 */
        32: .line 172
            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;
        33: .line 173
            iload 3 /* pos */
            iload 7 /* length */
            iadd
            istore 3 /* pos */
        34: .line 175
      StackMap locals: int byte[]
      StackMap stack:
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 7 /* length */
        35: .line 176
            iinc 3 /* pos */ 4
        36: .line 177
            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 */
        37: .line 178
            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.sender:Ljava/lang/String;
        38: .line 179
            iload 3 /* pos */
            iload 7 /* length */
            iadd
            istore 3 /* pos */
        39: .line 180
            aload 0 /* this */
            iload 3 /* pos */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
        40: .line 181
            aload 1 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 9 /* headersLength */
        start local 9 // int headersLength
        41: .line 182
            iload 3 /* pos */
            iload 9 /* headersLength */
            iadd
            istore 3 /* pos */
        42: .line 183
            aload 0 /* this */
            iload 3 /* pos */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
        43: .line 184
            aload 0 /* this */
            aload 1 /* buffer */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.wireBuffer:Lio/vertx/core/buffer/Buffer;
        44: .line 185
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.fromWire:Z
        45: .line 186
            return
        end local 9 // int headersLength
        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   46     0             this  Lio/vertx/core/eventbus/impl/clustered/ClusteredMessage<TU;TV;>;
            0   46     1           buffer  Lio/vertx/core/buffer/Buffer;
            0   46     2     codecManager  Lio/vertx/core/eventbus/impl/CodecManager;
            1   46     3              pos  I
            2   46     4  protocolVersion  B
            6   46     5  systemCodecCode  B
            9   16     6           length  I
           11   16     7            bytes  [B
           12   16     8        codecName  Ljava/lang/String;
           19   46     6            bsend  B
           24   46     7           length  I
           26   46     8            bytes  [B
           41   46     9    headersLength  I
    MethodParameters:
              Name  Flags
      buffer        
      codecManager  

  private void setFailure(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
        start local 1 // java.lang.String s
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
            ifnonnull 2
         1: .line 190
            aload 0 /* this */
            aload 1 /* s */
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
         2: .line 192
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        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     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  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 195
            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 196
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.bodyPos:I
         2: .line 197
            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 200
            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 201
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 2 /* headersLengthPos */
        start local 2 // int headersLengthPos
         2: .line 202
            aload 1 /* buffer */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         3: .line 203
            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 204
            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 205
            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 206
            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 207
            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 205
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        10: .line 209
            aload 1 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 4 /* headersEndPos */
        start local 4 // int headersEndPos
        11: .line 210
            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 211
            goto 14
        13: .line 212
      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 214
      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 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 1 /* length */
        start local 1 // int length
         1: .line 218
            iload 1 /* length */
            iconst_4
            if_icmpeq 21
         2: .line 219
            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 220
            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 221
            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 222
            aload 0 /* this */
            invokestatic io.vertx.core.MultiMap.caseInsensitiveMultiMap:()Lio/vertx/core/MultiMap;
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headers:Lio/vertx/core/MultiMap;
         6: .line 223
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 20
         8: .line 224
      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 225
            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 226
            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 227
            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 228
            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 229
            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 230
            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 231
            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 232
            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 233
            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 234
            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 223
            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 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.headersPos:I
        22: .line 238
            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 241
            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 242
            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 245
            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 246
            aload 1 /* buff */
            aload 3 /* strBytes */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         2: .line 247
            aload 1 /* buff */
            aload 3 /* strBytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
         3: .line 248
            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   

  java.lang.String getSender();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 251
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.sender: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;>;

  java.lang.String getRepliedTo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 255
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.repliedTo: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 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 259
            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;>;

  public boolean isToWire();
    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 263
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.toWire: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 267
            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;>;

  boolean hasFailure();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 271
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        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;>;

  void internalError();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.replyAddress:Ljava/lang/String;
            ifnull 3
         1: .line 276
            aload 0 /* this */
            new io.vertx.core.eventbus.ReplyException
            dup
            getstatic io.vertx.core.eventbus.ReplyFailure.ERROR:Lio/vertx/core/eventbus/ReplyFailure;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
            invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;Ljava/lang/String;)V
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusteredMessage.reply:(Ljava/lang/Object;)V
         2: .line 277
            goto 4
         3: .line 278
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.core.eventbus.impl.clustered.ClusteredMessage.log:Lio/vertx/core/impl/logging/Logger;
            aload 0 /* this */
            getfield io.vertx.core.eventbus.impl.clustered.ClusteredMessage.failure:Ljava/lang/String;
            invokeinterface io.vertx.core.impl.logging.Logger.trace:(Ljava/lang/Object;)V
         4: .line 280
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.eventbus.impl.clustered.ClusteredMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     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