class io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1 implements org.xnio.ChannelListener<java.nio.channels.Channel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1
  super_class: java.lang.Object
{
  final io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit this$0;
    descriptor: Lio/undertow/server/protocol/http/PipeliningBufferingStreamSinkConduit;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.xnio.StreamConnection val$channel;
    descriptor: Lorg/xnio/StreamConnection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

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

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

  void <init>(io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit, org.xnio.StreamConnection, io.undertow.server.protocol.http.HttpServerConnection, io.undertow.server.AbstractServerConnection$ConduitState, io.undertow.server.HttpServerExchange);
    descriptor: (Lio/undertow/server/protocol/http/PipeliningBufferingStreamSinkConduit;Lorg/xnio/StreamConnection;Lio/undertow/server/protocol/http/HttpServerConnection;Lio/undertow/server/AbstractServerConnection$ConduitState;Lio/undertow/server/HttpServerExchange;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1 this
         0: .line 313
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.this$0:Lio/undertow/server/protocol/http/PipeliningBufferingStreamSinkConduit;
            aload 0 /* this */
            aload 2
            putfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$channel:Lorg/xnio/StreamConnection;
            aload 0 /* this */
            aload 3
            putfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$connection:Lio/undertow/server/protocol/http/HttpServerConnection;
            aload 0 /* this */
            aload 4
            putfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$oldState:Lio/undertow/server/AbstractServerConnection$ConduitState;
            aload 0 /* this */
            aload 5
            putfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$exchange:Lio/undertow/server/HttpServerExchange;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/http/PipeliningBufferingStreamSinkConduit$1;
    MethodParameters:
                Name  Flags
      this$0          final
      val$channel     final
      val$connection  final
      val$oldState    final
      val$exchange    final

  public void handleEvent(java.nio.channels.Channel);
    descriptor: (Ljava/nio/channels/Channel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1 this
        start local 1 // java.nio.channels.Channel c
         0: .line 317
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.this$0:Lio/undertow/server/protocol/http/PipeliningBufferingStreamSinkConduit;
            invokevirtual io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit.flushPipelinedData:()Z
            ifeq 13
         1: .line 318
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$channel:Lorg/xnio/StreamConnection;
            invokevirtual org.xnio.StreamConnection.getSinkChannel:()Lorg/xnio/conduits/ConduitStreamSinkChannel;
            aconst_null
            invokevirtual org.xnio.conduits.ConduitStreamSinkChannel.setWriteListener:(Lorg/xnio/ChannelListener;)V
         2: .line 319
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$channel:Lorg/xnio/StreamConnection;
            invokevirtual org.xnio.StreamConnection.getSinkChannel:()Lorg/xnio/conduits/ConduitStreamSinkChannel;
            invokevirtual org.xnio.conduits.ConduitStreamSinkChannel.suspendWrites:()V
         3: .line 320
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$connection:Lio/undertow/server/protocol/http/HttpServerConnection;
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$oldState:Lio/undertow/server/AbstractServerConnection$ConduitState;
            invokevirtual io.undertow.server.protocol.http.HttpServerConnection.restoreChannel:(Lio/undertow/server/AbstractServerConnection$ConduitState;)V
         4: .line 321
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$connection:Lio/undertow/server/protocol/http/HttpServerConnection;
            invokevirtual io.undertow.server.protocol.http.HttpServerConnection.getReadListener:()Lio/undertow/server/protocol/http/HttpReadListener;
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.protocol.http.HttpReadListener.exchangeComplete:(Lio/undertow/server/HttpServerExchange;)V
         5: .line 323
            goto 13
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 324
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            aload 2 /* e */
            invokeinterface io.undertow.UndertowLogger.ioException:(Ljava/io/IOException;)V
         8: .line 325
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$channel:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        end local 2 // java.io.IOException e
         9: goto 13
        10: .line 326
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
        11: .line 327
            getstatic io.undertow.UndertowLogger.REQUEST_IO_LOGGER:Lio/undertow/UndertowLogger;
            aload 2 /* t */
            invokeinterface io.undertow.UndertowLogger.handleUnexpectedFailure:(Ljava/lang/Throwable;)V
        12: .line 328
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1.val$channel:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        end local 2 // java.lang.Throwable t
        13: .line 330
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.channels.Channel c
        end local 0 // io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/undertow/server/protocol/http/PipeliningBufferingStreamSinkConduit$1;
            0   14     1     c  Ljava/nio/channels/Channel;
            7    9     2     e  Ljava/io/IOException;
           11   13     2     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
           0     5      10  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      c     
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelListener<Ljava/nio/channels/Channel;>;
SourceFile: "PipeliningBufferingStreamSinkConduit.java"
EnclosingMethod: io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit.performFlush:(Lio/undertow/server/HttpServerExchange;Lio/undertow/server/protocol/http/HttpServerConnection;)V
NestHost: io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
InnerClasses:
  public ConduitState = io.undertow.server.AbstractServerConnection$ConduitState of io.undertow.server.AbstractServerConnection
  io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1