public class io.netty.handler.codec.haproxy.HAProxyTLV extends io.netty.buffer.DefaultByteBufHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.haproxy.HAProxyTLV
  super_class: io.netty.buffer.DefaultByteBufHolder
{
  private final io.netty.handler.codec.haproxy.HAProxyTLV$Type type;
    descriptor: Lio/netty/handler/codec/haproxy/HAProxyTLV$Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte typeByteValue;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.netty.handler.codec.haproxy.HAProxyTLV$Type, byte, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/haproxy/HAProxyTLV$Type;BLio/netty/buffer/ByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
        start local 1 // io.netty.handler.codec.haproxy.HAProxyTLV$Type type
        start local 2 // byte typeByteValue
        start local 3 // io.netty.buffer.ByteBuf content
         0: .line 87
            aload 0 /* this */
            aload 3 /* content */
            invokespecial io.netty.buffer.DefaultByteBufHolder.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 88
            aload 1 /* type */
            ldc "type"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 90
            aload 0 /* this */
            aload 1 /* type */
            putfield io.netty.handler.codec.haproxy.HAProxyTLV.type:Lio/netty/handler/codec/haproxy/HAProxyTLV$Type;
         3: .line 91
            aload 0 /* this */
            iload 2 /* typeByteValue */
            putfield io.netty.handler.codec.haproxy.HAProxyTLV.typeByteValue:B
         4: .line 92
            return
        end local 3 // io.netty.buffer.ByteBuf content
        end local 2 // byte typeByteValue
        end local 1 // io.netty.handler.codec.haproxy.HAProxyTLV$Type type
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/netty/handler/codec/haproxy/HAProxyTLV;
            0    5     1           type  Lio/netty/handler/codec/haproxy/HAProxyTLV$Type;
            0    5     2  typeByteValue  B
            0    5     3        content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
               Name  Flags
      type           final
      typeByteValue  final
      content        final

  public io.netty.handler.codec.haproxy.HAProxyTLV$Type type();
    descriptor: ()Lio/netty/handler/codec/haproxy/HAProxyTLV$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
         0: .line 98
            aload 0 /* this */
            getfield io.netty.handler.codec.haproxy.HAProxyTLV.type:Lio/netty/handler/codec/haproxy/HAProxyTLV$Type;
            areturn
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/haproxy/HAProxyTLV;

  public byte typeByteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
         0: .line 105
            aload 0 /* this */
            getfield io.netty.handler.codec.haproxy.HAProxyTLV.typeByteValue:B
            ireturn
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/haproxy/HAProxyTLV;

  public io.netty.handler.codec.haproxy.HAProxyTLV copy();
    descriptor: ()Lio/netty/handler/codec/haproxy/HAProxyTLV;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
         0: .line 110
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.copy:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/haproxy/HAProxyTLV;

  public io.netty.handler.codec.haproxy.HAProxyTLV duplicate();
    descriptor: ()Lio/netty/handler/codec/haproxy/HAProxyTLV;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
         0: .line 115
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.duplicate:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/haproxy/HAProxyTLV;

  public io.netty.handler.codec.haproxy.HAProxyTLV retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/haproxy/HAProxyTLV;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
         0: .line 120
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retainedDuplicate:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/haproxy/HAProxyTLV;

  public io.netty.handler.codec.haproxy.HAProxyTLV replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/haproxy/HAProxyTLV;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 125
            new io.netty.handler.codec.haproxy.HAProxyTLV
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.haproxy.HAProxyTLV.type:Lio/netty/handler/codec/haproxy/HAProxyTLV$Type;
            aload 0 /* this */
            getfield io.netty.handler.codec.haproxy.HAProxyTLV.typeByteValue:B
            aload 1 /* content */
            invokespecial io.netty.handler.codec.haproxy.HAProxyTLV.<init>:(Lio/netty/handler/codec/haproxy/HAProxyTLV$Type;BLio/netty/buffer/ByteBuf;)V
            areturn
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/handler/codec/haproxy/HAProxyTLV;
            0    1     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.netty.handler.codec.haproxy.HAProxyTLV retain();
    descriptor: ()Lio/netty/handler/codec/haproxy/HAProxyTLV;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
         0: .line 130
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.retain:()Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 131
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/haproxy/HAProxyTLV;

  public io.netty.handler.codec.haproxy.HAProxyTLV retain(int);
    descriptor: (I)Lio/netty/handler/codec/haproxy/HAProxyTLV;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
        start local 1 // int increment
         0: .line 136
            aload 0 /* this */
            iload 1 /* increment */
            invokespecial io.netty.buffer.DefaultByteBufHolder.retain:(I)Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/haproxy/HAProxyTLV;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.handler.codec.haproxy.HAProxyTLV touch();
    descriptor: ()Lio/netty/handler/codec/haproxy/HAProxyTLV;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
         0: .line 142
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.touch:()Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 143
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/haproxy/HAProxyTLV;

  public io.netty.handler.codec.haproxy.HAProxyTLV touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/haproxy/HAProxyTLV;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
        start local 1 // java.lang.Object hint
         0: .line 148
            aload 0 /* this */
            aload 1 /* hint */
            invokespecial io.netty.buffer.DefaultByteBufHolder.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.haproxy.HAProxyTLV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/haproxy/HAProxyTLV;
            0    2     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public io.netty.buffer.ByteBufHolder copy();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.copy:()Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain(int);
    descriptor: (I)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.retain:(I)Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain(int);
    descriptor: (I)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.retain:(I)Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.retain:()Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.retain:()Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder duplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.duplicate:()Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.touch:()Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.touch:()Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.haproxy.HAProxyTLV.retainedDuplicate:()Lio/netty/handler/codec/haproxy/HAProxyTLV;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HAProxyTLV.java"
NestMembers:
  io.netty.handler.codec.haproxy.HAProxyTLV$Type
InnerClasses:
  public final Type = io.netty.handler.codec.haproxy.HAProxyTLV$Type of io.netty.handler.codec.haproxy.HAProxyTLV