public class org.apache.http.impl.auth.BasicSchemeFactory implements org.apache.http.auth.AuthSchemeFactory, org.apache.http.auth.AuthSchemeProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.impl.auth.BasicSchemeFactory
  super_class: java.lang.Object
{
  private final java.nio.charset.Charset charset;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.BasicSchemeFactory this
        start local 1 // java.nio.charset.Charset charset
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* charset */
            putfield org.apache.http.impl.auth.BasicSchemeFactory.charset:Ljava/nio/charset/Charset;
         2: .line 58
            return
        end local 1 // java.nio.charset.Charset charset
        end local 0 // org.apache.http.impl.auth.BasicSchemeFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/http/impl/auth/BasicSchemeFactory;
            0    3     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.impl.auth.BasicSchemeFactory this
         0: .line 61
            aload 0 /* this */
            aconst_null
            invokespecial org.apache.http.impl.auth.BasicSchemeFactory.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 62
            return
        end local 0 // org.apache.http.impl.auth.BasicSchemeFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/http/impl/auth/BasicSchemeFactory;

  public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams);
    descriptor: (Lorg/apache/http/params/HttpParams;)Lorg/apache/http/auth/AuthScheme;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.BasicSchemeFactory this
        start local 1 // org.apache.http.params.HttpParams params
         0: .line 66
            new org.apache.http.impl.auth.BasicScheme
            dup
            invokespecial org.apache.http.impl.auth.BasicScheme.<init>:()V
            areturn
        end local 1 // org.apache.http.params.HttpParams params
        end local 0 // org.apache.http.impl.auth.BasicSchemeFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/http/impl/auth/BasicSchemeFactory;
            0    1     1  params  Lorg/apache/http/params/HttpParams;
    MethodParameters:
        Name  Flags
      params  final

  public org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext);
    descriptor: (Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/auth/AuthScheme;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.BasicSchemeFactory this
        start local 1 // org.apache.http.protocol.HttpContext context
         0: .line 71
            new org.apache.http.impl.auth.BasicScheme
            dup
            aload 0 /* this */
            getfield org.apache.http.impl.auth.BasicSchemeFactory.charset:Ljava/nio/charset/Charset;
            invokespecial org.apache.http.impl.auth.BasicScheme.<init>:(Ljava/nio/charset/Charset;)V
            areturn
        end local 1 // org.apache.http.protocol.HttpContext context
        end local 0 // org.apache.http.impl.auth.BasicSchemeFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/http/impl/auth/BasicSchemeFactory;
            0    1     1  context  Lorg/apache/http/protocol/HttpContext;
    MethodParameters:
         Name  Flags
      context  final
}
SourceFile: "BasicSchemeFactory.java"
    RuntimeInvisibleAnnotations: 
      org.apache.http.annotation.Contract(threading = org.apache.http.annotation.ThreadingBehavior.IMMUTABLE:Lorg/apache/http/annotation/ThreadingBehavior;)