public class io.undertow.server.HttpServerExchange$WrapperConduitFactory<T extends org.xnio.conduits.Conduit> implements io.undertow.util.ConduitFactory<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.server.HttpServerExchange$WrapperConduitFactory
  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<T>[] wrappers;
    descriptor: [Lio/undertow/server/ConduitWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [Lio/undertow/server/ConduitWrapper<TT;>;

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

  private T first;
    descriptor: Lorg/xnio/conduits/Conduit;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

  public void <init>(io.undertow.server.ConduitWrapper<T>[], int, T, io.undertow.server.HttpServerExchange);
    descriptor: ([Lio/undertow/server/ConduitWrapper;ILorg/xnio/conduits/Conduit;Lio/undertow/server/HttpServerExchange;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.undertow.server.HttpServerExchange$WrapperConduitFactory this
        start local 1 // io.undertow.server.ConduitWrapper[] wrappers
        start local 2 // int wrapperCount
        start local 3 // org.xnio.conduits.Conduit first
        start local 4 // io.undertow.server.HttpServerExchange exchange
         0: .line 2503
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2504
            aload 0 /* this */
            aload 1 /* wrappers */
            putfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.wrappers:[Lio/undertow/server/ConduitWrapper;
         2: .line 2505
            aload 0 /* this */
            aload 4 /* exchange */
            putfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
         3: .line 2506
            aload 0 /* this */
            iload 2 /* wrapperCount */
            iconst_1
            isub
            putfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.position:I
         4: .line 2507
            aload 0 /* this */
            aload 3 /* first */
            putfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.first:Lorg/xnio/conduits/Conduit;
         5: .line 2508
            return
        end local 4 // io.undertow.server.HttpServerExchange exchange
        end local 3 // org.xnio.conduits.Conduit first
        end local 2 // int wrapperCount
        end local 1 // io.undertow.server.ConduitWrapper[] wrappers
        end local 0 // io.undertow.server.HttpServerExchange$WrapperConduitFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/undertow/server/HttpServerExchange$WrapperConduitFactory<TT;>;
            0    6     1      wrappers  [Lio/undertow/server/ConduitWrapper;
            0    6     2  wrapperCount  I
            0    6     3         first  TT;
            0    6     4      exchange  Lio/undertow/server/HttpServerExchange;
    Signature: ([Lio/undertow/server/ConduitWrapper<TT;>;ITT;Lio/undertow/server/HttpServerExchange;)V
    MethodParameters:
              Name  Flags
      wrappers      
      wrapperCount  
      first         
      exchange      

  public T create();
    descriptor: ()Lorg/xnio/conduits/Conduit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.undertow.server.HttpServerExchange$WrapperConduitFactory this
         0: .line 2512
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.position:I
            iconst_m1
            if_icmpne 2
         1: .line 2513
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.first:Lorg/xnio/conduits/Conduit;
            areturn
         2: .line 2515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.wrappers:[Lio/undertow/server/ConduitWrapper;
            aload 0 /* this */
            dup
            getfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.position:I
            dup_x1
            iconst_1
            isub
            putfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.position:I
            aaload
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.server.HttpServerExchange$WrapperConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
            invokeinterface io.undertow.server.ConduitWrapper.wrap:(Lio/undertow/util/ConduitFactory;Lio/undertow/server/HttpServerExchange;)Lorg/xnio/conduits/Conduit;
            areturn
        end local 0 // io.undertow.server.HttpServerExchange$WrapperConduitFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/server/HttpServerExchange$WrapperConduitFactory<TT;>;
    Signature: ()TT;
}
Signature: <T::Lorg/xnio/conduits/Conduit;>Ljava/lang/Object;Lio/undertow/util/ConduitFactory<TT;>;
SourceFile: "HttpServerExchange.java"
NestHost: io.undertow.server.HttpServerExchange
InnerClasses:
  public WrapperConduitFactory = io.undertow.server.HttpServerExchange$WrapperConduitFactory of io.undertow.server.HttpServerExchange