public class org.apache.http.client.protocol.RequestProxyAuthentication extends org.apache.http.client.protocol.RequestAuthenticationBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.client.protocol.RequestProxyAuthentication
  super_class: org.apache.http.client.protocol.RequestAuthenticationBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.protocol.RequestProxyAuthentication this
         0: .line 57
            aload 0 /* this */
            invokespecial org.apache.http.client.protocol.RequestAuthenticationBase.<init>:()V
         1: .line 58
            return
        end local 0 // org.apache.http.client.protocol.RequestProxyAuthentication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/http/client/protocol/RequestProxyAuthentication;

  public void process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext);
    descriptor: (Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.apache.http.client.protocol.RequestProxyAuthentication this
        start local 1 // org.apache.http.HttpRequest request
        start local 2 // org.apache.http.protocol.HttpContext context
         0: .line 63
            aload 1 /* request */
            ldc "HTTP request"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 64
            aload 2 /* context */
            ldc "HTTP context"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 66
            aload 1 /* request */
            ldc "Proxy-Authorization"
            invokeinterface org.apache.http.HttpRequest.containsHeader:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 67
            return
         4: .line 70
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
         5: .line 71
            ldc "http.connection"
         6: .line 70
            invokeinterface org.apache.http.protocol.HttpContext.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.apache.http.conn.HttpRoutedConnection
            astore 3 /* conn */
        start local 3 // org.apache.http.conn.HttpRoutedConnection conn
         7: .line 72
            aload 3 /* conn */
            ifnonnull 10
         8: .line 73
            aload 0 /* this */
            getfield org.apache.http.client.protocol.RequestProxyAuthentication.log:Lorg/apache/commons/logging/Log;
            ldc "HTTP connection not set in the context"
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         9: .line 74
            return
        10: .line 76
      StackMap locals: org.apache.http.conn.HttpRoutedConnection
      StackMap stack:
            aload 3 /* conn */
            invokeinterface org.apache.http.conn.HttpRoutedConnection.getRoute:()Lorg/apache/http/conn/routing/HttpRoute;
            astore 4 /* route */
        start local 4 // org.apache.http.conn.routing.HttpRoute route
        11: .line 77
            aload 4 /* route */
            invokevirtual org.apache.http.conn.routing.HttpRoute.isTunnelled:()Z
            ifeq 13
        12: .line 78
            return
        13: .line 82
      StackMap locals: org.apache.http.conn.routing.HttpRoute
      StackMap stack:
            aload 2 /* context */
        14: .line 83
            ldc "http.auth.proxy-scope"
        15: .line 82
            invokeinterface org.apache.http.protocol.HttpContext.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.apache.http.auth.AuthState
            astore 5 /* authState */
        start local 5 // org.apache.http.auth.AuthState authState
        16: .line 84
            aload 5 /* authState */
            ifnonnull 19
        17: .line 85
            aload 0 /* this */
            getfield org.apache.http.client.protocol.RequestProxyAuthentication.log:Lorg/apache/commons/logging/Log;
            ldc "Proxy auth state not set in the context"
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
        18: .line 86
            return
        19: .line 88
      StackMap locals: org.apache.http.auth.AuthState
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.client.protocol.RequestProxyAuthentication.log:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
            ifeq 21
        20: .line 89
            aload 0 /* this */
            getfield org.apache.http.client.protocol.RequestProxyAuthentication.log:Lorg/apache/commons/logging/Log;
            new java.lang.StringBuilder
            dup
            ldc "Proxy auth state: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* authState */
            invokevirtual org.apache.http.auth.AuthState.getState:()Lorg/apache/http/auth/AuthProtocolState;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
        21: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* authState */
            aload 1 /* request */
            aload 2 /* context */
            invokevirtual org.apache.http.client.protocol.RequestProxyAuthentication.process:(Lorg/apache/http/auth/AuthState;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)V
        22: .line 92
            return
        end local 5 // org.apache.http.auth.AuthState authState
        end local 4 // org.apache.http.conn.routing.HttpRoute route
        end local 3 // org.apache.http.conn.HttpRoutedConnection conn
        end local 2 // org.apache.http.protocol.HttpContext context
        end local 1 // org.apache.http.HttpRequest request
        end local 0 // org.apache.http.client.protocol.RequestProxyAuthentication this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lorg/apache/http/client/protocol/RequestProxyAuthentication;
            0   23     1    request  Lorg/apache/http/HttpRequest;
            0   23     2    context  Lorg/apache/http/protocol/HttpContext;
            7   23     3       conn  Lorg/apache/http/conn/HttpRoutedConnection;
           11   23     4      route  Lorg/apache/http/conn/routing/HttpRoute;
           16   23     5  authState  Lorg/apache/http/auth/AuthState;
    Exceptions:
      throws org.apache.http.HttpException, java.io.IOException
    MethodParameters:
         Name  Flags
      request  final
      context  final
}
SourceFile: "RequestProxyAuthentication.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      org.apache.http.annotation.Contract(threading = org.apache.http.annotation.ThreadingBehavior.IMMUTABLE:Lorg/apache/http/annotation/ThreadingBehavior;)