public final class io.undertow.conduits.HeadStreamSinkConduit extends org.xnio.conduits.AbstractStreamSinkConduit<org.xnio.conduits.StreamSinkConduit>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.conduits.HeadStreamSinkConduit
  super_class: org.xnio.conduits.AbstractStreamSinkConduit
{
  private final io.undertow.conduits.ConduitListener<? super io.undertow.conduits.HeadStreamSinkConduit> finishListener;
    descriptor: Lio/undertow/conduits/ConduitListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/undertow/conduits/ConduitListener<-Lio/undertow/conduits/HeadStreamSinkConduit;>;

  private int state;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final boolean shutdownDelegate;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final int FLAG_CLOSE_REQUESTED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int FLAG_CLOSE_COMPLETE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int FLAG_FINISHED_CALLED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public void <init>(org.xnio.conduits.StreamSinkConduit, io.undertow.conduits.ConduitListener<? super io.undertow.conduits.HeadStreamSinkConduit>);
    descriptor: (Lorg/xnio/conduits/StreamSinkConduit;Lio/undertow/conduits/ConduitListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
        start local 1 // org.xnio.conduits.StreamSinkConduit next
        start local 2 // io.undertow.conduits.ConduitListener finishListener
         0: .line 60
            aload 0 /* this */
            aload 1 /* next */
            aload 2 /* finishListener */
            iconst_0
            invokespecial io.undertow.conduits.HeadStreamSinkConduit.<init>:(Lorg/xnio/conduits/StreamSinkConduit;Lio/undertow/conduits/ConduitListener;Z)V
         1: .line 61
            return
        end local 2 // io.undertow.conduits.ConduitListener finishListener
        end local 1 // org.xnio.conduits.StreamSinkConduit next
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/undertow/conduits/HeadStreamSinkConduit;
            0    2     1            next  Lorg/xnio/conduits/StreamSinkConduit;
            0    2     2  finishListener  Lio/undertow/conduits/ConduitListener<-Lio/undertow/conduits/HeadStreamSinkConduit;>;
    Signature: (Lorg/xnio/conduits/StreamSinkConduit;Lio/undertow/conduits/ConduitListener<-Lio/undertow/conduits/HeadStreamSinkConduit;>;)V
    MethodParameters:
                Name  Flags
      next            final
      finishListener  final

  public void <init>(org.xnio.conduits.StreamSinkConduit, io.undertow.conduits.ConduitListener<? super io.undertow.conduits.HeadStreamSinkConduit>, );
    descriptor: (Lorg/xnio/conduits/StreamSinkConduit;Lio/undertow/conduits/ConduitListener;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
        start local 1 // org.xnio.conduits.StreamSinkConduit next
        start local 2 // io.undertow.conduits.ConduitListener finishListener
        start local 3 // boolean shutdownDelegate
         0: .line 70
            aload 0 /* this */
            aload 1 /* next */
            invokespecial org.xnio.conduits.AbstractStreamSinkConduit.<init>:(Lorg/xnio/conduits/StreamSinkConduit;)V
         1: .line 71
            aload 0 /* this */
            aload 2 /* finishListener */
            putfield io.undertow.conduits.HeadStreamSinkConduit.finishListener:Lio/undertow/conduits/ConduitListener;
         2: .line 72
            aload 0 /* this */
            iload 3 /* shutdownDelegate */
            putfield io.undertow.conduits.HeadStreamSinkConduit.shutdownDelegate:Z
         3: .line 73
            return
        end local 3 // boolean shutdownDelegate
        end local 2 // io.undertow.conduits.ConduitListener finishListener
        end local 1 // org.xnio.conduits.StreamSinkConduit next
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lio/undertow/conduits/HeadStreamSinkConduit;
            0    4     1              next  Lorg/xnio/conduits/StreamSinkConduit;
            0    4     2    finishListener  Lio/undertow/conduits/ConduitListener<-Lio/undertow/conduits/HeadStreamSinkConduit;>;
            0    4     3  shutdownDelegate  Z
    Signature: (Lorg/xnio/conduits/StreamSinkConduit;Lio/undertow/conduits/ConduitListener<-Lio/undertow/conduits/HeadStreamSinkConduit;>;Z)V
    MethodParameters:
                  Name  Flags
      next              final
      finishListener    final
      shutdownDelegate  

  public int write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
        start local 1 // java.nio.ByteBuffer src
         0: .line 76
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            iconst_2
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 2
         1: .line 77
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
         2: .line 79
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* remaining */
        start local 2 // int remaining
         3: .line 80
            aload 1 /* src */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 2 /* remaining */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         4: .line 81
            iload 2 /* remaining */
            ireturn
        end local 2 // int remaining
        end local 1 // java.nio.ByteBuffer src
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/undertow/conduits/HeadStreamSinkConduit;
            0    5     1        src  Ljava/nio/ByteBuffer;
            3    5     2  remaining  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   final

  public long write(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 85
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            iconst_2
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 2
         1: .line 86
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
         2: .line 88
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 4 /* total */
        start local 4 // long total
         3: .line 89
            iload 2 /* offset */
            istore 6 /* i */
        start local 6 // int i
         4: goto 10
         5: .line 90
      StackMap locals: long int
      StackMap stack:
            aload 1 /* srcs */
            iload 6 /* i */
            aaload
            astore 7 /* src */
        start local 7 // java.nio.ByteBuffer src
         6: .line 91
            aload 7 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 8 /* remaining */
        start local 8 // int remaining
         7: .line 92
            lload 4 /* total */
            iload 8 /* remaining */
            i2l
            ladd
            lstore 4 /* total */
         8: .line 93
            aload 7 /* src */
            aload 7 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 8 /* remaining */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 8 // int remaining
        end local 7 // java.nio.ByteBuffer src
         9: .line 89
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            if_icmplt 5
        end local 6 // int i
        11: .line 95
            lload 4 /* total */
            lreturn
        end local 4 // long total
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lio/undertow/conduits/HeadStreamSinkConduit;
            0   12     1       srcs  [Ljava/nio/ByteBuffer;
            0   12     2     offset  I
            0   12     3     length  I
            3   12     4      total  J
            4   11     6          i  I
            6    9     7        src  Ljava/nio/ByteBuffer;
            7    9     8  remaining  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    final
      offset  final
      length  final

  public int writeFinal(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
        start local 1 // java.nio.ByteBuffer src
         0: .line 100
            aload 0 /* this */
            aload 1 /* src */
            invokestatic org.xnio.conduits.Conduits.writeFinalBasic:(Lorg/xnio/conduits/StreamSinkConduit;Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer src
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/conduits/HeadStreamSinkConduit;
            0    1     1   src  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   

  public long writeFinal(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 105
            aload 0 /* this */
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic org.xnio.conduits.Conduits.writeFinalBasic:(Lorg/xnio/conduits/StreamSinkConduit;[Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/undertow/conduits/HeadStreamSinkConduit;
            0    1     1    srcs  [Ljava/nio/ByteBuffer;
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    
      offset  
      length  

  public long transferFrom(java.nio.channels.FileChannel, long, long);
    descriptor: (Ljava/nio/channels/FileChannel;JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
        start local 1 // java.nio.channels.FileChannel src
        start local 2 // long position
        start local 4 // long count
         0: .line 110
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            iconst_2
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 2
         1: .line 111
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            lload 2 /* position */
            lload 4 /* count */
            new org.xnio.conduits.ConduitWritableByteChannel
            dup
            aload 0 /* this */
            invokespecial org.xnio.conduits.ConduitWritableByteChannel.<init>:(Lorg/xnio/conduits/StreamSinkConduit;)V
            invokevirtual java.nio.channels.FileChannel.transferTo:(JJLjava/nio/channels/WritableByteChannel;)J
            lreturn
        end local 4 // long count
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel src
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/undertow/conduits/HeadStreamSinkConduit;
            0    3     1       src  Ljava/nio/channels/FileChannel;
            0    3     2  position  J
            0    3     4     count  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      src       final
      position  final
      count     final

  public long transferFrom(org.xnio.channels.StreamSourceChannel, long, java.nio.ByteBuffer);
    descriptor: (Lorg/xnio/channels/StreamSourceChannel;JLjava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
        start local 1 // org.xnio.channels.StreamSourceChannel source
        start local 2 // long count
        start local 4 // java.nio.ByteBuffer throughBuffer
         0: .line 118
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            iconst_2
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 2
         1: .line 119
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            lload 2 /* count */
            aload 4 /* throughBuffer */
            new org.xnio.conduits.ConduitWritableByteChannel
            dup
            aload 0 /* this */
            invokespecial org.xnio.conduits.ConduitWritableByteChannel.<init>:(Lorg/xnio/conduits/StreamSinkConduit;)V
            invokestatic org.xnio.IoUtils.transfer:(Ljava/nio/channels/ReadableByteChannel;JLjava/nio/ByteBuffer;Ljava/nio/channels/WritableByteChannel;)J
            lreturn
        end local 4 // java.nio.ByteBuffer throughBuffer
        end local 2 // long count
        end local 1 // org.xnio.channels.StreamSourceChannel source
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/undertow/conduits/HeadStreamSinkConduit;
            0    3     1         source  Lorg/xnio/channels/StreamSourceChannel;
            0    3     2          count  J
            0    3     4  throughBuffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      source         final
      count          final
      throughBuffer  final

  public boolean flush();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
         0: .line 125
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            istore 1 /* val */
        start local 1 // int val
         1: .line 126
            iload 1 /* val */
            iconst_2
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 3
         2: .line 127
            iconst_1
            ireturn
         3: .line 129
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 2 /* flushed */
        start local 2 // boolean flushed
         4: .line 131
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.flush:()Z
            dup
            istore 2 /* flushed */
            istore 4
         5: .line 133
            aload 0 /* this */
            iload 1 /* val */
            iload 2 /* flushed */
            invokevirtual io.undertow.conduits.HeadStreamSinkConduit.exitFlush:(IZ)V
         6: .line 131
            iload 4
            ireturn
         7: .line 132
      StackMap locals: io.undertow.conduits.HeadStreamSinkConduit int int
      StackMap stack: java.lang.Throwable
            astore 3
         8: .line 133
            aload 0 /* this */
            iload 1 /* val */
            iload 2 /* flushed */
            invokevirtual io.undertow.conduits.HeadStreamSinkConduit.exitFlush:(IZ)V
         9: .line 134
            aload 3
            athrow
        end local 2 // boolean flushed
        end local 1 // int val
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/undertow/conduits/HeadStreamSinkConduit;
            1   10     1      val  I
            4   10     2  flushed  Z
      Exception table:
        from    to  target  type
           4     5       7  any
    Exceptions:
      throws java.io.IOException

  public void suspendWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
         0: .line 138
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            i2l
            lstore 1 /* val */
        start local 1 // long val
         1: .line 139
            lload 1 /* val */
            ldc 2
            invokestatic org.xnio.Bits.anyAreSet:(JJ)Z
            ifeq 3
         2: .line 140
            return
         3: .line 142
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.suspendWrites:()V
         4: .line 143
            return
        end local 1 // long val
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/undertow/conduits/HeadStreamSinkConduit;
            1    5     1   val  J

  public void resumeWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
         0: .line 146
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            i2l
            lstore 1 /* val */
        start local 1 // long val
         1: .line 147
            lload 1 /* val */
            ldc 2
            invokestatic org.xnio.Bits.anyAreSet:(JJ)Z
            ifeq 3
         2: .line 148
            return
         3: .line 150
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.resumeWrites:()V
         4: .line 151
            return
        end local 1 // long val
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/undertow/conduits/HeadStreamSinkConduit;
            1    5     1   val  J

  public boolean isWriteResumed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
         0: .line 155
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            iconst_2
            invokestatic org.xnio.Bits.allAreClear:(II)Z
            ifeq 1
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.isWriteResumed:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/conduits/HeadStreamSinkConduit;

  public void wakeupWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
         0: .line 159
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            i2l
            lstore 1 /* val */
        start local 1 // long val
         1: .line 160
            lload 1 /* val */
            ldc 2
            invokestatic org.xnio.Bits.anyAreSet:(JJ)Z
            ifeq 3
         2: .line 161
            return
         3: .line 163
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.wakeupWrites:()V
         4: .line 164
            return
        end local 1 // long val
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/undertow/conduits/HeadStreamSinkConduit;
            1    5     1   val  J

  public void terminateWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
         0: .line 168
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.state:I
            istore 1 /* oldVal */
        start local 1 // int oldVal
         1: .line 169
            iload 1 /* oldVal */
            iconst_3
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 3
         2: .line 171
            return
         3: .line 173
      StackMap locals: int
      StackMap stack:
            iload 1 /* oldVal */
            iconst_1
            ior
            istore 2 /* newVal */
        start local 2 // int newVal
         4: .line 174
            aload 0 /* this */
            iload 2 /* newVal */
            putfield io.undertow.conduits.HeadStreamSinkConduit.state:I
         5: .line 175
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.shutdownDelegate:Z
            ifeq 7
         6: .line 176
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.terminateWrites:()V
         7: .line 178
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int newVal
        end local 1 // int oldVal
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/undertow/conduits/HeadStreamSinkConduit;
            1    8     1  oldVal  I
            4    8     2  newVal  I
    Exceptions:
      throws java.io.IOException

  private void exitFlush(int, boolean);
    descriptor: (IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // io.undertow.conduits.HeadStreamSinkConduit this
        start local 1 // int oldVal
        start local 2 // boolean flushed
         0: .line 181
            iload 1 /* oldVal */
            istore 3 /* newVal */
        start local 3 // int newVal
         1: .line 182
            iconst_0
            istore 4 /* callFinish */
        start local 4 // boolean callFinish
         2: .line 183
            iload 1 /* oldVal */
            iconst_1
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 11
            iload 2 /* flushed */
            ifeq 11
         3: .line 184
            iload 3 /* newVal */
            iconst_2
            ior
            istore 3 /* newVal */
         4: .line 185
            iload 1 /* oldVal */
            iconst_4
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifne 7
         5: .line 186
            iload 3 /* newVal */
            iconst_4
            ior
            istore 3 /* newVal */
         6: .line 187
            iconst_1
            istore 4 /* callFinish */
         7: .line 189
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* newVal */
            putfield io.undertow.conduits.HeadStreamSinkConduit.state:I
         8: .line 190
            iload 4 /* callFinish */
            ifeq 11
         9: .line 191
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            ifnull 11
        10: .line 192
            aload 0 /* this */
            getfield io.undertow.conduits.HeadStreamSinkConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            aload 0 /* this */
            invokeinterface io.undertow.conduits.ConduitListener.handleEvent:(Lorg/xnio/conduits/Conduit;)V
        11: .line 196
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean callFinish
        end local 3 // int newVal
        end local 2 // boolean flushed
        end local 1 // int oldVal
        end local 0 // io.undertow.conduits.HeadStreamSinkConduit this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lio/undertow/conduits/HeadStreamSinkConduit;
            0   12     1      oldVal  I
            0   12     2     flushed  Z
            1   12     3      newVal  I
            2   12     4  callFinish  Z
    MethodParameters:
         Name  Flags
      oldVal   
      flushed  
}
Signature: Lorg/xnio/conduits/AbstractStreamSinkConduit<Lorg/xnio/conduits/StreamSinkConduit;>;
SourceFile: "HeadStreamSinkConduit.java"