class io.undertow.server.protocol.http.HttpTransferEncoding$1 implements io.undertow.conduits.ConduitListener<io.undertow.conduits.FixedLengthStreamSourceConduit>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.http.HttpTransferEncoding$1
  super_class: java.lang.Object
{
  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.HttpServerExchange);
    descriptor: (Lio/undertow/server/HttpServerExchange;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.http.HttpTransferEncoding$1 this
         0: .line 172
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.http.HttpTransferEncoding$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.HttpTransferEncoding$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/http/HttpTransferEncoding$1;
    MethodParameters:
              Name  Flags
      val$exchange  final

  public void handleEvent(io.undertow.conduits.FixedLengthStreamSourceConduit);
    descriptor: (Lio/undertow/conduits/FixedLengthStreamSourceConduit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.undertow.server.protocol.http.HttpTransferEncoding$1 this
        start local 1 // io.undertow.conduits.FixedLengthStreamSourceConduit fixedLengthConduit
         0: .line 174
            aload 1 /* fixedLengthConduit */
            invokevirtual io.undertow.conduits.FixedLengthStreamSourceConduit.getRemaining:()J
            lstore 2 /* remaining */
        start local 2 // long remaining
         1: .line 175
            lload 2 /* remaining */
            lconst_0
            lcmp
            ifle 4
         2: .line 176
            getstatic io.undertow.UndertowLogger.REQUEST_LOGGER:Lio/undertow/UndertowLogger;
            invokeinterface io.undertow.UndertowLogger.requestWasNotFullyConsumed:()V
         3: .line 177
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpTransferEncoding$1.val$exchange:Lio/undertow/server/HttpServerExchange;
            iconst_0
            invokevirtual io.undertow.server.HttpServerExchange.setPersistent:(Z)Lio/undertow/server/HttpServerExchange;
            pop
         4: .line 179
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.HttpTransferEncoding$1.val$exchange:Lio/undertow/server/HttpServerExchange;
            invokestatic io.undertow.server.Connectors.terminateRequest:(Lio/undertow/server/HttpServerExchange;)V
         5: .line 180
            return
        end local 2 // long remaining
        end local 1 // io.undertow.conduits.FixedLengthStreamSourceConduit fixedLengthConduit
        end local 0 // io.undertow.server.protocol.http.HttpTransferEncoding$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lio/undertow/server/protocol/http/HttpTransferEncoding$1;
            0    6     1  fixedLengthConduit  Lio/undertow/conduits/FixedLengthStreamSourceConduit;
            1    6     2           remaining  J
    MethodParameters:
                    Name  Flags
      fixedLengthConduit  final

  public void handleEvent(org.xnio.conduits.Conduit);
    descriptor: (Lorg/xnio/conduits/Conduit;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.undertow.conduits.FixedLengthStreamSourceConduit
            invokevirtual io.undertow.server.protocol.http.HttpTransferEncoding$1.handleEvent:(Lio/undertow/conduits/FixedLengthStreamSourceConduit;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/undertow/conduits/ConduitListener<Lio/undertow/conduits/FixedLengthStreamSourceConduit;>;
SourceFile: "HttpTransferEncoding.java"
EnclosingMethod: io.undertow.server.protocol.http.HttpTransferEncoding.fixedLengthDrainListener:(Lio/undertow/server/HttpServerExchange;)Lio/undertow/conduits/ConduitListener;
NestHost: io.undertow.server.protocol.http.HttpTransferEncoding
InnerClasses:
  io.undertow.server.protocol.http.HttpTransferEncoding$1