public class io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit extends io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit
  super_class: io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
{
  private io.undertow.server.HttpServerExchange exchange;
    descriptor: Lio/undertow/server/HttpServerExchange;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.xnio.conduits.StreamSinkConduit, boolean, boolean);
    descriptor: (Lorg/xnio/conduits/StreamSinkConduit;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit this
        start local 1 // org.xnio.conduits.StreamSinkConduit next
        start local 2 // boolean configurable
        start local 3 // boolean propagateClose
         0: .line 41
            aload 0 /* this */
            aload 1 /* next */
            lconst_1
            iload 2 /* configurable */
            iload 3 /* propagateClose */
            invokespecial io.undertow.conduits.AbstractFixedLengthStreamSinkConduit.<init>:(Lorg/xnio/conduits/StreamSinkConduit;JZZ)V
         1: .line 42
            return
        end local 3 // boolean propagateClose
        end local 2 // boolean configurable
        end local 1 // org.xnio.conduits.StreamSinkConduit next
        end local 0 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/undertow/server/protocol/http/ServerFixedLengthStreamSinkConduit;
            0    2     1            next  Lorg/xnio/conduits/StreamSinkConduit;
            0    2     2    configurable  Z
            0    2     3  propagateClose  Z
    MethodParameters:
                Name  Flags
      next            
      configurable    
      propagateClose  

  void reset(long, io.undertow.server.HttpServerExchange);
    descriptor: (JLio/undertow/server/HttpServerExchange;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit this
        start local 1 // long contentLength
        start local 3 // io.undertow.server.HttpServerExchange exchange
         0: .line 45
            aload 0 /* this */
            aload 3 /* exchange */
            putfield io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit.exchange:Lio/undertow/server/HttpServerExchange;
         1: .line 46
            aload 0 /* this */
            lload 1 /* contentLength */
            aload 3 /* exchange */
            invokevirtual io.undertow.server.HttpServerExchange.isPersistent:()Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals: io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit long io.undertow.server.HttpServerExchange
      StackMap stack: io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit long
         2: iconst_1
      StackMap locals: io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit long io.undertow.server.HttpServerExchange
      StackMap stack: io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit long int
         3: invokespecial io.undertow.conduits.AbstractFixedLengthStreamSinkConduit.reset:(JZ)V
         4: .line 47
            return
        end local 3 // io.undertow.server.HttpServerExchange exchange
        end local 1 // long contentLength
        end local 0 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/undertow/server/protocol/http/ServerFixedLengthStreamSinkConduit;
            0    5     1  contentLength  J
            0    5     3       exchange  Lio/undertow/server/HttpServerExchange;
    MethodParameters:
               Name  Flags
      contentLength  
      exchange       

  void clearExchange();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit this
         0: .line 50
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit.channelFinished:()V
         1: .line 51
            return
        end local 0 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/protocol/http/ServerFixedLengthStreamSinkConduit;

  protected void channelFinished();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit this
         0: .line 55
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit.exchange:Lio/undertow/server/HttpServerExchange;
            ifnull 4
         1: .line 56
            aload 0 /* this */
            getfield io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit.exchange:Lio/undertow/server/HttpServerExchange;
            astore 1 /* exchange */
        start local 1 // io.undertow.server.HttpServerExchange exchange
         2: .line 57
            aload 0 /* this */
            aconst_null
            putfield io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit.exchange:Lio/undertow/server/HttpServerExchange;
         3: .line 58
            aload 1 /* exchange */
            invokestatic io.undertow.server.Connectors.terminateResponse:(Lio/undertow/server/HttpServerExchange;)V
        end local 1 // io.undertow.server.HttpServerExchange exchange
         4: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.server.protocol.http.ServerFixedLengthStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/undertow/server/protocol/http/ServerFixedLengthStreamSinkConduit;
            2    4     1  exchange  Lio/undertow/server/HttpServerExchange;
}
SourceFile: "ServerFixedLengthStreamSinkConduit.java"