public class org.eclipse.jetty.http.PreEncodedHttpField 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.PreEncodedHttpField
  super_class: org.eclipse.jetty.http.HttpField
{
  private static final org.slf4j.Logger LOG;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.eclipse.jetty.http.HttpFieldPreEncoder[] __encoders;
    descriptor: [Lorg/eclipse/jetty/http/HttpFieldPreEncoder;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final byte[][] _encodedField;
    descriptor: [[B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static int index(org.eclipse.jetty.http.HttpVersion);
    descriptor: (Lorg/eclipse/jetty/http/HttpVersion;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      version  

  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=3, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.http.PreEncodedHttpField this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type java.util.ServiceLoader$Provider cannot be resolved. It is indirectly referenced from required .class files\n\tThe method serviceProviderStream(ServiceLoader<HttpFieldPreEncoder>) from the type TypeUtil refers to the missing type ServiceLoader$Provider\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.jetty.http.PreEncodedHttpField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/PreEncodedHttpField;
    MethodParameters:
        Name  Flags
      header  
      name    
      value   

  public void <init>(org.eclipse.jetty.http.HttpHeader, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.PreEncodedHttpField this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type java.util.ServiceLoader$Provider cannot be resolved. It is indirectly referenced from required .class files\n\tThe method serviceProviderStream(ServiceLoader<HttpFieldPreEncoder>) from the type TypeUtil refers to the missing type ServiceLoader$Provider\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.jetty.http.PreEncodedHttpField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/PreEncodedHttpField;
    MethodParameters:
        Name  Flags
      header  
      value   

  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 // org.eclipse.jetty.http.PreEncodedHttpField this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type java.util.ServiceLoader$Provider cannot be resolved. It is indirectly referenced from required .class files\n\tThe method serviceProviderStream(ServiceLoader<HttpFieldPreEncoder>) from the type TypeUtil refers to the missing type ServiceLoader$Provider\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.jetty.http.PreEncodedHttpField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/PreEncodedHttpField;
    MethodParameters:
       Name  Flags
      name   
      value  

  public void putTo(java.nio.ByteBuffer, org.eclipse.jetty.http.HttpVersion);
    descriptor: (Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/http/HttpVersion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.PreEncodedHttpField this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.jetty.http.PreEncodedHttpField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/PreEncodedHttpField;
    MethodParameters:
                  Name  Flags
      bufferInFillMode  
      version           
}
SourceFile: "PreEncodedHttpField.java"