public interface org.apache.http.HttpRequestFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.HttpRequestFactory
  super_class: java.lang.Object
{
  public abstract org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine);
    descriptor: (Lorg/apache/http/RequestLine;)Lorg/apache/http/HttpRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.MethodNotSupportedException
    MethodParameters:
             Name  Flags
      requestline  

  public abstract org.apache.http.HttpRequest newHttpRequest(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/HttpRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.MethodNotSupportedException
    MethodParameters:
        Name  Flags
      method  
      uri     
}
SourceFile: "HttpRequestFactory.java"