public class org.apache.http.impl.io.HttpResponseWriter extends org.apache.http.impl.io.AbstractMessageWriter<org.apache.http.HttpResponse>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.impl.io.HttpResponseWriter
  super_class: org.apache.http.impl.io.AbstractMessageWriter
{
  public void <init>(org.apache.http.io.SessionOutputBuffer, org.apache.http.message.LineFormatter, org.apache.http.params.HttpParams);
    descriptor: (Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/message/LineFormatter;Lorg/apache/http/params/HttpParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.http.impl.io.HttpResponseWriter this
        start local 1 // org.apache.http.io.SessionOutputBuffer buffer
        start local 2 // org.apache.http.message.LineFormatter formatter
        start local 3 // org.apache.http.params.HttpParams params
         0: .line 51
            aload 0 /* this */
            aload 1 /* buffer */
            aload 2 /* formatter */
            aload 3 /* params */
            invokespecial org.apache.http.impl.io.AbstractMessageWriter.<init>:(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/message/LineFormatter;Lorg/apache/http/params/HttpParams;)V
         1: .line 52
            return
        end local 3 // org.apache.http.params.HttpParams params
        end local 2 // org.apache.http.message.LineFormatter formatter
        end local 1 // org.apache.http.io.SessionOutputBuffer buffer
        end local 0 // org.apache.http.impl.io.HttpResponseWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/http/impl/io/HttpResponseWriter;
            0    2     1     buffer  Lorg/apache/http/io/SessionOutputBuffer;
            0    2     2  formatter  Lorg/apache/http/message/LineFormatter;
            0    2     3     params  Lorg/apache/http/params/HttpParams;
    MethodParameters:
           Name  Flags
      buffer     final
      formatter  final
      params     final

  protected void writeHeadLine(org.apache.http.HttpResponse);
    descriptor: (Lorg/apache/http/HttpResponse;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.http.impl.io.HttpResponseWriter this
        start local 1 // org.apache.http.HttpResponse message
         0: .line 56
            aload 0 /* this */
            getfield org.apache.http.impl.io.HttpResponseWriter.lineFormatter:Lorg/apache/http/message/LineFormatter;
            aload 0 /* this */
            getfield org.apache.http.impl.io.HttpResponseWriter.lineBuf:Lorg/apache/http/util/CharArrayBuffer;
            aload 1 /* message */
            invokeinterface org.apache.http.HttpResponse.getStatusLine:()Lorg/apache/http/StatusLine;
            invokeinterface org.apache.http.message.LineFormatter.formatStatusLine:(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/StatusLine;)Lorg/apache/http/util/CharArrayBuffer;
            pop
         1: .line 57
            aload 0 /* this */
            getfield org.apache.http.impl.io.HttpResponseWriter.sessionBuffer:Lorg/apache/http/io/SessionOutputBuffer;
            aload 0 /* this */
            getfield org.apache.http.impl.io.HttpResponseWriter.lineBuf:Lorg/apache/http/util/CharArrayBuffer;
            invokeinterface org.apache.http.io.SessionOutputBuffer.writeLine:(Lorg/apache/http/util/CharArrayBuffer;)V
         2: .line 58
            return
        end local 1 // org.apache.http.HttpResponse message
        end local 0 // org.apache.http.impl.io.HttpResponseWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/http/impl/io/HttpResponseWriter;
            0    3     1  message  Lorg/apache/http/HttpResponse;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      message  final

  protected void writeHeadLine(org.apache.http.HttpMessage);
    descriptor: (Lorg/apache/http/HttpMessage;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.http.HttpResponse
            invokevirtual org.apache.http.impl.io.HttpResponseWriter.writeHeadLine:(Lorg/apache/http/HttpResponse;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
Signature: Lorg/apache/http/impl/io/AbstractMessageWriter<Lorg/apache/http/HttpResponse;>;
SourceFile: "HttpResponseWriter.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()