public class org.apache.http.impl.client.DecompressingHttpClient implements org.apache.http.client.HttpClient
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.impl.client.DecompressingHttpClient
  super_class: java.lang.Object
{
  private final org.apache.http.client.HttpClient backend;
    descriptor: Lorg/apache/http/client/HttpClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
         0: .line 89
            aload 0 /* this */
            new org.apache.http.impl.client.DefaultHttpClient
            dup
            invokespecial org.apache.http.impl.client.DefaultHttpClient.<init>:()V
            invokespecial org.apache.http.impl.client.DecompressingHttpClient.<init>:(Lorg/apache/http/client/HttpClient;)V
         1: .line 90
            return
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/http/impl/client/DecompressingHttpClient;

  public void <init>(org.apache.http.client.HttpClient);
    descriptor: (Lorg/apache/http/client/HttpClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.client.HttpClient backend
         0: .line 99
            aload 0 /* this */
            aload 1 /* backend */
            new org.apache.http.client.protocol.RequestAcceptEncoding
            dup
            invokespecial org.apache.http.client.protocol.RequestAcceptEncoding.<init>:()V
            new org.apache.http.client.protocol.ResponseContentEncoding
            dup
            invokespecial org.apache.http.client.protocol.ResponseContentEncoding.<init>:()V
            invokespecial org.apache.http.impl.client.DecompressingHttpClient.<init>:(Lorg/apache/http/client/HttpClient;Lorg/apache/http/HttpRequestInterceptor;Lorg/apache/http/HttpResponseInterceptor;)V
         1: .line 100
            return
        end local 1 // org.apache.http.client.HttpClient backend
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0    2     1  backend  Lorg/apache/http/client/HttpClient;
    MethodParameters:
         Name  Flags
      backend  final

  void <init>(org.apache.http.client.HttpClient, org.apache.http.HttpRequestInterceptor, org.apache.http.HttpResponseInterceptor);
    descriptor: (Lorg/apache/http/client/HttpClient;Lorg/apache/http/HttpRequestInterceptor;Lorg/apache/http/HttpResponseInterceptor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.client.HttpClient backend
        start local 2 // org.apache.http.HttpRequestInterceptor requestInterceptor
        start local 3 // org.apache.http.HttpResponseInterceptor responseInterceptor
         0: .line 102
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 105
            aload 0 /* this */
            aload 1 /* backend */
            putfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
         2: .line 106
            aload 0 /* this */
            aload 2 /* requestInterceptor */
            putfield org.apache.http.impl.client.DecompressingHttpClient.acceptEncodingInterceptor:Lorg/apache/http/HttpRequestInterceptor;
         3: .line 107
            aload 0 /* this */
            aload 3 /* responseInterceptor */
            putfield org.apache.http.impl.client.DecompressingHttpClient.contentEncodingInterceptor:Lorg/apache/http/HttpResponseInterceptor;
         4: .line 108
            return
        end local 3 // org.apache.http.HttpResponseInterceptor responseInterceptor
        end local 2 // org.apache.http.HttpRequestInterceptor requestInterceptor
        end local 1 // org.apache.http.client.HttpClient backend
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0    5     1              backend  Lorg/apache/http/client/HttpClient;
            0    5     2   requestInterceptor  Lorg/apache/http/HttpRequestInterceptor;
            0    5     3  responseInterceptor  Lorg/apache/http/HttpResponseInterceptor;
    MethodParameters:
                     Name  Flags
      backend              final
      requestInterceptor   final
      responseInterceptor  final

  public org.apache.http.params.HttpParams getParams();
    descriptor: ()Lorg/apache/http/params/HttpParams;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
         0: .line 112
            aload 0 /* this */
            getfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
            invokeinterface org.apache.http.client.HttpClient.getParams:()Lorg/apache/http/params/HttpParams;
            areturn
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/impl/client/DecompressingHttpClient;

  public org.apache.http.conn.ClientConnectionManager getConnectionManager();
    descriptor: ()Lorg/apache/http/conn/ClientConnectionManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
         0: .line 117
            aload 0 /* this */
            getfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
            invokeinterface org.apache.http.client.HttpClient.getConnectionManager:()Lorg/apache/http/conn/ClientConnectionManager;
            areturn
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/impl/client/DecompressingHttpClient;

  public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest);
    descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.client.methods.HttpUriRequest request
         0: .line 123
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.getHttpHost:(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
            aload 1 /* request */
            aconst_null
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
            areturn
        end local 1 // org.apache.http.client.methods.HttpUriRequest request
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0    1     1  request  Lorg/apache/http/client/methods/HttpUriRequest;
    Exceptions:
      throws java.io.IOException, org.apache.http.client.ClientProtocolException
    MethodParameters:
         Name  Flags
      request  final

  public org.apache.http.client.HttpClient getHttpClient();
    descriptor: ()Lorg/apache/http/client/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
         0: .line 132
            aload 0 /* this */
            getfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
            areturn
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/impl/client/DecompressingHttpClient;

  org.apache.http.HttpHost getHttpHost(org.apache.http.client.methods.HttpUriRequest);
    descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.client.methods.HttpUriRequest request
         0: .line 136
            aload 1 /* request */
            invokeinterface org.apache.http.client.methods.HttpUriRequest.getURI:()Ljava/net/URI;
            astore 2 /* uri */
        start local 2 // java.net.URI uri
         1: .line 137
            aload 2 /* uri */
            invokestatic org.apache.http.client.utils.URIUtils.extractHost:(Ljava/net/URI;)Lorg/apache/http/HttpHost;
            areturn
        end local 2 // java.net.URI uri
        end local 1 // org.apache.http.client.methods.HttpUriRequest request
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0    2     1  request  Lorg/apache/http/client/methods/HttpUriRequest;
            1    2     2      uri  Ljava/net/URI;
    MethodParameters:
         Name  Flags
      request  final

  public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.protocol.HttpContext);
    descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.client.methods.HttpUriRequest request
        start local 2 // org.apache.http.protocol.HttpContext context
         0: .line 143
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.getHttpHost:(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
            aload 1 /* request */
            aload 2 /* context */
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
            areturn
        end local 2 // org.apache.http.protocol.HttpContext context
        end local 1 // org.apache.http.client.methods.HttpUriRequest request
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0    1     1  request  Lorg/apache/http/client/methods/HttpUriRequest;
            0    1     2  context  Lorg/apache/http/protocol/HttpContext;
    Exceptions:
      throws java.io.IOException, org.apache.http.client.ClientProtocolException
    MethodParameters:
         Name  Flags
      request  final
      context  final

  public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest);
    descriptor: (Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;)Lorg/apache/http/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.HttpHost target
        start local 2 // org.apache.http.HttpRequest request
         0: .line 149
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* request */
            aconst_null
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
            areturn
        end local 2 // org.apache.http.HttpRequest request
        end local 1 // org.apache.http.HttpHost target
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0    1     1   target  Lorg/apache/http/HttpHost;
            0    1     2  request  Lorg/apache/http/HttpRequest;
    Exceptions:
      throws java.io.IOException, org.apache.http.client.ClientProtocolException
    MethodParameters:
         Name  Flags
      target   final
      request  final

  public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext);
    descriptor: (Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.HttpHost target
        start local 2 // org.apache.http.HttpRequest request
        start local 3 // org.apache.http.protocol.HttpContext context
         0: .line 156
            aload 3 /* context */
            ifnull 1
            aload 3 /* context */
            goto 2
      StackMap locals:
      StackMap stack:
         1: new org.apache.http.protocol.BasicHttpContext
            dup
            invokespecial org.apache.http.protocol.BasicHttpContext.<init>:()V
      StackMap locals:
      StackMap stack: org.apache.http.protocol.HttpContext
         2: astore 4 /* localContext */
        start local 4 // org.apache.http.protocol.HttpContext localContext
         3: .line 158
            aload 2 /* request */
            instanceof org.apache.http.HttpEntityEnclosingRequest
            ifeq 6
         4: .line 159
            new org.apache.http.impl.client.EntityEnclosingRequestWrapper
            dup
            aload 2 /* request */
            checkcast org.apache.http.HttpEntityEnclosingRequest
            invokespecial org.apache.http.impl.client.EntityEnclosingRequestWrapper.<init>:(Lorg/apache/http/HttpEntityEnclosingRequest;)V
            astore 5 /* wrapped */
        start local 5 // org.apache.http.HttpRequest wrapped
         5: .line 160
            goto 7
        end local 5 // org.apache.http.HttpRequest wrapped
         6: .line 161
      StackMap locals: org.apache.http.protocol.HttpContext
      StackMap stack:
            new org.apache.http.impl.client.RequestWrapper
            dup
            aload 2 /* request */
            invokespecial org.apache.http.impl.client.RequestWrapper.<init>:(Lorg/apache/http/HttpRequest;)V
            astore 5 /* wrapped */
        start local 5 // org.apache.http.HttpRequest wrapped
         7: .line 163
      StackMap locals: org.apache.http.HttpRequest
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.impl.client.DecompressingHttpClient.acceptEncodingInterceptor:Lorg/apache/http/HttpRequestInterceptor;
            aload 5 /* wrapped */
            aload 4 /* localContext */
            invokeinterface org.apache.http.HttpRequestInterceptor.process:(Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)V
         8: .line 164
            aload 0 /* this */
            getfield org.apache.http.impl.client.DecompressingHttpClient.backend:Lorg/apache/http/client/HttpClient;
            aload 1 /* target */
            aload 5 /* wrapped */
            aload 4 /* localContext */
            invokeinterface org.apache.http.client.HttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
            astore 6 /* response */
        start local 6 // org.apache.http.HttpResponse response
         9: .line 166
            aload 0 /* this */
            getfield org.apache.http.impl.client.DecompressingHttpClient.contentEncodingInterceptor:Lorg/apache/http/HttpResponseInterceptor;
            aload 6 /* response */
            aload 4 /* localContext */
            invokeinterface org.apache.http.HttpResponseInterceptor.process:(Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)V
        10: .line 167
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aload 4 /* localContext */
            ldc "http.client.response.uncompressed"
            invokeinterface org.apache.http.protocol.HttpContext.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ifeq 14
        11: .line 168
            aload 6 /* response */
            ldc "Content-Length"
            invokeinterface org.apache.http.HttpResponse.removeHeaders:(Ljava/lang/String;)V
        12: .line 169
            aload 6 /* response */
            ldc "Content-Encoding"
            invokeinterface org.apache.http.HttpResponse.removeHeaders:(Ljava/lang/String;)V
        13: .line 170
            aload 6 /* response */
            ldc "Content-MD5"
            invokeinterface org.apache.http.HttpResponse.removeHeaders:(Ljava/lang/String;)V
        14: .line 172
      StackMap locals: org.apache.http.HttpResponse
      StackMap stack:
            aload 6 /* response */
        15: areturn
        16: .line 173
      StackMap locals:
      StackMap stack: org.apache.http.HttpException
            astore 7 /* ex */
        start local 7 // org.apache.http.HttpException ex
        17: .line 174
            aload 6 /* response */
            invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
            invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
        18: .line 175
            aload 7 /* ex */
            athrow
        end local 7 // org.apache.http.HttpException ex
        19: .line 176
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 7 /* ex */
        start local 7 // java.io.IOException ex
        20: .line 177
            aload 6 /* response */
            invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
            invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
        21: .line 178
            aload 7 /* ex */
            athrow
        end local 7 // java.io.IOException ex
        22: .line 179
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 7 /* ex */
        start local 7 // java.lang.RuntimeException ex
        23: .line 180
            aload 6 /* response */
            invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
            invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
        24: .line 181
            aload 7 /* ex */
            athrow
        end local 7 // java.lang.RuntimeException ex
        end local 6 // org.apache.http.HttpResponse response
        end local 5 // org.apache.http.HttpRequest wrapped
        end local 4 // org.apache.http.protocol.HttpContext localContext
        25: .line 183
      StackMap locals: org.apache.http.impl.client.DecompressingHttpClient org.apache.http.HttpHost org.apache.http.HttpRequest org.apache.http.protocol.HttpContext
      StackMap stack: org.apache.http.HttpException
            astore 4 /* e */
        start local 4 // org.apache.http.HttpException e
        26: .line 184
            new org.apache.http.client.ClientProtocolException
            dup
            aload 4 /* e */
            invokespecial org.apache.http.client.ClientProtocolException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // org.apache.http.HttpException e
        end local 3 // org.apache.http.protocol.HttpContext context
        end local 2 // org.apache.http.HttpRequest request
        end local 1 // org.apache.http.HttpHost target
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0   27     1        target  Lorg/apache/http/HttpHost;
            0   27     2       request  Lorg/apache/http/HttpRequest;
            0   27     3       context  Lorg/apache/http/protocol/HttpContext;
            3   25     4  localContext  Lorg/apache/http/protocol/HttpContext;
            5    6     5       wrapped  Lorg/apache/http/HttpRequest;
            7   25     5       wrapped  Lorg/apache/http/HttpRequest;
            9   25     6      response  Lorg/apache/http/HttpResponse;
           17   19     7            ex  Lorg/apache/http/HttpException;
           20   22     7            ex  Ljava/io/IOException;
           23   25     7            ex  Ljava/lang/RuntimeException;
           26   27     4             e  Lorg/apache/http/HttpException;
      Exception table:
        from    to  target  type
           9    15      16  Class org.apache.http.HttpException
           9    15      19  Class java.io.IOException
           9    15      22  Class java.lang.RuntimeException
           0    15      25  Class org.apache.http.HttpException
          16    25      25  Class org.apache.http.HttpException
    Exceptions:
      throws java.io.IOException, org.apache.http.client.ClientProtocolException
    MethodParameters:
         Name  Flags
      target   final
      request  final
      context  final

  public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>);
    descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.client.methods.HttpUriRequest request
        start local 2 // org.apache.http.client.ResponseHandler responseHandler
         0: .line 192
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.getHttpHost:(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
            aload 1 /* request */
            aload 2 /* responseHandler */
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;)Ljava/lang/Object;
            areturn
        end local 2 // org.apache.http.client.ResponseHandler responseHandler
        end local 1 // org.apache.http.client.methods.HttpUriRequest request
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0    1     1          request  Lorg/apache/http/client/methods/HttpUriRequest;
            0    1     2  responseHandler  Lorg/apache/http/client/ResponseHandler<+TT;>;
    Exceptions:
      throws java.io.IOException, org.apache.http.client.ClientProtocolException
    Signature: <T:Ljava/lang/Object;>(Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler<+TT;>;)TT;
    MethodParameters:
                 Name  Flags
      request          final
      responseHandler  final

  public <T> T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext);
    descriptor: (Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.client.methods.HttpUriRequest request
        start local 2 // org.apache.http.client.ResponseHandler responseHandler
        start local 3 // org.apache.http.protocol.HttpContext context
         0: .line 199
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.getHttpHost:(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpHost;
            aload 1 /* request */
            aload 2 /* responseHandler */
            aload 3 /* context */
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
            areturn
        end local 3 // org.apache.http.protocol.HttpContext context
        end local 2 // org.apache.http.client.ResponseHandler responseHandler
        end local 1 // org.apache.http.client.methods.HttpUriRequest request
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0    1     1          request  Lorg/apache/http/client/methods/HttpUriRequest;
            0    1     2  responseHandler  Lorg/apache/http/client/ResponseHandler<+TT;>;
            0    1     3          context  Lorg/apache/http/protocol/HttpContext;
    Exceptions:
      throws java.io.IOException, org.apache.http.client.ClientProtocolException
    Signature: <T:Ljava/lang/Object;>(Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler<+TT;>;Lorg/apache/http/protocol/HttpContext;)TT;
    MethodParameters:
                 Name  Flags
      request          final
      responseHandler  final
      context          final

  public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>);
    descriptor: (Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.HttpHost target
        start local 2 // org.apache.http.HttpRequest request
        start local 3 // org.apache.http.client.ResponseHandler responseHandler
         0: .line 206
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* request */
            aload 3 /* responseHandler */
            aconst_null
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
            areturn
        end local 3 // org.apache.http.client.ResponseHandler responseHandler
        end local 2 // org.apache.http.HttpRequest request
        end local 1 // org.apache.http.HttpHost target
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0    1     1           target  Lorg/apache/http/HttpHost;
            0    1     2          request  Lorg/apache/http/HttpRequest;
            0    1     3  responseHandler  Lorg/apache/http/client/ResponseHandler<+TT;>;
    Exceptions:
      throws java.io.IOException, org.apache.http.client.ClientProtocolException
    Signature: <T:Ljava/lang/Object;>(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler<+TT;>;)TT;
    MethodParameters:
                 Name  Flags
      target           final
      request          final
      responseHandler  final

  public <T> T execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext);
    descriptor: (Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=5
        start local 0 // org.apache.http.impl.client.DecompressingHttpClient this
        start local 1 // org.apache.http.HttpHost target
        start local 2 // org.apache.http.HttpRequest request
        start local 3 // org.apache.http.client.ResponseHandler responseHandler
        start local 4 // org.apache.http.protocol.HttpContext context
         0: .line 213
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* request */
            aload 4 /* context */
            invokevirtual org.apache.http.impl.client.DecompressingHttpClient.execute:(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
            astore 5 /* response */
        start local 5 // org.apache.http.HttpResponse response
         1: .line 215
            aload 3 /* responseHandler */
            aload 5 /* response */
            invokeinterface org.apache.http.client.ResponseHandler.handleResponse:(Lorg/apache/http/HttpResponse;)Ljava/lang/Object;
            astore 7
         2: .line 217
            aload 5 /* response */
            invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
            astore 8 /* entity */
        start local 8 // org.apache.http.HttpEntity entity
         3: .line 218
            aload 8 /* entity */
            ifnull 5
         4: .line 219
            aload 8 /* entity */
            invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
        end local 8 // org.apache.http.HttpEntity entity
         5: .line 215
      StackMap locals: org.apache.http.impl.client.DecompressingHttpClient org.apache.http.HttpHost org.apache.http.HttpRequest org.apache.http.client.ResponseHandler org.apache.http.protocol.HttpContext org.apache.http.HttpResponse top java.lang.Object
      StackMap stack:
            aload 7
            areturn
         6: .line 216
      StackMap locals: org.apache.http.impl.client.DecompressingHttpClient org.apache.http.HttpHost org.apache.http.HttpRequest org.apache.http.client.ResponseHandler org.apache.http.protocol.HttpContext org.apache.http.HttpResponse
      StackMap stack: java.lang.Throwable
            astore 6
         7: .line 217
            aload 5 /* response */
            invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
            astore 8 /* entity */
        start local 8 // org.apache.http.HttpEntity entity
         8: .line 218
            aload 8 /* entity */
            ifnull 10
         9: .line 219
            aload 8 /* entity */
            invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
        end local 8 // org.apache.http.HttpEntity entity
        10: .line 221
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 6
            athrow
        end local 5 // org.apache.http.HttpResponse response
        end local 4 // org.apache.http.protocol.HttpContext context
        end local 3 // org.apache.http.client.ResponseHandler responseHandler
        end local 2 // org.apache.http.HttpRequest request
        end local 1 // org.apache.http.HttpHost target
        end local 0 // org.apache.http.impl.client.DecompressingHttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/apache/http/impl/client/DecompressingHttpClient;
            0   11     1           target  Lorg/apache/http/HttpHost;
            0   11     2          request  Lorg/apache/http/HttpRequest;
            0   11     3  responseHandler  Lorg/apache/http/client/ResponseHandler<+TT;>;
            0   11     4          context  Lorg/apache/http/protocol/HttpContext;
            1   11     5         response  Lorg/apache/http/HttpResponse;
            3    5     8           entity  Lorg/apache/http/HttpEntity;
            8   10     8           entity  Lorg/apache/http/HttpEntity;
      Exception table:
        from    to  target  type
           1     2       6  any
    Exceptions:
      throws java.io.IOException, org.apache.http.client.ClientProtocolException
    Signature: <T:Ljava/lang/Object;>(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler<+TT;>;Lorg/apache/http/protocol/HttpContext;)TT;
    MethodParameters:
                 Name  Flags
      target           final
      request          final
      responseHandler  final
      context          final
}
SourceFile: "DecompressingHttpClient.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()