public interface org.apache.http.conn.ClientConnectionManagerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.conn.ClientConnectionManagerFactory
  super_class: java.lang.Object
{
  public abstract org.apache.http.conn.ClientConnectionManager newInstance(org.apache.http.params.HttpParams, org.apache.http.conn.scheme.SchemeRegistry);
    descriptor: (Lorg/apache/http/params/HttpParams;Lorg/apache/http/conn/scheme/SchemeRegistry;)Lorg/apache/http/conn/ClientConnectionManager;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      params          
      schemeRegistry  
}
SourceFile: "ClientConnectionManagerFactory.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()