public class org.eclipse.jetty.http.HttpField$IntValueHttpField extends org.eclipse.jetty.http.HttpField
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.http.HttpField$IntValueHttpField
  super_class: org.eclipse.jetty.http.HttpField
{
  private final int _int;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.jetty.http.HttpHeader, java.lang.String, java.lang.String, int);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
        start local 2 // java.lang.String name
        start local 3 // java.lang.String value
        start local 4 // int intValue
         0: .line 425
            aload 0 /* this */
            aload 1 /* header */
            aload 2 /* name */
            aload 3 /* value */
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 426
            aload 0 /* this */
            iload 4 /* intValue */
            putfield org.eclipse.jetty.http.HttpField$IntValueHttpField._int:I
         2: .line 427
            return
        end local 4 // int intValue
        end local 3 // java.lang.String value
        end local 2 // java.lang.String name
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jetty/http/HttpField$IntValueHttpField;
            0    3     1    header  Lorg/eclipse/jetty/http/HttpHeader;
            0    3     2      name  Ljava/lang/String;
            0    3     3     value  Ljava/lang/String;
            0    3     4  intValue  I
    MethodParameters:
          Name  Flags
      header    
      name      
      value     
      intValue  

  public void <init>(org.eclipse.jetty.http.HttpHeader, java.lang.String, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
        start local 2 // java.lang.String name
        start local 3 // java.lang.String value
         0: .line 431
            aload 0 /* this */
            aload 1 /* header */
            aload 2 /* name */
            aload 3 /* value */
            aload 3 /* value */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            invokespecial org.eclipse.jetty.http.HttpField$IntValueHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 432
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.String name
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/http/HttpField$IntValueHttpField;
            0    2     1  header  Lorg/eclipse/jetty/http/HttpHeader;
            0    2     2    name  Ljava/lang/String;
            0    2     3   value  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      header  
      name    
      value   

  public void <init>(org.eclipse.jetty.http.HttpHeader, java.lang.String, int);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
        start local 2 // java.lang.String name
        start local 3 // int intValue
         0: .line 436
            aload 0 /* this */
            aload 1 /* header */
            aload 2 /* name */
            iload 3 /* intValue */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            iload 3 /* intValue */
            invokespecial org.eclipse.jetty.http.HttpField$IntValueHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 437
            return
        end local 3 // int intValue
        end local 2 // java.lang.String name
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/http/HttpField$IntValueHttpField;
            0    2     1    header  Lorg/eclipse/jetty/http/HttpHeader;
            0    2     2      name  Ljava/lang/String;
            0    2     3  intValue  I
    MethodParameters:
          Name  Flags
      header    
      name      
      intValue  

  public void <init>(org.eclipse.jetty.http.HttpHeader, int);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
        start local 1 // org.eclipse.jetty.http.HttpHeader header
        start local 2 // int value
         0: .line 441
            aload 0 /* this */
            aload 1 /* header */
            aload 1 /* header */
            invokevirtual org.eclipse.jetty.http.HttpHeader.asString:()Ljava/lang/String;
            iload 2 /* value */
            invokespecial org.eclipse.jetty.http.HttpField$IntValueHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;I)V
         1: .line 442
            return
        end local 2 // int value
        end local 1 // org.eclipse.jetty.http.HttpHeader header
        end local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/http/HttpField$IntValueHttpField;
            0    2     1  header  Lorg/eclipse/jetty/http/HttpHeader;
            0    2     2   value  I
    MethodParameters:
        Name  Flags
      header  
      value   

  public int getIntValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
         0: .line 447
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpField$IntValueHttpField._int:I
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpField$IntValueHttpField;

  public long getLongValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
         0: .line 453
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpField$IntValueHttpField._int:I
            i2l
            lreturn
        end local 0 // org.eclipse.jetty.http.HttpField$IntValueHttpField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpField$IntValueHttpField;
}
SourceFile: "HttpField.java"
NestHost: org.eclipse.jetty.http.HttpField
InnerClasses:
  public IntValueHttpField = org.eclipse.jetty.http.HttpField$IntValueHttpField of org.eclipse.jetty.http.HttpField