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

  void <init>(io.undertow.server.protocol.http.HttpServerConnection);
    descriptor: (Lio/undertow/server/protocol/http/HttpServerConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.http.HttpServerConnection$2 this
         0: .line 112
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.http.HttpServerConnection$2.this$0:Lio/undertow/server/protocol/http/HttpServerConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.protocol.http.HttpServerConnection$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/http/HttpServerConnection$2;
    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=6, locals=5, args_size=3
        start local 0 // io.undertow.server.protocol.http.HttpServerConnection$2 this
        start local 1 // io.undertow.util.ConduitFactory factory
        start local 2 // io.undertow.server.HttpServerExchange exchange
         0: .line 116
            new io.undertow.server.protocol.http.HttpResponseConduit
            dup
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpServerConnection$2.this$0:Lio/undertow/server/protocol/http/HttpServerConnection;
            invokestatic io.undertow.server.protocol.http.HttpServerConnection.access$0:(Lio/undertow/server/protocol/http/HttpServerConnection;)Lorg/xnio/conduits/ConduitStreamSinkChannel;
            invokevirtual org.xnio.conduits.ConduitStreamSinkChannel.getConduit:()Lorg/xnio/conduits/StreamSinkConduit;
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpServerConnection$2.this$0:Lio/undertow/server/protocol/http/HttpServerConnection;
            invokevirtual io.undertow.server.protocol.http.HttpServerConnection.getByteBufferPool:()Lio/undertow/connector/ByteBufferPool;
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpServerConnection$2.this$0:Lio/undertow/server/protocol/http/HttpServerConnection;
            aload 2 /* exchange */
            invokespecial io.undertow.server.protocol.http.HttpResponseConduit.<init>:(Lorg/xnio/conduits/StreamSinkConduit;Lio/undertow/connector/ByteBufferPool;Lio/undertow/server/protocol/http/HttpServerConnection;Lio/undertow/server/HttpServerExchange;)V
            astore 3 /* httpResponseConduit */
        start local 3 // io.undertow.server.protocol.http.HttpResponseConduit httpResponseConduit
         1: .line 117
            aload 2 /* exchange */
            new io.undertow.server.protocol.http.HttpServerConnection$2$1
            dup
            aload 0 /* this */
            aload 3 /* httpResponseConduit */
            invokespecial io.undertow.server.protocol.http.HttpServerConnection$2$1.<init>:(Lio/undertow/server/protocol/http/HttpServerConnection$2;Lio/undertow/server/protocol/http/HttpResponseConduit;)V
            invokevirtual io.undertow.server.HttpServerExchange.addExchangeCompleteListener:(Lio/undertow/server/ExchangeCompletionListener;)Lio/undertow/server/HttpServerExchange;
            pop
         2: .line 124
            new io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit
            dup
            aload 3 /* httpResponseConduit */
            iconst_0
            iconst_0
            invokespecial io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit.<init>:(Lorg/xnio/conduits/StreamSinkConduit;ZZ)V
            astore 4 /* fixed */
        start local 4 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit fixed
         3: .line 125
            aload 4 /* fixed */
            lconst_0
            aload 2 /* exchange */
            invokevirtual io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit.reset:(JLio/undertow/server/HttpServerExchange;)V
         4: .line 126
            aload 4 /* fixed */
            areturn
        end local 4 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit fixed
        end local 3 // io.undertow.server.protocol.http.HttpResponseConduit httpResponseConduit
        end local 2 // io.undertow.server.HttpServerExchange exchange
        end local 1 // io.undertow.util.ConduitFactory factory
        end local 0 // io.undertow.server.protocol.http.HttpServerConnection$2 this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lio/undertow/server/protocol/http/HttpServerConnection$2;
            0    5     1              factory  Lio/undertow/util/ConduitFactory<Lorg/xnio/conduits/StreamSinkConduit;>;
            0    5     2             exchange  Lio/undertow/server/HttpServerExchange;
            1    5     3  httpResponseConduit  Lio/undertow/server/protocol/http/HttpResponseConduit;
            3    5     4                fixed  Lio/undertow/server/protocol/http/ServerFixedLengthStreamSinkConduit;
    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.http.HttpServerConnection$2.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: "HttpServerConnection.java"
EnclosingMethod: io.undertow.server.protocol.http.HttpServerConnection.sendOutOfBandResponse:(Lio/undertow/server/HttpServerExchange;)Lio/undertow/server/HttpServerExchange;
NestHost: io.undertow.server.protocol.http.HttpServerConnection
InnerClasses:
  io.undertow.server.protocol.http.HttpServerConnection$2
  io.undertow.server.protocol.http.HttpServerConnection$2$1