class io.undertow.server.protocol.http2.Http2ReceiveListener$5 implements io.undertow.server.ConduitWrapper<org.xnio.conduits.StreamSinkConduit>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.http2.Http2ReceiveListener$5
  super_class: java.lang.Object
{
  final io.undertow.server.protocol.http2.Http2ReceiveListener this$0;
    descriptor: Lio/undertow/server/protocol/http2/Http2ReceiveListener;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.server.protocol.http2.Http2ReceiveListener);
    descriptor: (Lio/undertow/server/protocol/http2/Http2ReceiveListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.http2.Http2ReceiveListener$5 this
         0: .line 277
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.http2.Http2ReceiveListener$5.this$0:Lio/undertow/server/protocol/http2/Http2ReceiveListener;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.protocol.http2.Http2ReceiveListener$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/http2/Http2ReceiveListener$5;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.xnio.conduits.StreamSinkConduit wrap(io.undertow.util.ConduitFactory<org.xnio.conduits.StreamSinkConduit>, io.undertow.server.HttpServerExchange);
    descriptor: (Lio/undertow/util/ConduitFactory;Lio/undertow/server/HttpServerExchange;)Lorg/xnio/conduits/StreamSinkConduit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.undertow.server.protocol.http2.Http2ReceiveListener$5 this
        start local 1 // io.undertow.util.ConduitFactory factory
        start local 2 // io.undertow.server.HttpServerExchange exchange
         0: .line 280
            new io.undertow.conduits.HeadStreamSinkConduit
            dup
            aload 1 /* factory */
            invokeinterface io.undertow.util.ConduitFactory.create:()Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            aconst_null
            iconst_1
            invokespecial io.undertow.conduits.HeadStreamSinkConduit.<init>:(Lorg/xnio/conduits/StreamSinkConduit;Lio/undertow/conduits/ConduitListener;Z)V
            areturn
        end local 2 // io.undertow.server.HttpServerExchange exchange
        end local 1 // io.undertow.util.ConduitFactory factory
        end local 0 // io.undertow.server.protocol.http2.Http2ReceiveListener$5 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/undertow/server/protocol/http2/Http2ReceiveListener$5;
            0    1     1   factory  Lio/undertow/util/ConduitFactory<Lorg/xnio/conduits/StreamSinkConduit;>;
            0    1     2  exchange  Lio/undertow/server/HttpServerExchange;
    Signature: (Lio/undertow/util/ConduitFactory<Lorg/xnio/conduits/StreamSinkConduit;>;Lio/undertow/server/HttpServerExchange;)Lorg/xnio/conduits/StreamSinkConduit;
    MethodParameters:
          Name  Flags
      factory   
      exchange  

  public org.xnio.conduits.Conduit wrap(io.undertow.util.ConduitFactory, io.undertow.server.HttpServerExchange);
    descriptor: (Lio/undertow/util/ConduitFactory;Lio/undertow/server/HttpServerExchange;)Lorg/xnio/conduits/Conduit;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.undertow.util.ConduitFactory
            aload 2
            invokevirtual io.undertow.server.protocol.http2.Http2ReceiveListener$5.wrap:(Lio/undertow/util/ConduitFactory;Lio/undertow/server/HttpServerExchange;)Lorg/xnio/conduits/StreamSinkConduit;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/undertow/server/ConduitWrapper<Lorg/xnio/conduits/StreamSinkConduit;>;
SourceFile: "Http2ReceiveListener.java"
EnclosingMethod: io.undertow.server.protocol.http2.Http2ReceiveListener.handleCommonSetup:(Lio/undertow/protocols/http2/Http2HeadersStreamSinkChannel;Lio/undertow/server/HttpServerExchange;Lio/undertow/server/protocol/http2/Http2ServerConnection;)V
NestHost: io.undertow.server.protocol.http2.Http2ReceiveListener
InnerClasses:
  io.undertow.server.protocol.http2.Http2ReceiveListener$5