public class io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory implements io.undertow.util.ConduitFactory<org.xnio.conduits.StreamSinkConduit>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory
  super_class: java.lang.Object
{
  private final io.undertow.server.HttpServerExchange exchange;
    descriptor: Lio/undertow/server/HttpServerExchange;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.undertow.server.ConduitWrapper<org.xnio.conduits.StreamSinkConduit>[] wrappers;
    descriptor: [Lio/undertow/server/ConduitWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [Lio/undertow/server/ConduitWrapper<Lorg/xnio/conduits/StreamSinkConduit;>;

  private int position;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final org.xnio.conduits.StreamSinkConduit first;
    descriptor: Lorg/xnio/conduits/StreamSinkConduit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.undertow.server.ConduitWrapper<org.xnio.conduits.StreamSinkConduit>[], int, io.undertow.server.HttpServerExchange, org.xnio.conduits.StreamSinkConduit);
    descriptor: ([Lio/undertow/server/ConduitWrapper;ILio/undertow/server/HttpServerExchange;Lorg/xnio/conduits/StreamSinkConduit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory this
        start local 1 // io.undertow.server.ConduitWrapper[] wrappers
        start local 2 // int wrapperCount
        start local 3 // io.undertow.server.HttpServerExchange exchange
        start local 4 // org.xnio.conduits.StreamSinkConduit first
         0: .line 2396
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2397
            aload 0 /* this */
            aload 1 /* wrappers */
            putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.wrappers:[Lio/undertow/server/ConduitWrapper;
         2: .line 2398
            aload 0 /* this */
            aload 3 /* exchange */
            putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
         3: .line 2399
            aload 0 /* this */
            aload 4 /* first */
            putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.first:Lorg/xnio/conduits/StreamSinkConduit;
         4: .line 2400
            aload 0 /* this */
            iload 2 /* wrapperCount */
            iconst_1
            isub
            putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.position:I
         5: .line 2401
            return
        end local 4 // org.xnio.conduits.StreamSinkConduit first
        end local 3 // io.undertow.server.HttpServerExchange exchange
        end local 2 // int wrapperCount
        end local 1 // io.undertow.server.ConduitWrapper[] wrappers
        end local 0 // io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/undertow/server/HttpServerExchange$WrapperStreamSinkConduitFactory;
            0    6     1      wrappers  [Lio/undertow/server/ConduitWrapper;
            0    6     2  wrapperCount  I
            0    6     3      exchange  Lio/undertow/server/HttpServerExchange;
            0    6     4         first  Lorg/xnio/conduits/StreamSinkConduit;
    Signature: ([Lio/undertow/server/ConduitWrapper<Lorg/xnio/conduits/StreamSinkConduit;>;ILio/undertow/server/HttpServerExchange;Lorg/xnio/conduits/StreamSinkConduit;)V
    MethodParameters:
              Name  Flags
      wrappers      
      wrapperCount  
      exchange      
      first         

  public org.xnio.conduits.StreamSinkConduit create();
    descriptor: ()Lorg/xnio/conduits/StreamSinkConduit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory this
         0: .line 2405
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.position:I
            iconst_m1
            if_icmpne 2
         1: .line 2406
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.first:Lorg/xnio/conduits/StreamSinkConduit;
            invokevirtual io.undertow.server.ServerConnection.getSinkConduit:(Lio/undertow/server/HttpServerExchange;Lorg/xnio/conduits/StreamSinkConduit;)Lorg/xnio/conduits/StreamSinkConduit;
            areturn
         2: .line 2408
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.wrappers:[Lio/undertow/server/ConduitWrapper;
            aload 0 /* this */
            dup
            getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.position:I
            dup_x1
            iconst_1
            isub
            putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.position:I
            aaload
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
            invokeinterface io.undertow.server.ConduitWrapper.wrap:(Lio/undertow/util/ConduitFactory;Lio/undertow/server/HttpServerExchange;)Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            areturn
        end local 0 // io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/server/HttpServerExchange$WrapperStreamSinkConduitFactory;

  public org.xnio.conduits.Conduit create();
    descriptor: ()Lorg/xnio/conduits/Conduit;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.create:()Lorg/xnio/conduits/StreamSinkConduit;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/undertow/util/ConduitFactory<Lorg/xnio/conduits/StreamSinkConduit;>;
SourceFile: "HttpServerExchange.java"
NestHost: io.undertow.server.HttpServerExchange
InnerClasses:
  public WrapperStreamSinkConduitFactory = io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory of io.undertow.server.HttpServerExchange