public class org.apache.http.client.utils.HttpClientUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.client.utils.HttpClientUtils
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.utils.HttpClientUtils this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            return
        end local 0 // org.apache.http.client.utils.HttpClientUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/http/client/utils/HttpClientUtils;

  public static void closeQuietly(org.apache.http.HttpResponse);
    descriptor: (Lorg/apache/http/HttpResponse;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.http.HttpResponse response
         0: .line 71
            aload 0 /* response */
            ifnull 6
         1: .line 72
            aload 0 /* response */
            invokeinterface org.apache.http.HttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
            astore 1 /* entity */
        start local 1 // org.apache.http.HttpEntity entity
         2: .line 73
            aload 1 /* entity */
            ifnull 6
         3: .line 75
            aload 1 /* entity */
            invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
         4: .line 76
            goto 6
      StackMap locals: org.apache.http.HttpResponse org.apache.http.HttpEntity
      StackMap stack: java.io.IOException
         5: pop
        end local 1 // org.apache.http.HttpEntity entity
         6: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.http.HttpResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  response  Lorg/apache/http/HttpResponse;
            2    6     1    entity  Lorg/apache/http/HttpEntity;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.IOException
    MethodParameters:
          Name  Flags
      response  final

  public static void closeQuietly(org.apache.http.client.methods.CloseableHttpResponse);
    descriptor: (Lorg/apache/http/client/methods/CloseableHttpResponse;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.apache.http.client.methods.CloseableHttpResponse response
         0: .line 105
            aload 0 /* response */
            ifnull 9
         1: .line 108
            aload 0 /* response */
            invokeinterface org.apache.http.client.methods.CloseableHttpResponse.getEntity:()Lorg/apache/http/HttpEntity;
            invokestatic org.apache.http.util.EntityUtils.consume:(Lorg/apache/http/HttpEntity;)V
         2: .line 109
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 110
            aload 0 /* response */
            invokeinterface org.apache.http.client.methods.CloseableHttpResponse.close:()V
         5: .line 111
            aload 1
            athrow
         6: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* response */
            invokeinterface org.apache.http.client.methods.CloseableHttpResponse.close:()V
         7: .line 112
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         8: pop
         9: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.http.client.methods.CloseableHttpResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0  response  Lorg/apache/http/client/methods/CloseableHttpResponse;
      Exception table:
        from    to  target  type
           1     3       3  any
           1     7       8  Class java.io.IOException
    MethodParameters:
          Name  Flags
      response  final

  public static void closeQuietly(org.apache.http.client.HttpClient);
    descriptor: (Lorg/apache/http/client/HttpClient;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.HttpClient httpClient
         0: .line 139
            aload 0 /* httpClient */
            ifnull 5
         1: .line 140
            aload 0 /* httpClient */
            instanceof java.io.Closeable
            ifeq 5
         2: .line 142
            aload 0 /* httpClient */
            checkcast java.io.Closeable
            invokeinterface java.io.Closeable.close:()V
         3: .line 143
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         4: pop
         5: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.http.client.HttpClient httpClient
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  httpClient  Lorg/apache/http/client/HttpClient;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
    MethodParameters:
            Name  Flags
      httpClient  final
}
SourceFile: "HttpClientUtils.java"