class io.undertow.server.protocol.http.HttpReadListener$1 extends io.undertow.util.StringWriteChannelListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.http.HttpReadListener$1
  super_class: io.undertow.util.StringWriteChannelListener
{
  final io.undertow.server.protocol.http.HttpReadListener this$0;
    descriptor: Lio/undertow/server/protocol/http/HttpReadListener;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(io.undertow.server.protocol.http.HttpReadListener, java.lang.String, org.xnio.StreamConnection);
    descriptor: (Lio/undertow/server/protocol/http/HttpReadListener;Ljava/lang/String;Lorg/xnio/StreamConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.undertow.server.protocol.http.HttpReadListener$1 this
        start local 2 // java.lang.String $anonymous0
         0: .line 286
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.http.HttpReadListener$1.this$0:Lio/undertow/server/protocol/http/HttpReadListener;
            aload 0 /* this */
            aload 3
            putfield io.undertow.server.protocol.http.HttpReadListener$1.val$connection:Lorg/xnio/StreamConnection;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial io.undertow.util.StringWriteChannelListener.<init>:(Ljava/lang/String;)V
            return
        end local 2 // java.lang.String $anonymous0
        end local 0 // io.undertow.server.protocol.http.HttpReadListener$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/undertow/server/protocol/http/HttpReadListener$1;
            0    1     2  $anonymous0  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      this$0          final
      $anonymous0     
      val$connection  final

  protected void writeDone(org.xnio.channels.StreamSinkChannel);
    descriptor: (Lorg/xnio/channels/StreamSinkChannel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.http.HttpReadListener$1 this
        start local 1 // org.xnio.channels.StreamSinkChannel c
         0: .line 289
            aload 0 /* this */
            aload 1 /* c */
            invokespecial io.undertow.util.StringWriteChannelListener.writeDone:(Lorg/xnio/channels/StreamSinkChannel;)V
         1: .line 290
            aload 1 /* c */
            invokeinterface org.xnio.channels.StreamSinkChannel.suspendWrites:()V
         2: .line 291
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpReadListener$1.val$connection:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         3: .line 292
            return
        end local 1 // org.xnio.channels.StreamSinkChannel c
        end local 0 // io.undertow.server.protocol.http.HttpReadListener$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/server/protocol/http/HttpReadListener$1;
            0    4     1     c  Lorg/xnio/channels/StreamSinkChannel;
    MethodParameters:
      Name  Flags
      c     final

  protected void handleError(org.xnio.channels.StreamSinkChannel, java.io.IOException);
    descriptor: (Lorg/xnio/channels/StreamSinkChannel;Ljava/io/IOException;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.undertow.server.protocol.http.HttpReadListener$1 this
        start local 1 // org.xnio.channels.StreamSinkChannel channel
        start local 2 // java.io.IOException e
         0: .line 296
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpReadListener$1.val$connection:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         1: .line 297
            return
        end local 2 // java.io.IOException e
        end local 1 // org.xnio.channels.StreamSinkChannel channel
        end local 0 // io.undertow.server.protocol.http.HttpReadListener$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/undertow/server/protocol/http/HttpReadListener$1;
            0    2     1  channel  Lorg/xnio/channels/StreamSinkChannel;
            0    2     2        e  Ljava/io/IOException;
    MethodParameters:
         Name  Flags
      channel  
      e        
}
SourceFile: "HttpReadListener.java"
EnclosingMethod: io.undertow.server.protocol.http.HttpReadListener.sendBadRequestAndClose:(Lorg/xnio/StreamConnection;Ljava/lang/Throwable;)V
NestHost: io.undertow.server.protocol.http.HttpReadListener
InnerClasses:
  io.undertow.server.protocol.http.HttpReadListener$1