public class org.apache.http.impl.DefaultBHttpClientConnection extends org.apache.http.impl.BHttpConnectionBase implements org.apache.http.HttpClientConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.impl.DefaultBHttpClientConnection
  super_class: org.apache.http.impl.BHttpConnectionBase
{
  private final org.apache.http.io.HttpMessageParser<org.apache.http.HttpResponse> responseParser;
    descriptor: Lorg/apache/http/io/HttpMessageParser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/http/io/HttpMessageParser<Lorg/apache/http/HttpResponse;>;

  private final org.apache.http.io.HttpMessageWriter<org.apache.http.HttpRequest> requestWriter;
    descriptor: Lorg/apache/http/io/HttpMessageWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/http/io/HttpMessageWriter<Lorg/apache/http/HttpRequest;>;

  public void <init>(int, int, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.http.config.MessageConstraints, org.apache.http.entity.ContentLengthStrategy, org.apache.http.entity.ContentLengthStrategy, org.apache.http.io.HttpMessageWriterFactory<org.apache.http.HttpRequest>, org.apache.http.io.HttpMessageParserFactory<org.apache.http.HttpResponse>);
    descriptor: (IILjava/nio/charset/CharsetDecoder;Ljava/nio/charset/CharsetEncoder;Lorg/apache/http/config/MessageConstraints;Lorg/apache/http/entity/ContentLengthStrategy;Lorg/apache/http/entity/ContentLengthStrategy;Lorg/apache/http/io/HttpMessageWriterFactory;Lorg/apache/http/io/HttpMessageParserFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=10, args_size=10
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // int bufferSize
        start local 2 // int fragmentSizeHint
        start local 3 // java.nio.charset.CharsetDecoder charDecoder
        start local 4 // java.nio.charset.CharsetEncoder charEncoder
        start local 5 // org.apache.http.config.MessageConstraints constraints
        start local 6 // org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
        start local 7 // org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
        start local 8 // org.apache.http.io.HttpMessageWriterFactory requestWriterFactory
        start local 9 // org.apache.http.io.HttpMessageParserFactory responseParserFactory
         0: .line 95
            aload 0 /* this */
            iload 1 /* bufferSize */
            iload 2 /* fragmentSizeHint */
            aload 3 /* charDecoder */
            aload 4 /* charEncoder */
         1: .line 96
            aload 5 /* constraints */
            aload 6 /* incomingContentStrategy */
            aload 7 /* outgoingContentStrategy */
            invokespecial org.apache.http.impl.BHttpConnectionBase.<init>:(IILjava/nio/charset/CharsetDecoder;Ljava/nio/charset/CharsetEncoder;Lorg/apache/http/config/MessageConstraints;Lorg/apache/http/entity/ContentLengthStrategy;Lorg/apache/http/entity/ContentLengthStrategy;)V
         2: .line 97
            aload 0 /* this */
            aload 8 /* requestWriterFactory */
            ifnull 3
            aload 8 /* requestWriterFactory */
            goto 4
         3: .line 98
      StackMap locals: org.apache.http.impl.DefaultBHttpClientConnection int int java.nio.charset.CharsetDecoder java.nio.charset.CharsetEncoder org.apache.http.config.MessageConstraints org.apache.http.entity.ContentLengthStrategy org.apache.http.entity.ContentLengthStrategy org.apache.http.io.HttpMessageWriterFactory org.apache.http.io.HttpMessageParserFactory
      StackMap stack: org.apache.http.impl.DefaultBHttpClientConnection
            getstatic org.apache.http.impl.io.DefaultHttpRequestWriterFactory.INSTANCE:Lorg/apache/http/impl/io/DefaultHttpRequestWriterFactory;
      StackMap locals: org.apache.http.impl.DefaultBHttpClientConnection int int java.nio.charset.CharsetDecoder java.nio.charset.CharsetEncoder org.apache.http.config.MessageConstraints org.apache.http.entity.ContentLengthStrategy org.apache.http.entity.ContentLengthStrategy org.apache.http.io.HttpMessageWriterFactory org.apache.http.io.HttpMessageParserFactory
      StackMap stack: org.apache.http.impl.DefaultBHttpClientConnection org.apache.http.io.HttpMessageWriterFactory
         4: aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.getSessionOutputBuffer:()Lorg/apache/http/io/SessionOutputBuffer;
            invokeinterface org.apache.http.io.HttpMessageWriterFactory.create:(Lorg/apache/http/io/SessionOutputBuffer;)Lorg/apache/http/io/HttpMessageWriter;
         5: .line 97
            putfield org.apache.http.impl.DefaultBHttpClientConnection.requestWriter:Lorg/apache/http/io/HttpMessageWriter;
         6: .line 99
            aload 0 /* this */
            aload 9 /* responseParserFactory */
            ifnull 7
            aload 9 /* responseParserFactory */
            goto 8
         7: .line 100
      StackMap locals:
      StackMap stack: org.apache.http.impl.DefaultBHttpClientConnection
            getstatic org.apache.http.impl.io.DefaultHttpResponseParserFactory.INSTANCE:Lorg/apache/http/impl/io/DefaultHttpResponseParserFactory;
      StackMap locals: org.apache.http.impl.DefaultBHttpClientConnection int int java.nio.charset.CharsetDecoder java.nio.charset.CharsetEncoder org.apache.http.config.MessageConstraints org.apache.http.entity.ContentLengthStrategy org.apache.http.entity.ContentLengthStrategy org.apache.http.io.HttpMessageWriterFactory org.apache.http.io.HttpMessageParserFactory
      StackMap stack: org.apache.http.impl.DefaultBHttpClientConnection org.apache.http.io.HttpMessageParserFactory
         8: aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.getSessionInputBuffer:()Lorg/apache/http/io/SessionInputBuffer;
            aload 5 /* constraints */
            invokeinterface org.apache.http.io.HttpMessageParserFactory.create:(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/config/MessageConstraints;)Lorg/apache/http/io/HttpMessageParser;
         9: .line 99
            putfield org.apache.http.impl.DefaultBHttpClientConnection.responseParser:Lorg/apache/http/io/HttpMessageParser;
        10: .line 101
            return
        end local 9 // org.apache.http.io.HttpMessageParserFactory responseParserFactory
        end local 8 // org.apache.http.io.HttpMessageWriterFactory requestWriterFactory
        end local 7 // org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy
        end local 6 // org.apache.http.entity.ContentLengthStrategy incomingContentStrategy
        end local 5 // org.apache.http.config.MessageConstraints constraints
        end local 4 // java.nio.charset.CharsetEncoder charEncoder
        end local 3 // java.nio.charset.CharsetDecoder charDecoder
        end local 2 // int fragmentSizeHint
        end local 1 // int bufferSize
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   11     0                     this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0   11     1               bufferSize  I
            0   11     2         fragmentSizeHint  I
            0   11     3              charDecoder  Ljava/nio/charset/CharsetDecoder;
            0   11     4              charEncoder  Ljava/nio/charset/CharsetEncoder;
            0   11     5              constraints  Lorg/apache/http/config/MessageConstraints;
            0   11     6  incomingContentStrategy  Lorg/apache/http/entity/ContentLengthStrategy;
            0   11     7  outgoingContentStrategy  Lorg/apache/http/entity/ContentLengthStrategy;
            0   11     8     requestWriterFactory  Lorg/apache/http/io/HttpMessageWriterFactory<Lorg/apache/http/HttpRequest;>;
            0   11     9    responseParserFactory  Lorg/apache/http/io/HttpMessageParserFactory<Lorg/apache/http/HttpResponse;>;
    Signature: (IILjava/nio/charset/CharsetDecoder;Ljava/nio/charset/CharsetEncoder;Lorg/apache/http/config/MessageConstraints;Lorg/apache/http/entity/ContentLengthStrategy;Lorg/apache/http/entity/ContentLengthStrategy;Lorg/apache/http/io/HttpMessageWriterFactory<Lorg/apache/http/HttpRequest;>;Lorg/apache/http/io/HttpMessageParserFactory<Lorg/apache/http/HttpResponse;>;)V
    MethodParameters:
                         Name  Flags
      bufferSize               final
      fragmentSizeHint         final
      charDecoder              final
      charEncoder              final
      constraints              final
      incomingContentStrategy  final
      outgoingContentStrategy  final
      requestWriterFactory     final
      responseParserFactory    final

  public void <init>(int, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.http.config.MessageConstraints);
    descriptor: (ILjava/nio/charset/CharsetDecoder;Ljava/nio/charset/CharsetEncoder;Lorg/apache/http/config/MessageConstraints;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=5, args_size=5
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // int bufferSize
        start local 2 // java.nio.charset.CharsetDecoder charDecoder
        start local 3 // java.nio.charset.CharsetEncoder charEncoder
        start local 4 // org.apache.http.config.MessageConstraints constraints
         0: .line 108
            aload 0 /* this */
            iload 1 /* bufferSize */
            iload 1 /* bufferSize */
            aload 2 /* charDecoder */
            aload 3 /* charEncoder */
            aload 4 /* constraints */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial org.apache.http.impl.DefaultBHttpClientConnection.<init>:(IILjava/nio/charset/CharsetDecoder;Ljava/nio/charset/CharsetEncoder;Lorg/apache/http/config/MessageConstraints;Lorg/apache/http/entity/ContentLengthStrategy;Lorg/apache/http/entity/ContentLengthStrategy;Lorg/apache/http/io/HttpMessageWriterFactory;Lorg/apache/http/io/HttpMessageParserFactory;)V
         1: .line 109
            return
        end local 4 // org.apache.http.config.MessageConstraints constraints
        end local 3 // java.nio.charset.CharsetEncoder charEncoder
        end local 2 // java.nio.charset.CharsetDecoder charDecoder
        end local 1 // int bufferSize
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0    2     1   bufferSize  I
            0    2     2  charDecoder  Ljava/nio/charset/CharsetDecoder;
            0    2     3  charEncoder  Ljava/nio/charset/CharsetEncoder;
            0    2     4  constraints  Lorg/apache/http/config/MessageConstraints;
    MethodParameters:
             Name  Flags
      bufferSize   final
      charDecoder  final
      charEncoder  final
      constraints  final

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // int bufferSize
         0: .line 112
            aload 0 /* this */
            iload 1 /* bufferSize */
            iload 1 /* bufferSize */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial org.apache.http.impl.DefaultBHttpClientConnection.<init>:(IILjava/nio/charset/CharsetDecoder;Ljava/nio/charset/CharsetEncoder;Lorg/apache/http/config/MessageConstraints;Lorg/apache/http/entity/ContentLengthStrategy;Lorg/apache/http/entity/ContentLengthStrategy;Lorg/apache/http/io/HttpMessageWriterFactory;Lorg/apache/http/io/HttpMessageParserFactory;)V
         1: .line 113
            return
        end local 1 // int bufferSize
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0    2     1  bufferSize  I
    MethodParameters:
            Name  Flags
      bufferSize  final

  protected void onResponseReceived(org.apache.http.HttpResponse);
    descriptor: (Lorg/apache/http/HttpResponse;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // org.apache.http.HttpResponse response
         0: .line 116
            return
        end local 1 // org.apache.http.HttpResponse response
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0    1     1  response  Lorg/apache/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  protected void onRequestSubmitted(org.apache.http.HttpRequest);
    descriptor: (Lorg/apache/http/HttpRequest;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // org.apache.http.HttpRequest request
         0: .line 119
            return
        end local 1 // org.apache.http.HttpRequest request
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0    1     1  request  Lorg/apache/http/HttpRequest;
    MethodParameters:
         Name  Flags
      request  final

  public void bind(java.net.Socket);
    descriptor: (Ljava/net/Socket;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // java.net.Socket socket
         0: .line 123
            aload 0 /* this */
            aload 1 /* socket */
            invokespecial org.apache.http.impl.BHttpConnectionBase.bind:(Ljava/net/Socket;)V
         1: .line 124
            return
        end local 1 // java.net.Socket socket
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0    2     1  socket  Ljava/net/Socket;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      socket  final

  public boolean isResponseAvailable(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // int timeout
         0: .line 128
            aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.ensureOpen:()V
         1: .line 130
            aload 0 /* this */
            iload 1 /* timeout */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.awaitInput:(I)Z
         2: ireturn
         3: .line 131
      StackMap locals:
      StackMap stack: java.net.SocketTimeoutException
            pop
         4: .line 132
            iconst_0
            ireturn
        end local 1 // int timeout
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0    5     1  timeout  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.net.SocketTimeoutException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      timeout  final

  public void sendRequestHeader(org.apache.http.HttpRequest);
    descriptor: (Lorg/apache/http/HttpRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // org.apache.http.HttpRequest request
         0: .line 139
            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 140
            aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.ensureOpen:()V
         2: .line 141
            aload 0 /* this */
            getfield org.apache.http.impl.DefaultBHttpClientConnection.requestWriter:Lorg/apache/http/io/HttpMessageWriter;
            aload 1 /* request */
            invokeinterface org.apache.http.io.HttpMessageWriter.write:(Lorg/apache/http/HttpMessage;)V
         3: .line 142
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.onRequestSubmitted:(Lorg/apache/http/HttpRequest;)V
         4: .line 143
            aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.incrementRequestCount:()V
         5: .line 144
            return
        end local 1 // org.apache.http.HttpRequest request
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0    6     1  request  Lorg/apache/http/HttpRequest;
    Exceptions:
      throws org.apache.http.HttpException, java.io.IOException
    MethodParameters:
         Name  Flags
      request  final

  public void sendRequestEntity(org.apache.http.HttpEntityEnclosingRequest);
    descriptor: (Lorg/apache/http/HttpEntityEnclosingRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // org.apache.http.HttpEntityEnclosingRequest request
         0: .line 149
            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 150
            aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.ensureOpen:()V
         2: .line 151
            aload 1 /* request */
            invokeinterface org.apache.http.HttpEntityEnclosingRequest.getEntity:()Lorg/apache/http/HttpEntity;
            astore 2 /* entity */
        start local 2 // org.apache.http.HttpEntity entity
         3: .line 152
            aload 2 /* entity */
            ifnonnull 5
         4: .line 153
            return
         5: .line 155
      StackMap locals: org.apache.http.HttpEntity
      StackMap stack:
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.prepareOutput:(Lorg/apache/http/HttpMessage;)Ljava/io/OutputStream;
            astore 3 /* outStream */
        start local 3 // java.io.OutputStream outStream
         6: .line 156
            aload 2 /* entity */
            aload 3 /* outStream */
            invokeinterface org.apache.http.HttpEntity.writeTo:(Ljava/io/OutputStream;)V
         7: .line 157
            aload 3 /* outStream */
            invokevirtual java.io.OutputStream.close:()V
         8: .line 158
            return
        end local 3 // java.io.OutputStream outStream
        end local 2 // org.apache.http.HttpEntity entity
        end local 1 // org.apache.http.HttpEntityEnclosingRequest request
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0    9     1    request  Lorg/apache/http/HttpEntityEnclosingRequest;
            3    9     2     entity  Lorg/apache/http/HttpEntity;
            6    9     3  outStream  Ljava/io/OutputStream;
    Exceptions:
      throws org.apache.http.HttpException, java.io.IOException
    MethodParameters:
         Name  Flags
      request  final

  public org.apache.http.HttpResponse receiveResponseHeader();
    descriptor: ()Lorg/apache/http/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
         0: .line 162
            aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.ensureOpen:()V
         1: .line 163
            aload 0 /* this */
            getfield org.apache.http.impl.DefaultBHttpClientConnection.responseParser:Lorg/apache/http/io/HttpMessageParser;
            invokeinterface org.apache.http.io.HttpMessageParser.parse:()Lorg/apache/http/HttpMessage;
            checkcast org.apache.http.HttpResponse
            astore 1 /* response */
        start local 1 // org.apache.http.HttpResponse response
         2: .line 164
            aload 0 /* this */
            aload 1 /* response */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.onResponseReceived:(Lorg/apache/http/HttpResponse;)V
         3: .line 165
            aload 1 /* response */
            invokeinterface org.apache.http.HttpResponse.getStatusLine:()Lorg/apache/http/StatusLine;
            invokeinterface org.apache.http.StatusLine.getStatusCode:()I
            sipush 200
            if_icmplt 5
         4: .line 166
            aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.incrementResponseCount:()V
         5: .line 168
      StackMap locals: org.apache.http.HttpResponse
      StackMap stack:
            aload 1 /* response */
            areturn
        end local 1 // org.apache.http.HttpResponse response
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            2    6     1  response  Lorg/apache/http/HttpResponse;
    Exceptions:
      throws org.apache.http.HttpException, java.io.IOException

  public void receiveResponseEntity(org.apache.http.HttpResponse);
    descriptor: (Lorg/apache/http/HttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
        start local 1 // org.apache.http.HttpResponse response
         0: .line 174
            aload 1 /* response */
            ldc "HTTP response"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 175
            aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.ensureOpen:()V
         2: .line 176
            aload 0 /* this */
            aload 1 /* response */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.prepareInput:(Lorg/apache/http/HttpMessage;)Lorg/apache/http/HttpEntity;
            astore 2 /* entity */
        start local 2 // org.apache.http.HttpEntity entity
         3: .line 177
            aload 1 /* response */
            aload 2 /* entity */
            invokeinterface org.apache.http.HttpResponse.setEntity:(Lorg/apache/http/HttpEntity;)V
         4: .line 178
            return
        end local 2 // org.apache.http.HttpEntity entity
        end local 1 // org.apache.http.HttpResponse response
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
            0    5     1  response  Lorg/apache/http/HttpResponse;
            3    5     2    entity  Lorg/apache/http/HttpEntity;
    Exceptions:
      throws org.apache.http.HttpException, java.io.IOException
    MethodParameters:
          Name  Flags
      response  final

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
         0: .line 182
            aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.ensureOpen:()V
         1: .line 183
            aload 0 /* this */
            invokevirtual org.apache.http.impl.DefaultBHttpClientConnection.doFlush:()V
         2: .line 184
            return
        end local 0 // org.apache.http.impl.DefaultBHttpClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/impl/DefaultBHttpClientConnection;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DefaultBHttpClientConnection.java"