final class io.vertx.core.http.impl.VertxHttpResponseEncoder extends io.netty.handler.codec.http.HttpResponseEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.http.impl.VertxHttpResponseEncoder
  super_class: io.netty.handler.codec.http.HttpResponseEncoder
{
  private io.netty.channel.ChannelHandlerContext context;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
         0: .line 30
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.HttpResponseEncoder.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/VertxHttpResponseEncoder;

  protected void encode(io.netty.channel.ChannelHandlerContext, , java.util.List<java.lang.Object>);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
        start local 3 // java.util.List out
         0: .line 35
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttpResponseEncoder.context:Lio/netty/channel/ChannelHandlerContext;
            aload 2 /* msg */
            aload 3 /* out */
            invokespecial io.netty.handler.codec.http.HttpResponseEncoder.encode:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List;)V
         1: .line 36
            return
        end local 3 // java.util.List out
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/VertxHttpResponseEncoder;
            0    2     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2   msg  Ljava/lang/Object;
            0    2     3   out  Ljava/util/List<Ljava/lang/Object;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
      Name  Flags
      ctx   
      msg   
      out   

  protected void encodeHeaders(io.netty.handler.codec.http.HttpHeaders, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
        start local 1 // io.netty.handler.codec.http.HttpHeaders headers
        start local 2 // io.netty.buffer.ByteBuf buf
         0: .line 40
            aload 1 /* headers */
            instanceof io.vertx.core.http.impl.headers.VertxHttpHeaders
            ifeq 4
         1: .line 41
            aload 1 /* headers */
            checkcast io.vertx.core.http.impl.headers.VertxHttpHeaders
            astore 3 /* vertxHeaders */
        start local 3 // io.vertx.core.http.impl.headers.VertxHttpHeaders vertxHeaders
         2: .line 42
            aload 3 /* vertxHeaders */
            aload 2 /* buf */
            invokevirtual io.vertx.core.http.impl.headers.VertxHttpHeaders.encode:(Lio/netty/buffer/ByteBuf;)V
        end local 3 // io.vertx.core.http.impl.headers.VertxHttpHeaders vertxHeaders
         3: .line 43
            goto 5
         4: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* headers */
            aload 2 /* buf */
            invokespecial io.netty.handler.codec.http.HttpResponseEncoder.encodeHeaders:(Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/buffer/ByteBuf;)V
         5: .line 46
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.netty.buffer.ByteBuf buf
        end local 1 // io.netty.handler.codec.http.HttpHeaders headers
        end local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/core/http/impl/VertxHttpResponseEncoder;
            0    6     1       headers  Lio/netty/handler/codec/http/HttpHeaders;
            0    6     2           buf  Lio/netty/buffer/ByteBuf;
            2    3     3  vertxHeaders  Lio/vertx/core/http/impl/headers/VertxHttpHeaders;
    MethodParameters:
         Name  Flags
      headers  
      buf      

  public void handlerAdded(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 50
            aload 0 /* this */
            aload 1 /* ctx */
            invokestatic io.vertx.core.net.impl.PartialPooledByteBufAllocator.forceDirectAllocator:(Lio/netty/channel/ChannelHandlerContext;)Lio/netty/channel/ChannelHandlerContext;
            putfield io.vertx.core.http.impl.VertxHttpResponseEncoder.context:Lio/netty/channel/ChannelHandlerContext;
         1: .line 51
            aload 0 /* this */
            aload 1 /* ctx */
            invokespecial io.netty.handler.codec.http.HttpResponseEncoder.handlerAdded:(Lio/netty/channel/ChannelHandlerContext;)V
         2: .line 52
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/VertxHttpResponseEncoder;
            0    3     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  protected boolean isContentAlwaysEmpty(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
        start local 1 // io.netty.handler.codec.http.HttpResponse msg
         0: .line 58
            aload 1 /* msg */
            instanceof io.vertx.core.http.impl.AssembledHttpResponse
            ifeq 1
            aload 1 /* msg */
            checkcast io.vertx.core.http.impl.AssembledHttpResponse
            invokevirtual io.vertx.core.http.impl.AssembledHttpResponse.head:()Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 1 /* msg */
            invokespecial io.netty.handler.codec.http.HttpResponseEncoder.isContentAlwaysEmpty:(Lio/netty/handler/codec/http/HttpResponse;)Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // io.netty.handler.codec.http.HttpResponse msg
        end local 0 // io.vertx.core.http.impl.VertxHttpResponseEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/VertxHttpResponseEncoder;
            0    3     1   msg  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "VertxHttpResponseEncoder.java"