class io.micronaut.http.netty.stream.HttpStreamsHandler$Outgoing
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.micronaut.http.netty.stream.HttpStreamsHandler$Outgoing
  super_class: java.lang.Object
{
  final Out message;
    descriptor: Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x0010) ACC_FINAL
    Signature: TOut;

  final io.netty.channel.ChannelPromise promise;
    descriptor: Lio/netty/channel/ChannelPromise;
    flags: (0x0010) ACC_FINAL

  final io.micronaut.http.netty.stream.HttpStreamsHandler this$0;
    descriptor: Lio/micronaut/http/netty/stream/HttpStreamsHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(Out, io.netty.channel.ChannelPromise);
    descriptor: (Lio/micronaut/http/netty/stream/HttpStreamsHandler;Lio/netty/handler/codec/http/HttpMessage;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.micronaut.http.netty.stream.HttpStreamsHandler$Outgoing this
        start local 2 // io.netty.handler.codec.http.HttpMessage message
        start local 3 // io.netty.channel.ChannelPromise promise
         0: .line 477
            aload 0 /* this */
            aload 1
            putfield io.micronaut.http.netty.stream.HttpStreamsHandler$Outgoing.this$0:Lio/micronaut/http/netty/stream/HttpStreamsHandler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 478
            aload 0 /* this */
            aload 2 /* message */
            putfield io.micronaut.http.netty.stream.HttpStreamsHandler$Outgoing.message:Lio/netty/handler/codec/http/HttpMessage;
         2: .line 479
            aload 0 /* this */
            aload 3 /* promise */
            putfield io.micronaut.http.netty.stream.HttpStreamsHandler$Outgoing.promise:Lio/netty/channel/ChannelPromise;
         3: .line 480
            return
        end local 3 // io.netty.channel.ChannelPromise promise
        end local 2 // io.netty.handler.codec.http.HttpMessage message
        end local 0 // io.micronaut.http.netty.stream.HttpStreamsHandler$Outgoing this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/micronaut/http/netty/stream/HttpStreamsHandler$Outgoing;
            0    4     2  message  TOut;
            0    4     3  promise  Lio/netty/channel/ChannelPromise;
    Signature: (TOut;Lio/netty/channel/ChannelPromise;)V
    MethodParameters:
         Name  Flags
      this$0   final
      message  
      promise  
}
SourceFile: "HttpStreamsHandler.java"
NestHost: io.micronaut.http.netty.stream.HttpStreamsHandler
InnerClasses:
  Outgoing = io.micronaut.http.netty.stream.HttpStreamsHandler$Outgoing of io.micronaut.http.netty.stream.HttpStreamsHandler