class io.undertow.server.protocol.http.HttpServerConnection$2$1 implements io.undertow.server.ExchangeCompletionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.http.HttpServerConnection$2$1
  super_class: java.lang.Object
{
  final io.undertow.server.protocol.http.HttpServerConnection$2 this$1;
    descriptor: Lio/undertow/server/protocol/http/HttpServerConnection$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.undertow.server.protocol.http.HttpResponseConduit val$httpResponseConduit;
    descriptor: Lio/undertow/server/protocol/http/HttpResponseConduit;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void exchangeEvent(io.undertow.server.HttpServerExchange, io.undertow.server.ExchangeCompletionListener$NextListener);
    descriptor: (Lio/undertow/server/HttpServerExchange;Lio/undertow/server/ExchangeCompletionListener$NextListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.undertow.server.protocol.http.HttpServerConnection$2$1 this
        start local 1 // io.undertow.server.HttpServerExchange exchange
        start local 2 // io.undertow.server.ExchangeCompletionListener$NextListener nextListener
         0: .line 120
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpServerConnection$2$1.val$httpResponseConduit:Lio/undertow/server/protocol/http/HttpResponseConduit;
            invokevirtual io.undertow.server.protocol.http.HttpResponseConduit.freeContinueResponse:()V
         1: .line 121
            aload 2 /* nextListener */
            invokeinterface io.undertow.server.ExchangeCompletionListener$NextListener.proceed:()V
         2: .line 122
            return
        end local 2 // io.undertow.server.ExchangeCompletionListener$NextListener nextListener
        end local 1 // io.undertow.server.HttpServerExchange exchange
        end local 0 // io.undertow.server.protocol.http.HttpServerConnection$2$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/undertow/server/protocol/http/HttpServerConnection$2$1;
            0    3     1      exchange  Lio/undertow/server/HttpServerExchange;
            0    3     2  nextListener  Lio/undertow/server/ExchangeCompletionListener$NextListener;
    MethodParameters:
              Name  Flags
      exchange      
      nextListener  
}
SourceFile: "HttpServerConnection.java"
EnclosingMethod: io.undertow.server.protocol.http.HttpServerConnection$2.wrap:(Lio/undertow/util/ConduitFactory;Lio/undertow/server/HttpServerExchange;)Lorg/xnio/conduits/StreamSinkConduit;
NestHost: io.undertow.server.protocol.http.HttpServerConnection
InnerClasses:
  public abstract NextListener = io.undertow.server.ExchangeCompletionListener$NextListener of io.undertow.server.ExchangeCompletionListener
  io.undertow.server.protocol.http.HttpServerConnection$2
  io.undertow.server.protocol.http.HttpServerConnection$2$1