public class io.netty.handler.codec.http.DefaultCookie extends io.netty.handler.codec.http.cookie.DefaultCookie implements io.netty.handler.codec.http.Cookie
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.DefaultCookie
  super_class: io.netty.handler.codec.http.cookie.DefaultCookie
{
  private java.lang.String comment;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.util.Set<java.lang.Integer> ports;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/lang/Integer;>;

  private java.util.Set<java.lang.Integer> unmodifiablePorts;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/lang/Integer;>;

  private int version;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 41
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            invokespecial io.netty.handler.codec.http.cookie.DefaultCookie.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 33
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putfield io.netty.handler.codec.http.DefaultCookie.ports:Ljava/util/Set;
         2: .line 34
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultCookie.ports:Ljava/util/Set;
            putfield io.netty.handler.codec.http.DefaultCookie.unmodifiablePorts:Ljava/util/Set;
         3: .line 42
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/handler/codec/http/DefaultCookie;
            0    4     1   name  Ljava/lang/String;
            0    4     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 47
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.name:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 53
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.value:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.String getDomain();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 59
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.domain:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 65
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.path:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.String getComment();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 71
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.comment:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.String comment();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 77
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultCookie.comment:Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void setComment(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
        start local 1 // java.lang.String comment
         0: .line 83
            aload 0 /* this */
            aload 0 /* this */
            ldc "comment"
            aload 1 /* comment */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.validateValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putfield io.netty.handler.codec.http.DefaultCookie.comment:Ljava/lang/String;
         1: .line 84
            return
        end local 1 // java.lang.String comment
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/DefaultCookie;
            0    2     1  comment  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      comment  

  public java.lang.String getCommentUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 89
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.commentUrl:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.String commentUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 95
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultCookie.commentUrl:Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void setCommentUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
        start local 1 // java.lang.String commentUrl
         0: .line 101
            aload 0 /* this */
            aload 0 /* this */
            ldc "commentUrl"
            aload 1 /* commentUrl */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.validateValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putfield io.netty.handler.codec.http.DefaultCookie.commentUrl:Ljava/lang/String;
         1: .line 102
            return
        end local 1 // java.lang.String commentUrl
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/netty/handler/codec/http/DefaultCookie;
            0    2     1  commentUrl  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      commentUrl  

  public boolean isDiscard();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 107
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultCookie.discard:Z
            ireturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void setDiscard(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
        start local 1 // boolean discard
         0: .line 113
            aload 0 /* this */
            iload 1 /* discard */
            putfield io.netty.handler.codec.http.DefaultCookie.discard:Z
         1: .line 114
            return
        end local 1 // boolean discard
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/DefaultCookie;
            0    2     1  discard  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      discard  

  public java.util.Set<java.lang.Integer> getPorts();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 119
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.ports:()Ljava/util/Set;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    Signature: ()Ljava/util/Set<Ljava/lang/Integer;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.util.Set<java.lang.Integer> ports();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 125
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultCookie.unmodifiablePorts:Ljava/util/Set;
            ifnonnull 2
         1: .line 126
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultCookie.ports:Ljava/util/Set;
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            putfield io.netty.handler.codec.http.DefaultCookie.unmodifiablePorts:Ljava/util/Set;
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultCookie.unmodifiablePorts:Ljava/util/Set;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    Signature: ()Ljava/util/Set<Ljava/lang/Integer;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void setPorts(int[]);
    descriptor: ([I)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
        start local 1 // int[] ports
         0: .line 134
            aload 1 /* ports */
            ifnonnull 2
         1: .line 135
            new java.lang.NullPointerException
            dup
            ldc "ports"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 138
      StackMap locals:
      StackMap stack:
            aload 1 /* ports */
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            astore 2 /* portsCopy */
        start local 2 // int[] portsCopy
         3: .line 139
            aload 2 /* portsCopy */
            arraylength
            ifne 6
         4: .line 140
            aload 0 /* this */
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            dup_x1
            putfield io.netty.handler.codec.http.DefaultCookie.ports:Ljava/util/Set;
            putfield io.netty.handler.codec.http.DefaultCookie.unmodifiablePorts:Ljava/util/Set;
         5: .line 141
            goto 16
         6: .line 142
      StackMap locals: int[]
      StackMap stack:
            new java.util.TreeSet
            dup
            invokespecial java.util.TreeSet.<init>:()V
            astore 3 /* newPorts */
        start local 3 // java.util.Set newPorts
         7: .line 143
            aload 2 /* portsCopy */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 13
      StackMap locals: io.netty.handler.codec.http.DefaultCookie int[] int[] java.util.Set top int int int[]
      StackMap stack:
         8: aload 7
            iload 5
            iaload
            istore 4 /* p */
        start local 4 // int p
         9: .line 144
            iload 4 /* p */
            ifle 10
            iload 4 /* p */
            ldc 65535
            if_icmple 11
        10: .line 145
      StackMap locals: io.netty.handler.codec.http.DefaultCookie int[] int[] java.util.Set int int int int[]
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "port out of range: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* p */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 147
      StackMap locals:
      StackMap stack:
            aload 3 /* newPorts */
            iload 4 /* p */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // int p
        12: .line 143
            iinc 5 1
      StackMap locals: io.netty.handler.codec.http.DefaultCookie int[] int[] java.util.Set top int int int[]
      StackMap stack:
        13: iload 5
            iload 6
            if_icmplt 8
        14: .line 149
            aload 0 /* this */
            aload 3 /* newPorts */
            putfield io.netty.handler.codec.http.DefaultCookie.ports:Ljava/util/Set;
        15: .line 150
            aload 0 /* this */
            aconst_null
            putfield io.netty.handler.codec.http.DefaultCookie.unmodifiablePorts:Ljava/util/Set;
        end local 3 // java.util.Set newPorts
        16: .line 152
      StackMap locals: io.netty.handler.codec.http.DefaultCookie int[] int[]
      StackMap stack:
            return
        end local 2 // int[] portsCopy
        end local 1 // int[] ports
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lio/netty/handler/codec/http/DefaultCookie;
            0   17     1      ports  [I
            3   17     2  portsCopy  [I
            7   16     3   newPorts  Ljava/util/Set<Ljava/lang/Integer;>;
            9   12     4          p  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      ports  

  public void setPorts(java.lang.Iterable<java.lang.Integer>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
        start local 1 // java.lang.Iterable ports
         0: .line 157
            new java.util.TreeSet
            dup
            invokespecial java.util.TreeSet.<init>:()V
            astore 2 /* newPorts */
        start local 2 // java.util.Set newPorts
         1: .line 158
            aload 1 /* ports */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: io.netty.handler.codec.http.DefaultCookie java.lang.Iterable java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 3 /* p */
        start local 3 // int p
         3: .line 159
            iload 3 /* p */
            ifle 4
            iload 3 /* p */
            ldc 65535
            if_icmple 5
         4: .line 160
      StackMap locals: io.netty.handler.codec.http.DefaultCookie java.lang.Iterable java.util.Set int java.util.Iterator
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "port out of range: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* p */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 162
      StackMap locals:
      StackMap stack:
            aload 2 /* newPorts */
            iload 3 /* p */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // int p
         6: .line 158
      StackMap locals: io.netty.handler.codec.http.DefaultCookie java.lang.Iterable java.util.Set top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 164
            aload 2 /* newPorts */
            invokeinterface java.util.Set.isEmpty:()Z
            ifeq 10
         8: .line 165
            aload 0 /* this */
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            dup_x1
            putfield io.netty.handler.codec.http.DefaultCookie.ports:Ljava/util/Set;
            putfield io.netty.handler.codec.http.DefaultCookie.unmodifiablePorts:Ljava/util/Set;
         9: .line 166
            goto 12
        10: .line 167
      StackMap locals: io.netty.handler.codec.http.DefaultCookie java.lang.Iterable java.util.Set
      StackMap stack:
            aload 0 /* this */
            aload 2 /* newPorts */
            putfield io.netty.handler.codec.http.DefaultCookie.ports:Ljava/util/Set;
        11: .line 168
            aload 0 /* this */
            aconst_null
            putfield io.netty.handler.codec.http.DefaultCookie.unmodifiablePorts:Ljava/util/Set;
        12: .line 170
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Set newPorts
        end local 1 // java.lang.Iterable ports
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lio/netty/handler/codec/http/DefaultCookie;
            0   13     1     ports  Ljava/lang/Iterable<Ljava/lang/Integer;>;
            1   13     2  newPorts  Ljava/util/Set<Ljava/lang/Integer;>;
            3    6     3         p  I
    Signature: (Ljava/lang/Iterable<Ljava/lang/Integer;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      ports  

  public long getMaxAge();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 175
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.maxAge:()J
            lreturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public int getVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 181
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultCookie.version:()I
            ireturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public int version();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
         0: .line 187
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultCookie.version:I
            ireturn
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultCookie;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void setVersion(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultCookie this
        start local 1 // int version
         0: .line 193
            aload 0 /* this */
            iload 1 /* version */
            putfield io.netty.handler.codec.http.DefaultCookie.version:I
         1: .line 194
            return
        end local 1 // int version
        end local 0 // io.netty.handler.codec.http.DefaultCookie this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/DefaultCookie;
            0    2     1  version  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      version  
}
SourceFile: "DefaultCookie.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()