class io.undertow.server.HttpServerExchange$6 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.HttpServerExchange$6
  super_class: java.lang.Object
{
  final io.undertow.server.HttpServerExchange this$0;
    descriptor: Lio/undertow/server/HttpServerExchange;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.undertow.server.ResponseCommitListener val$listener;
    descriptor: Lio/undertow/server/ResponseCommitListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.server.HttpServerExchange, io.undertow.server.ResponseCommitListener);
    descriptor: (Lio/undertow/server/HttpServerExchange;Lio/undertow/server/ResponseCommitListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.server.HttpServerExchange$6 this
         0: .line 1917
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.HttpServerExchange$6.this$0:Lio/undertow/server/HttpServerExchange;
            aload 0 /* this */
            aload 2
            putfield io.undertow.server.HttpServerExchange$6.val$listener:Lio/undertow/server/ResponseCommitListener;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.HttpServerExchange$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/HttpServerExchange$6;
    MethodParameters:
              Name  Flags
      this$0        final
      val$listener  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=2, locals=3, args_size=3
        start local 0 // io.undertow.server.HttpServerExchange$6 this
        start local 1 // io.undertow.util.ConduitFactory factory
        start local 2 // io.undertow.server.HttpServerExchange exchange
         0: .line 1920
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$6.val$listener:Lio/undertow/server/ResponseCommitListener;
            aload 2 /* exchange */
            invokeinterface io.undertow.server.ResponseCommitListener.beforeCommit:(Lio/undertow/server/HttpServerExchange;)V
         1: .line 1921
            aload 1 /* factory */
            invokeinterface io.undertow.util.ConduitFactory.create:()Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            areturn
        end local 2 // io.undertow.server.HttpServerExchange exchange
        end local 1 // io.undertow.util.ConduitFactory factory
        end local 0 // io.undertow.server.HttpServerExchange$6 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/undertow/server/HttpServerExchange$6;
            0    2     1   factory  Lio/undertow/util/ConduitFactory<Lorg/xnio/conduits/StreamSinkConduit;>;
            0    2     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.HttpServerExchange$6.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: "HttpServerExchange.java"
EnclosingMethod: io.undertow.server.HttpServerExchange.addResponseCommitListener:(Lio/undertow/server/ResponseCommitListener;)V
NestHost: io.undertow.server.HttpServerExchange
InnerClasses:
  io.undertow.server.HttpServerExchange$6