public class org.apache.http.client.methods.HttpRequestWrapper extends org.apache.http.message.AbstractHttpMessage implements org.apache.http.client.methods.HttpUriRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.client.methods.HttpRequestWrapper
  super_class: org.apache.http.message.AbstractHttpMessage
{
  private final org.apache.http.HttpRequest original;
    descriptor: Lorg/apache/http/HttpRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.http.HttpHost target;
    descriptor: Lorg/apache/http/HttpHost;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String method;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.apache.http.RequestLine requestLine;
    descriptor: Lorg/apache/http/RequestLine;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.http.ProtocolVersion version;
    descriptor: Lorg/apache/http/ProtocolVersion;
    flags: (0x0002) ACC_PRIVATE

  private java.net.URI uri;
    descriptor: Ljava/net/URI;
    flags: (0x0002) ACC_PRIVATE

  private void <init>(org.apache.http.HttpRequest, org.apache.http.HttpHost);
    descriptor: (Lorg/apache/http/HttpRequest;Lorg/apache/http/HttpHost;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
        start local 1 // org.apache.http.HttpRequest request
        start local 2 // org.apache.http.HttpHost target
         0: .line 62
            aload 0 /* this */
            invokespecial org.apache.http.message.AbstractHttpMessage.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* request */
            ldc "HTTP request"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.apache.http.HttpRequest
            putfield org.apache.http.client.methods.HttpRequestWrapper.original:Lorg/apache/http/HttpRequest;
         2: .line 64
            aload 0 /* this */
            aload 2 /* target */
            putfield org.apache.http.client.methods.HttpRequestWrapper.target:Lorg/apache/http/HttpHost;
         3: .line 65
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.original:Lorg/apache/http/HttpRequest;
            invokeinterface org.apache.http.HttpRequest.getRequestLine:()Lorg/apache/http/RequestLine;
            invokeinterface org.apache.http.RequestLine.getProtocolVersion:()Lorg/apache/http/ProtocolVersion;
            putfield org.apache.http.client.methods.HttpRequestWrapper.version:Lorg/apache/http/ProtocolVersion;
         4: .line 66
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.original:Lorg/apache/http/HttpRequest;
            invokeinterface org.apache.http.HttpRequest.getRequestLine:()Lorg/apache/http/RequestLine;
            invokeinterface org.apache.http.RequestLine.getMethod:()Ljava/lang/String;
            putfield org.apache.http.client.methods.HttpRequestWrapper.method:Ljava/lang/String;
         5: .line 67
            aload 1 /* request */
            instanceof org.apache.http.client.methods.HttpUriRequest
            ifeq 8
         6: .line 68
            aload 0 /* this */
            aload 1 /* request */
            checkcast org.apache.http.client.methods.HttpUriRequest
            invokeinterface org.apache.http.client.methods.HttpUriRequest.getURI:()Ljava/net/URI;
            putfield org.apache.http.client.methods.HttpRequestWrapper.uri:Ljava/net/URI;
         7: .line 69
            goto 9
         8: .line 70
      StackMap locals: org.apache.http.client.methods.HttpRequestWrapper org.apache.http.HttpRequest org.apache.http.HttpHost
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.http.client.methods.HttpRequestWrapper.uri:Ljava/net/URI;
         9: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* request */
            invokeinterface org.apache.http.HttpRequest.getAllHeaders:()[Lorg/apache/http/Header;
            invokevirtual org.apache.http.client.methods.HttpRequestWrapper.setHeaders:([Lorg/apache/http/Header;)V
        10: .line 73
            return
        end local 2 // org.apache.http.HttpHost target
        end local 1 // org.apache.http.HttpRequest request
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/apache/http/client/methods/HttpRequestWrapper;
            0   11     1  request  Lorg/apache/http/HttpRequest;
            0   11     2   target  Lorg/apache/http/HttpHost;
    MethodParameters:
         Name  Flags
      request  final
      target   final

  public org.apache.http.ProtocolVersion getProtocolVersion();
    descriptor: ()Lorg/apache/http/ProtocolVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 77
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.version:Lorg/apache/http/ProtocolVersion;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.version:Lorg/apache/http/ProtocolVersion;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.original:Lorg/apache/http/HttpRequest;
            invokeinterface org.apache.http.HttpRequest.getProtocolVersion:()Lorg/apache/http/ProtocolVersion;
      StackMap locals:
      StackMap stack: org.apache.http.ProtocolVersion
         2: areturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;

  public void setProtocolVersion(org.apache.http.ProtocolVersion);
    descriptor: (Lorg/apache/http/ProtocolVersion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
        start local 1 // org.apache.http.ProtocolVersion version
         0: .line 81
            aload 0 /* this */
            aload 1 /* version */
            putfield org.apache.http.client.methods.HttpRequestWrapper.version:Lorg/apache/http/ProtocolVersion;
         1: .line 82
            aload 0 /* this */
            aconst_null
            putfield org.apache.http.client.methods.HttpRequestWrapper.requestLine:Lorg/apache/http/RequestLine;
         2: .line 83
            return
        end local 1 // org.apache.http.ProtocolVersion version
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/http/client/methods/HttpRequestWrapper;
            0    3     1  version  Lorg/apache/http/ProtocolVersion;
    MethodParameters:
         Name  Flags
      version  final

  public java.net.URI getURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 87
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.uri:Ljava/net/URI;
            areturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;

  public void setURI(java.net.URI);
    descriptor: (Ljava/net/URI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
        start local 1 // java.net.URI uri
         0: .line 91
            aload 0 /* this */
            aload 1 /* uri */
            putfield org.apache.http.client.methods.HttpRequestWrapper.uri:Ljava/net/URI;
         1: .line 92
            aload 0 /* this */
            aconst_null
            putfield org.apache.http.client.methods.HttpRequestWrapper.requestLine:Lorg/apache/http/RequestLine;
         2: .line 93
            return
        end local 1 // java.net.URI uri
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;
            0    3     1   uri  Ljava/net/URI;
    MethodParameters:
      Name  Flags
      uri   final

  public java.lang.String getMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 97
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.method:Ljava/lang/String;
            areturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;

  public void abort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 102
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;
    Exceptions:
      throws java.lang.UnsupportedOperationException

  public boolean isAborted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 107
            iconst_0
            ireturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;

  public org.apache.http.RequestLine getRequestLine();
    descriptor: ()Lorg/apache/http/RequestLine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 112
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.requestLine:Lorg/apache/http/RequestLine;
            ifnonnull 8
         1: .line 114
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.uri:Ljava/net/URI;
            ifnull 4
         2: .line 115
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.uri:Ljava/net/URI;
            invokevirtual java.net.URI.toASCIIString:()Ljava/lang/String;
            astore 1 /* requestUri */
        start local 1 // java.lang.String requestUri
         3: .line 116
            goto 5
        end local 1 // java.lang.String requestUri
         4: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.original:Lorg/apache/http/HttpRequest;
            invokeinterface org.apache.http.HttpRequest.getRequestLine:()Lorg/apache/http/RequestLine;
            invokeinterface org.apache.http.RequestLine.getUri:()Ljava/lang/String;
            astore 1 /* requestUri */
        start local 1 // java.lang.String requestUri
         5: .line 119
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* requestUri */
            ifnull 6
            aload 1 /* requestUri */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 7
         6: .line 120
      StackMap locals:
      StackMap stack:
            ldc "/"
            astore 1 /* requestUri */
         7: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.apache.http.message.BasicRequestLine
            dup
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.method:Ljava/lang/String;
            aload 1 /* requestUri */
            aload 0 /* this */
            invokevirtual org.apache.http.client.methods.HttpRequestWrapper.getProtocolVersion:()Lorg/apache/http/ProtocolVersion;
            invokespecial org.apache.http.message.BasicRequestLine.<init>:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/http/ProtocolVersion;)V
            putfield org.apache.http.client.methods.HttpRequestWrapper.requestLine:Lorg/apache/http/RequestLine;
        end local 1 // java.lang.String requestUri
         8: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.requestLine:Lorg/apache/http/RequestLine;
            areturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/apache/http/client/methods/HttpRequestWrapper;
            3    4     1  requestUri  Ljava/lang/String;
            5    8     1  requestUri  Ljava/lang/String;

  public org.apache.http.HttpRequest getOriginal();
    descriptor: ()Lorg/apache/http/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 128
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.original:Lorg/apache/http/HttpRequest;
            areturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;

  public org.apache.http.HttpHost getTarget();
    descriptor: ()Lorg/apache/http/HttpHost;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 135
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.target:Lorg/apache/http/HttpHost;
            areturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 140
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            invokevirtual org.apache.http.client.methods.HttpRequestWrapper.getRequestLine:()Lorg/apache/http/RequestLine;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.headergroup:Lorg/apache/http/message/HeaderGroup;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;

  public static org.apache.http.client.methods.HttpRequestWrapper wrap(org.apache.http.HttpRequest);
    descriptor: (Lorg/apache/http/HttpRequest;)Lorg/apache/http/client/methods/HttpRequestWrapper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.HttpRequest request
         0: .line 178
            aload 0 /* request */
            aconst_null
            invokestatic org.apache.http.client.methods.HttpRequestWrapper.wrap:(Lorg/apache/http/HttpRequest;Lorg/apache/http/HttpHost;)Lorg/apache/http/client/methods/HttpRequestWrapper;
            areturn
        end local 0 // org.apache.http.HttpRequest request
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  request  Lorg/apache/http/HttpRequest;
    MethodParameters:
         Name  Flags
      request  final

  public static org.apache.http.client.methods.HttpRequestWrapper wrap(org.apache.http.HttpRequest, org.apache.http.HttpHost);
    descriptor: (Lorg/apache/http/HttpRequest;Lorg/apache/http/HttpHost;)Lorg/apache/http/client/methods/HttpRequestWrapper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.http.HttpRequest request
        start local 1 // org.apache.http.HttpHost target
         0: .line 191
            aload 0 /* request */
            ldc "HTTP request"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 192
            aload 0 /* request */
            instanceof org.apache.http.HttpEntityEnclosingRequest
            ifeq 6
         2: .line 193
            new org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper
            dup
         3: .line 194
            aload 0 /* request */
            checkcast org.apache.http.HttpEntityEnclosingRequest
            aload 1 /* target */
         4: .line 193
            invokespecial org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper.<init>:(Lorg/apache/http/HttpEntityEnclosingRequest;Lorg/apache/http/HttpHost;)V
         5: .line 194
            goto 7
         6: .line 195
      StackMap locals:
      StackMap stack:
            new org.apache.http.client.methods.HttpRequestWrapper
            dup
            aload 0 /* request */
            aload 1 /* target */
            invokespecial org.apache.http.client.methods.HttpRequestWrapper.<init>:(Lorg/apache/http/HttpRequest;Lorg/apache/http/HttpHost;)V
         7: .line 192
      StackMap locals:
      StackMap stack: org.apache.http.client.methods.HttpRequestWrapper
            areturn
        end local 1 // org.apache.http.HttpHost target
        end local 0 // org.apache.http.HttpRequest request
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  request  Lorg/apache/http/HttpRequest;
            0    8     1   target  Lorg/apache/http/HttpHost;
    MethodParameters:
         Name  Flags
      request  final
      target   final

  public org.apache.http.params.HttpParams getParams();
    descriptor: ()Lorg/apache/http/params/HttpParams;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.client.methods.HttpRequestWrapper this
         0: .line 205
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.params:Lorg/apache/http/params/HttpParams;
            ifnonnull 2
         1: .line 206
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.original:Lorg/apache/http/HttpRequest;
            invokeinterface org.apache.http.HttpRequest.getParams:()Lorg/apache/http/params/HttpParams;
            invokeinterface org.apache.http.params.HttpParams.copy:()Lorg/apache/http/params/HttpParams;
            putfield org.apache.http.client.methods.HttpRequestWrapper.params:Lorg/apache/http/params/HttpParams;
         2: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.client.methods.HttpRequestWrapper.params:Lorg/apache/http/params/HttpParams;
            areturn
        end local 0 // org.apache.http.client.methods.HttpRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/client/methods/HttpRequestWrapper;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "HttpRequestWrapper.java"
NestMembers:
  org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper
InnerClasses:
  HttpEntityEnclosingRequestWrapper = org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper of org.apache.http.client.methods.HttpRequestWrapper