final class io.undertow.server.protocol.ajp.AjpServerResponseConduit extends io.undertow.conduits.AbstractFramedStreamSinkConduit
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.undertow.server.protocol.ajp.AjpServerResponseConduit
  super_class: io.undertow.conduits.AbstractFramedStreamSinkConduit
{
  private static final org.jboss.logging.Logger log;
    descriptor: Lorg/jboss/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private static final java.util.Map<io.undertow.util.HttpString, java.lang.Integer> HEADER_MAP;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lio/undertow/util/HttpString;Ljava/lang/Integer;>;

  private static final java.nio.ByteBuffer FLUSH_PACKET;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

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

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

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

  private static final java.nio.ByteBuffer CLOSE_FRAME_PERSISTENT;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.nio.ByteBuffer CLOSE_FRAME_NON_PERSISTENT;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.undertow.connector.ByteBufferPool pool;
    descriptor: Lio/undertow/connector/ByteBufferPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final io.undertow.conduits.ConduitListener<? super io.undertow.server.protocol.ajp.AjpServerResponseConduit> finishListener;
    descriptor: Lio/undertow/conduits/ConduitListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/undertow/conduits/ConduitListener<-Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;>;

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 61
            ldc "io.undertow.server.channel.ajp.response"
            invokestatic org.jboss.logging.Logger.getLogger:(Ljava/lang/String;)Lorg/jboss/logging/Logger;
            putstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.log:Lorg/jboss/logging/Logger;
         1: .line 67
            bipush 8
            invokestatic java.nio.ByteBuffer.allocateDirect:(I)Ljava/nio/ByteBuffer;
            putstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
         2: .line 70
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 0 /* headers */
        start local 0 // java.util.Map headers
         3: .line 71
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.CONTENT_TYPE:Lio/undertow/util/HttpString;
            ldc 40961
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 72
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.CONTENT_LANGUAGE:Lio/undertow/util/HttpString;
            ldc 40962
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 73
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.CONTENT_LENGTH:Lio/undertow/util/HttpString;
            ldc 40963
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 74
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.DATE:Lio/undertow/util/HttpString;
            ldc 40964
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 75
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.LAST_MODIFIED:Lio/undertow/util/HttpString;
            ldc 40965
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 76
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.LOCATION:Lio/undertow/util/HttpString;
            ldc 40966
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 77
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.SET_COOKIE:Lio/undertow/util/HttpString;
            ldc 40967
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 78
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.SET_COOKIE2:Lio/undertow/util/HttpString;
            ldc 40968
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 79
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.SERVLET_ENGINE:Lio/undertow/util/HttpString;
            ldc 40969
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 80
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.STATUS:Lio/undertow/util/HttpString;
            ldc 40970
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 81
            aload 0 /* headers */
            getstatic io.undertow.util.Headers.WWW_AUTHENTICATE:Lio/undertow/util/HttpString;
            ldc 40971
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 82
            aload 0 /* headers */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.HEADER_MAP:Ljava/util/Map;
        15: .line 84
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            bipush 65
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        16: .line 85
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            bipush 66
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        17: .line 86
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        18: .line 87
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            iconst_4
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        19: .line 88
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            iconst_3
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        20: .line 89
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        21: .line 90
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        22: .line 91
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        23: .line 92
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        end local 0 // java.util.Map headers
        24: .line 106
            bipush 6
            newarray 8
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 0 /* buffer */
        start local 0 // java.nio.ByteBuffer buffer
        25: .line 107
            aload 0 /* buffer */
            bipush 65
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        26: .line 108
            aload 0 /* buffer */
            bipush 66
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        27: .line 109
            aload 0 /* buffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        28: .line 110
            aload 0 /* buffer */
            iconst_2
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        29: .line 111
            aload 0 /* buffer */
            iconst_5
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        30: .line 112
            aload 0 /* buffer */
            iconst_1
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        31: .line 113
            aload 0 /* buffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        32: .line 114
            aload 0 /* buffer */
            putstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.CLOSE_FRAME_PERSISTENT:Ljava/nio/ByteBuffer;
        33: .line 115
            bipush 6
            newarray 8
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 0 /* buffer */
        34: .line 116
            aload 0 /* buffer */
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.CLOSE_FRAME_PERSISTENT:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        35: .line 117
            aload 0 /* buffer */
            iconst_5
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        36: .line 118
            aload 0 /* buffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        37: .line 119
            aload 0 /* buffer */
            putstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.CLOSE_FRAME_NON_PERSISTENT:Ljava/nio/ByteBuffer;
        end local 0 // java.nio.ByteBuffer buffer
        38: .line 120
            return
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            3   24     0  headers  Ljava/util/Map<Lio/undertow/util/HttpString;Ljava/lang/Integer;>;
           25   38     0   buffer  Ljava/nio/ByteBuffer;

  void <init>(org.xnio.conduits.StreamSinkConduit, io.undertow.connector.ByteBufferPool, io.undertow.server.HttpServerExchange, io.undertow.conduits.ConduitListener<? super io.undertow.server.protocol.ajp.AjpServerResponseConduit>, );
    descriptor: (Lorg/xnio/conduits/StreamSinkConduit;Lio/undertow/connector/ByteBufferPool;Lio/undertow/server/HttpServerExchange;Lio/undertow/conduits/ConduitListener;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // org.xnio.conduits.StreamSinkConduit next
        start local 2 // io.undertow.connector.ByteBufferPool pool
        start local 3 // io.undertow.server.HttpServerExchange exchange
        start local 4 // io.undertow.conduits.ConduitListener finishListener
        start local 5 // boolean headRequest
         0: .line 137
            aload 0 /* this */
            aload 1 /* next */
            invokespecial io.undertow.conduits.AbstractFramedStreamSinkConduit.<init>:(Lorg/xnio/conduits/StreamSinkConduit;)V
         1: .line 128
            aload 0 /* this */
            iconst_1
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         2: .line 138
            aload 0 /* this */
            aload 2 /* pool */
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.pool:Lio/undertow/connector/ByteBufferPool;
         3: .line 139
            aload 0 /* this */
            aload 3 /* exchange */
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
         4: .line 140
            aload 0 /* this */
            aload 4 /* finishListener */
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.finishListener:Lio/undertow/conduits/ConduitListener;
         5: .line 141
            aload 0 /* this */
            iload 5 /* headRequest */
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.headRequest:Z
         6: .line 142
            aload 0 /* this */
            iconst_1
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         7: .line 143
            return
        end local 5 // boolean headRequest
        end local 4 // io.undertow.conduits.ConduitListener finishListener
        end local 3 // io.undertow.server.HttpServerExchange exchange
        end local 2 // io.undertow.connector.ByteBufferPool pool
        end local 1 // org.xnio.conduits.StreamSinkConduit next
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0    8     1            next  Lorg/xnio/conduits/StreamSinkConduit;
            0    8     2            pool  Lio/undertow/connector/ByteBufferPool;
            0    8     3        exchange  Lio/undertow/server/HttpServerExchange;
            0    8     4  finishListener  Lio/undertow/conduits/ConduitListener<-Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;>;
            0    8     5     headRequest  Z
    Signature: (Lorg/xnio/conduits/StreamSinkConduit;Lio/undertow/connector/ByteBufferPool;Lio/undertow/server/HttpServerExchange;Lio/undertow/conduits/ConduitListener<-Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;>;Z)V
    MethodParameters:
                Name  Flags
      next            final
      pool            final
      exchange        final
      finishListener  
      headRequest     

  private static void putInt(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer buf
        start local 1 // int value
         0: .line 146
            aload 0 /* buf */
            iload 1 /* value */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         1: .line 147
            aload 0 /* buf */
            iload 1 /* value */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         2: .line 148
            return
        end local 1 // int value
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0    buf  Ljava/nio/ByteBuffer;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      buf    final
      value  

  private static void putString(java.nio.ByteBuffer, java.lang.String);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // java.nio.ByteBuffer buf
        start local 1 // java.lang.String value
         0: .line 151
            aload 1 /* value */
            invokevirtual java.lang.String.length:()I
            istore 2 /* length */
        start local 2 // int length
         1: .line 152
            aload 0 /* buf */
            iload 2 /* length */
            invokestatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.putInt:(Ljava/nio/ByteBuffer;I)V
         2: .line 153
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 10
         4: .line 154
      StackMap locals: int int
      StackMap stack:
            aload 1 /* value */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // char c
         5: .line 155
            iload 4 /* c */
            bipush 13
            if_icmpeq 8
            iload 4 /* c */
            bipush 10
            if_icmpeq 8
         6: .line 156
            aload 0 /* buf */
            iload 4 /* c */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         7: .line 157
            goto 9
         8: .line 158
      StackMap locals: int
      StackMap stack:
            aload 0 /* buf */
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        end local 4 // char c
         9: .line 153
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 4
        end local 3 // int i
        11: .line 161
            aload 0 /* buf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        12: .line 162
            return
        end local 2 // int length
        end local 1 // java.lang.String value
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0     buf  Ljava/nio/ByteBuffer;
            0   13     1   value  Ljava/lang/String;
            1   13     2  length  I
            3   11     3       i  I
            5    9     4       c  C
    MethodParameters:
       Name  Flags
      buf    final
      value  

  private void putHttpString(java.nio.ByteBuffer, io.undertow.util.HttpString);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // io.undertow.util.HttpString value
         0: .line 165
            aload 2 /* value */
            invokevirtual io.undertow.util.HttpString.length:()I
            istore 3 /* length */
        start local 3 // int length
         1: .line 166
            aload 1 /* buf */
            iload 3 /* length */
            invokestatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.putInt:(Ljava/nio/ByteBuffer;I)V
         2: .line 167
            aload 2 /* value */
            aload 1 /* buf */
            invokevirtual io.undertow.util.HttpString.appendTo:(Ljava/nio/ByteBuffer;)V
         3: .line 168
            aload 1 /* buf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         4: .line 169
            return
        end local 3 // int length
        end local 2 // io.undertow.util.HttpString value
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0    5     1     buf  Ljava/nio/ByteBuffer;
            0    5     2   value  Lio/undertow/util/HttpString;
            1    5     3  length  I
    MethodParameters:
       Name  Flags
      buf    final
      value  

  private void processAJPHeader();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=13, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 177
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            istore 1 /* oldState */
        start local 1 // int oldState
         1: .line 178
            iload 1 /* oldState */
            iconst_1
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 69
         2: .line 180
            aconst_null
            astore 2 /* byteBuffers */
        start local 2 // io.undertow.connector.PooledByteBuffer[] byteBuffers
         3: .line 183
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokestatic io.undertow.server.Connectors.flattenCookies:(Lio/undertow/server/HttpServerExchange;)V
         4: .line 185
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.pool:Lio/undertow/connector/ByteBufferPool;
            invokeinterface io.undertow.connector.ByteBufferPool.allocate:()Lio/undertow/connector/PooledByteBuffer;
            astore 3 /* pooled */
        start local 3 // io.undertow.connector.PooledByteBuffer pooled
         5: .line 186
            aload 3 /* pooled */
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            astore 4 /* buffer */
        start local 4 // java.nio.ByteBuffer buffer
         6: .line 187
            aload 4 /* buffer */
            bipush 65
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         7: .line 188
            aload 4 /* buffer */
            bipush 66
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         8: .line 189
            aload 4 /* buffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         9: .line 190
            aload 4 /* buffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        10: .line 191
            aload 4 /* buffer */
            iconst_4
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        11: .line 192
            aload 4 /* buffer */
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getStatusCode:()I
            invokestatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.putInt:(Ljava/nio/ByteBuffer;I)V
        12: .line 193
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getReasonPhrase:()Ljava/lang/String;
            astore 5 /* reason */
        start local 5 // java.lang.String reason
        13: .line 194
            aload 5 /* reason */
            ifnonnull 15
        14: .line 195
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getStatusCode:()I
            invokestatic io.undertow.util.StatusCodes.getReason:(I)Ljava/lang/String;
            astore 5 /* reason */
        15: .line 197
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit int io.undertow.connector.PooledByteBuffer[] io.undertow.connector.PooledByteBuffer java.nio.ByteBuffer java.lang.String
      StackMap stack:
            aload 5 /* reason */
            invokevirtual java.lang.String.length:()I
            iconst_4
            iadd
            aload 4 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            if_icmple 18
        16: .line 198
            aload 3 /* pooled */
            invokeinterface io.undertow.connector.PooledByteBuffer.close:()V
        17: .line 199
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            aload 5 /* reason */
            invokeinterface io.undertow.UndertowMessages.reasonPhraseToLargeForBuffer:(Ljava/lang/String;)Ljava/lang/IllegalStateException;
            athrow
        18: .line 201
      StackMap locals:
      StackMap stack:
            aload 4 /* buffer */
            aload 5 /* reason */
            invokestatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.putString:(Ljava/nio/ByteBuffer;Ljava/lang/String;)V
        19: .line 203
            iconst_0
            istore 6 /* headers */
        start local 6 // int headers
        20: .line 205
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getResponseHeaders:()Lio/undertow/util/HeaderMap;
            astore 7 /* responseHeaders */
        start local 7 // io.undertow.util.HeaderMap responseHeaders
        21: .line 206
            aload 7 /* responseHeaders */
            invokevirtual io.undertow.util.HeaderMap.getHeaderNames:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 9
            goto 24
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit int io.undertow.connector.PooledByteBuffer[] io.undertow.connector.PooledByteBuffer java.nio.ByteBuffer java.lang.String int io.undertow.util.HeaderMap top java.util.Iterator
      StackMap stack:
        22: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.undertow.util.HttpString
            astore 8 /* name */
        start local 8 // io.undertow.util.HttpString name
        23: .line 207
            iload 6 /* headers */
            aload 7 /* responseHeaders */
            aload 8 /* name */
            invokevirtual io.undertow.util.HeaderMap.get:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            invokevirtual io.undertow.util.HeaderValues.size:()I
            iadd
            istore 6 /* headers */
        end local 8 // io.undertow.util.HttpString name
        24: .line 206
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 22
        25: .line 210
            aload 4 /* buffer */
            iload 6 /* headers */
            invokestatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.putInt:(Ljava/nio/ByteBuffer;I)V
        26: .line 213
            aload 7 /* responseHeaders */
            invokevirtual io.undertow.util.HeaderMap.getHeaderNames:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 9
            goto 49
      StackMap locals:
      StackMap stack:
        27: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.undertow.util.HttpString
            astore 8 /* header */
        start local 8 // io.undertow.util.HttpString header
        28: .line 214
            aload 7 /* responseHeaders */
            aload 8 /* header */
            invokevirtual io.undertow.util.HeaderMap.get:(Lio/undertow/util/HttpString;)Lio/undertow/util/HeaderValues;
            invokevirtual io.undertow.util.HeaderValues.iterator:()Ljava/util/Iterator;
            astore 11
            goto 48
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit int io.undertow.connector.PooledByteBuffer[] io.undertow.connector.PooledByteBuffer java.nio.ByteBuffer java.lang.String int io.undertow.util.HeaderMap io.undertow.util.HttpString java.util.Iterator top java.util.Iterator
      StackMap stack:
        29: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 10 /* headerValue */
        start local 10 // java.lang.String headerValue
        30: .line 215
            aload 4 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            aload 8 /* header */
            invokevirtual io.undertow.util.HttpString.length:()I
            aload 10 /* headerValue */
            invokevirtual java.lang.String.length:()I
            iadd
            bipush 6
            iadd
            if_icmpge 42
        31: .line 217
            aload 4 /* buffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        32: .line 218
            aload 2 /* byteBuffers */
            ifnonnull 36
        33: .line 219
            iconst_2
            anewarray io.undertow.connector.PooledByteBuffer
            astore 2 /* byteBuffers */
        34: .line 220
            aload 2 /* byteBuffers */
            iconst_0
            aload 3 /* pooled */
            aastore
        35: .line 221
            goto 39
        36: .line 222
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit int io.undertow.connector.PooledByteBuffer[] io.undertow.connector.PooledByteBuffer java.nio.ByteBuffer java.lang.String int io.undertow.util.HeaderMap io.undertow.util.HttpString java.util.Iterator java.lang.String java.util.Iterator
      StackMap stack:
            aload 2 /* byteBuffers */
            astore 12 /* old */
        start local 12 // io.undertow.connector.PooledByteBuffer[] old
        37: .line 223
            aload 12 /* old */
            arraylength
            iconst_1
            iadd
            anewarray io.undertow.connector.PooledByteBuffer
            astore 2 /* byteBuffers */
        38: .line 224
            aload 12 /* old */
            iconst_0
            aload 2 /* byteBuffers */
            iconst_0
            aload 12 /* old */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 12 // io.undertow.connector.PooledByteBuffer[] old
        39: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.pool:Lio/undertow/connector/ByteBufferPool;
            invokeinterface io.undertow.connector.ByteBufferPool.allocate:()Lio/undertow/connector/PooledByteBuffer;
            astore 3 /* pooled */
        40: .line 227
            aload 2 /* byteBuffers */
            aload 2 /* byteBuffers */
            arraylength
            iconst_1
            isub
            aload 3 /* pooled */
            aastore
        41: .line 228
            aload 3 /* pooled */
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            astore 4 /* buffer */
        42: .line 231
      StackMap locals:
      StackMap stack:
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.HEADER_MAP:Ljava/util/Map;
            aload 8 /* header */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 12 /* headerCode */
        start local 12 // java.lang.Integer headerCode
        43: .line 232
            aload 12 /* headerCode */
            ifnull 46
        44: .line 233
            aload 4 /* buffer */
            aload 12 /* headerCode */
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.putInt:(Ljava/nio/ByteBuffer;I)V
        45: .line 234
            goto 47
        46: .line 235
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            aload 4 /* buffer */
            aload 8 /* header */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.putHttpString:(Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;)V
        47: .line 237
      StackMap locals:
      StackMap stack:
            aload 4 /* buffer */
            aload 10 /* headerValue */
            invokestatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.putString:(Ljava/nio/ByteBuffer;Ljava/lang/String;)V
        end local 12 // java.lang.Integer headerCode
        end local 10 // java.lang.String headerValue
        48: .line 214
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit int io.undertow.connector.PooledByteBuffer[] io.undertow.connector.PooledByteBuffer java.nio.ByteBuffer java.lang.String int io.undertow.util.HeaderMap io.undertow.util.HttpString java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 29
        end local 8 // io.undertow.util.HttpString header
        49: .line 213
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit int io.undertow.connector.PooledByteBuffer[] io.undertow.connector.PooledByteBuffer java.nio.ByteBuffer java.lang.String int io.undertow.util.HeaderMap top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 27
        50: .line 240
            aload 2 /* byteBuffers */
            ifnonnull 57
        51: .line 241
            aload 4 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_4
            isub
            istore 8 /* dataLength */
        start local 8 // int dataLength
        52: .line 242
            aload 4 /* buffer */
            iconst_2
            iload 8 /* dataLength */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        53: .line 243
            aload 4 /* buffer */
            iconst_3
            iload 8 /* dataLength */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        54: .line 244
            aload 4 /* buffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        55: .line 245
            aload 0 /* this */
            new io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback
            dup
            aload 3 /* pooled */
            invokespecial io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback.<init>:(Lio/undertow/connector/PooledByteBuffer;)V
            iconst_1
            anewarray java.nio.ByteBuffer
            dup
            iconst_0
            aload 4 /* buffer */
            aastore
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.queueFrame:(Lio/undertow/conduits/AbstractFramedStreamSinkConduit$FrameCallBack;[Ljava/nio/ByteBuffer;)V
        end local 8 // int dataLength
        56: .line 246
            goto 68
        57: .line 247
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit int io.undertow.connector.PooledByteBuffer[] io.undertow.connector.PooledByteBuffer java.nio.ByteBuffer java.lang.String int io.undertow.util.HeaderMap
      StackMap stack:
            aload 2 /* byteBuffers */
            arraylength
            anewarray java.nio.ByteBuffer
            astore 8 /* bufs */
        start local 8 // java.nio.ByteBuffer[] bufs
        58: .line 248
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        59: goto 62
        60: .line 249
      StackMap locals: java.nio.ByteBuffer[] int
      StackMap stack:
            aload 8 /* bufs */
            iload 9 /* i */
            aload 2 /* byteBuffers */
            iload 9 /* i */
            aaload
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            aastore
        61: .line 248
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        62: iload 9 /* i */
            aload 8 /* bufs */
            arraylength
            if_icmplt 60
        end local 9 // int i
        63: .line 251
            aload 8 /* bufs */
            invokestatic org.xnio.Buffers.remaining:([Ljava/nio/Buffer;)J
            ldc 4
            lsub
            l2i
            istore 9 /* dataLength */
        start local 9 // int dataLength
        64: .line 252
            aload 8 /* bufs */
            iconst_0
            aaload
            iconst_2
            iload 9 /* dataLength */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        65: .line 253
            aload 8 /* bufs */
            iconst_0
            aaload
            iconst_3
            iload 9 /* dataLength */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        66: .line 254
            aload 4 /* buffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        67: .line 255
            aload 0 /* this */
            new io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback
            dup
            aload 2 /* byteBuffers */
            invokespecial io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback.<init>:([Lio/undertow/connector/PooledByteBuffer;)V
            aload 8 /* bufs */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.queueFrame:(Lio/undertow/conduits/AbstractFramedStreamSinkConduit$FrameCallBack;[Ljava/nio/ByteBuffer;)V
        end local 9 // int dataLength
        end local 8 // java.nio.ByteBuffer[] bufs
        68: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush -2
            iand
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
        end local 7 // io.undertow.util.HeaderMap responseHeaders
        end local 6 // int headers
        end local 5 // java.lang.String reason
        end local 4 // java.nio.ByteBuffer buffer
        end local 3 // io.undertow.connector.PooledByteBuffer pooled
        end local 2 // io.undertow.connector.PooledByteBuffer[] byteBuffers
        69: .line 259
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit int
      StackMap stack:
            return
        end local 1 // int oldState
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   70     0             this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            1   70     1         oldState  I
            3   69     2      byteBuffers  [Lio/undertow/connector/PooledByteBuffer;
            5   69     3           pooled  Lio/undertow/connector/PooledByteBuffer;
            6   69     4           buffer  Ljava/nio/ByteBuffer;
           13   69     5           reason  Ljava/lang/String;
           20   69     6          headers  I
           21   69     7  responseHeaders  Lio/undertow/util/HeaderMap;
           23   24     8             name  Lio/undertow/util/HttpString;
           28   49     8           header  Lio/undertow/util/HttpString;
           30   48    10      headerValue  Ljava/lang/String;
           37   39    12              old  [Lio/undertow/connector/PooledByteBuffer;
           43   48    12       headerCode  Ljava/lang/Integer;
           52   56     8       dataLength  I
           58   68     8             bufs  [Ljava/nio/ByteBuffer;
           59   63     9                i  I
           64   68     9       dataLength  I

  protected void queueCloseFrames();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 264
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.processAJPHeader:()V
         1: .line 265
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.isPersistent:()Z
            ifeq 2
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.CLOSE_FRAME_PERSISTENT:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.CLOSE_FRAME_NON_PERSISTENT:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
      StackMap locals:
      StackMap stack: java.nio.ByteBuffer
         3: astore 1 /* buffer */
        start local 1 // java.nio.ByteBuffer buffer
         4: .line 266
            aload 0 /* this */
            aconst_null
            iconst_1
            anewarray java.nio.ByteBuffer
            dup
            iconst_0
            aload 1 /* buffer */
            aastore
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.queueFrame:(Lio/undertow/conduits/AbstractFramedStreamSinkConduit$FrameCallBack;[Ljava/nio/ByteBuffer;)V
         5: .line 267
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            4    6     1  buffer  Ljava/nio/ByteBuffer;

  public int write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=14, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // java.nio.ByteBuffer src
         0: .line 270
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.queuedDataLength:()J
            lconst_0
            lcmp
            ifle 3
         1: .line 273
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.flushQueuedData:()Z
            ifne 3
         2: .line 274
            iconst_0
            ireturn
         3: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.processAJPHeader:()V
         4: .line 278
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.headRequest:Z
            ifeq 8
         5: .line 279
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* remaining */
        start local 2 // int remaining
         6: .line 280
            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
         7: .line 281
            iload 2 /* remaining */
            ireturn
        end local 2 // int remaining
         8: .line 283
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 2 /* limit */
        start local 2 // int limit
         9: .line 285
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokevirtual io.undertow.server.ServerConnection.getUndertowOptions:()Lorg/xnio/OptionMap;
            getstatic io.undertow.UndertowOptions.MAX_AJP_PACKET_SIZE:Lorg/xnio/Option;
            sipush 8192
            invokevirtual org.xnio.OptionMap.get:(Lorg/xnio/Option;I)I
            bipush 8
            isub
            istore 3 /* maxData */
        start local 3 // int maxData
        10: .line 286
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 3 /* maxData */
            if_icmple 12
        11: .line 287
            aload 1 /* src */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 3 /* maxData */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        12: .line 289
      StackMap locals: int int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 4 /* writeSize */
        start local 4 // int writeSize
        13: .line 290
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.createHeader:(Ljava/nio/ByteBuffer;)[Ljava/nio/ByteBuffer;
            astore 5 /* buffers */
        start local 5 // java.nio.ByteBuffer[] buffers
        14: .line 291
            iconst_0
            istore 6 /* toWrite */
        start local 6 // int toWrite
        15: .line 292
            aload 5 /* buffers */
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 19
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit java.nio.ByteBuffer int int int java.nio.ByteBuffer[] int top int int java.nio.ByteBuffer[]
      StackMap stack:
        16: aload 10
            iload 8
            aaload
            astore 7 /* buffer */
        start local 7 // java.nio.ByteBuffer buffer
        17: .line 293
            iload 6 /* toWrite */
            aload 7 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
            istore 6 /* toWrite */
        end local 7 // java.nio.ByteBuffer buffer
        18: .line 292
            iinc 8 1
      StackMap locals:
      StackMap stack:
        19: iload 8
            iload 9
            if_icmplt 16
        20: .line 295
            iload 4 /* writeSize */
            istore 7 /* originalPayloadSize */
        start local 7 // int originalPayloadSize
        21: .line 296
            lconst_0
            lstore 8 /* r */
        start local 8 // long r
        22: .line 298
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit java.nio.ByteBuffer int int int java.nio.ByteBuffer[] int int long
      StackMap stack:
            aload 0 /* this */
            aload 5 /* buffers */
            iconst_0
            aload 5 /* buffers */
            arraylength
            invokespecial io.undertow.conduits.AbstractFramedStreamSinkConduit.write:([Ljava/nio/ByteBuffer;II)J
            lstore 8 /* r */
        23: .line 299
            iload 6 /* toWrite */
            i2l
            lload 8 /* r */
            lsub
            l2i
            istore 6 /* toWrite */
        24: .line 300
            lload 8 /* r */
            ldc -1
            lcmp
            ifne 26
        25: .line 301
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
        26: .line 302
      StackMap locals:
      StackMap stack:
            lload 8 /* r */
            lconst_0
            lcmp
            ifne 40
        27: .line 305
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.pool:Lio/undertow/connector/ByteBufferPool;
            invokeinterface io.undertow.connector.ByteBufferPool.allocate:()Lio/undertow/connector/PooledByteBuffer;
            astore 10 /* newPooledBuffer */
        start local 10 // io.undertow.connector.PooledByteBuffer newPooledBuffer
        28: .line 306
            goto 30
        29: .line 307
      StackMap locals: io.undertow.connector.PooledByteBuffer
      StackMap stack:
            aload 10 /* newPooledBuffer */
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        30: .line 306
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 29
        31: .line 309
            aload 10 /* newPooledBuffer */
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        32: .line 310
            iconst_3
            anewarray java.nio.ByteBuffer
            astore 11 /* savedBuffers */
        start local 11 // java.nio.ByteBuffer[] savedBuffers
        33: .line 311
            aload 11 /* savedBuffers */
            iconst_0
            aload 5 /* buffers */
            iconst_0
            aaload
            aastore
        34: .line 312
            aload 11 /* savedBuffers */
            iconst_1
            aload 10 /* newPooledBuffer */
            invokeinterface io.undertow.connector.PooledByteBuffer.getBuffer:()Ljava/nio/ByteBuffer;
            aastore
        35: .line 313
            aload 11 /* savedBuffers */
            iconst_2
            aload 5 /* buffers */
            iconst_2
            aaload
            aastore
        36: .line 314
            aload 0 /* this */
            new io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback
            dup
            aload 10 /* newPooledBuffer */
            invokespecial io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback.<init>:(Lio/undertow/connector/PooledByteBuffer;)V
            aload 11 /* savedBuffers */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.queueFrame:(Lio/undertow/conduits/AbstractFramedStreamSinkConduit$FrameCallBack;[Ljava/nio/ByteBuffer;)V
        37: .line 315
            iload 7 /* originalPayloadSize */
            istore 13
        38: .line 323
            aload 1 /* src */
            iload 2 /* limit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        39: .line 315
            iload 13
            ireturn
        end local 11 // java.nio.ByteBuffer[] savedBuffers
        end local 10 // io.undertow.connector.PooledByteBuffer newPooledBuffer
        40: .line 317
      StackMap locals:
      StackMap stack:
            iload 6 /* toWrite */
        41: .line 297
            ifgt 22
        42: .line 318
            iload 7 /* originalPayloadSize */
            istore 13
        43: .line 323
            aload 1 /* src */
            iload 2 /* limit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        44: .line 318
            iload 13
            ireturn
        end local 8 // long r
        end local 7 // int originalPayloadSize
        end local 6 // int toWrite
        end local 5 // java.nio.ByteBuffer[] buffers
        end local 4 // int writeSize
        end local 3 // int maxData
        45: .line 319
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerResponseConduit java.nio.ByteBuffer int
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
        46: .line 320
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        47: .line 321
            aload 3 /* e */
            athrow
        end local 3 // java.lang.Exception e
        48: .line 322
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        49: .line 323
            aload 1 /* src */
            iload 2 /* limit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        50: .line 324
            aload 12
            athrow
        end local 2 // int limit
        end local 1 // java.nio.ByteBuffer src
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   51     0                 this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0   51     1                  src  Ljava/nio/ByteBuffer;
            6    8     2            remaining  I
            9   51     2                limit  I
           10   45     3              maxData  I
           13   45     4            writeSize  I
           14   45     5              buffers  [Ljava/nio/ByteBuffer;
           15   45     6              toWrite  I
           17   18     7               buffer  Ljava/nio/ByteBuffer;
           21   45     7  originalPayloadSize  I
           22   45     8                    r  J
           28   40    10      newPooledBuffer  Lio/undertow/connector/PooledByteBuffer;
           33   40    11         savedBuffers  [Ljava/nio/ByteBuffer;
           46   48     3                    e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           9    38      45  Class java.io.IOException
          40    43      45  Class java.io.IOException
           9    38      45  Class java.lang.RuntimeException
          40    43      45  Class java.lang.RuntimeException
           9    38      48  any
          40    43      48  any
          45    48      48  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   final

  private java.nio.ByteBuffer[] createHeader(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)[Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // java.nio.ByteBuffer src
         0: .line 328
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* remaining */
        start local 2 // int remaining
         1: .line 329
            iload 2 /* remaining */
            iconst_4
            iadd
            istore 3 /* chunkSize */
        start local 3 // int chunkSize
         2: .line 330
            bipush 7
            newarray 8
            astore 4 /* header */
        start local 4 // byte[] header
         3: .line 331
            aload 4 /* header */
            iconst_0
            bipush 65
            bastore
         4: .line 332
            aload 4 /* header */
            iconst_1
            bipush 66
            bastore
         5: .line 333
            aload 4 /* header */
            iconst_2
            iload 3 /* chunkSize */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         6: .line 334
            aload 4 /* header */
            iconst_3
            iload 3 /* chunkSize */
            sipush 255
            iand
            i2b
            bastore
         7: .line 335
            aload 4 /* header */
            iconst_4
            iconst_3
            bastore
         8: .line 336
            aload 4 /* header */
            iconst_5
            iload 2 /* remaining */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         9: .line 337
            aload 4 /* header */
            bipush 6
            iload 2 /* remaining */
            sipush 255
            iand
            i2b
            bastore
        10: .line 339
            iconst_1
            newarray 8
            astore 5 /* footer */
        start local 5 // byte[] footer
        11: .line 340
            aload 5 /* footer */
            iconst_0
            iconst_0
            bastore
        12: .line 342
            iconst_3
            anewarray java.nio.ByteBuffer
            astore 6 /* buffers */
        start local 6 // java.nio.ByteBuffer[] buffers
        13: .line 343
            aload 6 /* buffers */
            iconst_0
            aload 4 /* header */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            aastore
        14: .line 344
            aload 6 /* buffers */
            iconst_1
            aload 1 /* src */
            aastore
        15: .line 345
            aload 6 /* buffers */
            iconst_2
            aload 5 /* footer */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            aastore
        16: .line 346
            aload 6 /* buffers */
            areturn
        end local 6 // java.nio.ByteBuffer[] buffers
        end local 5 // byte[] footer
        end local 4 // byte[] header
        end local 3 // int chunkSize
        end local 2 // int remaining
        end local 1 // java.nio.ByteBuffer src
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0   17     1        src  Ljava/nio/ByteBuffer;
            1   17     2  remaining  I
            2   17     3  chunkSize  I
            3   17     4     header  [B
           11   17     5     footer  [B
           13   17     6    buffers  [Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      src   final

  public long write(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // java.nio.ByteBuffer[] srcs
         0: .line 350
            aload 0 /* this */
            aload 1 /* srcs */
            iconst_0
            aload 1 /* srcs */
            arraylength
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.write:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0    1     1  srcs  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      srcs  final

  public long write(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 354
            lconst_0
            lstore 4 /* total */
        start local 4 // long total
         1: .line 355
            iload 2 /* offset */
            istore 6 /* i */
        start local 6 // int i
         2: goto 9
         3: .line 357
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* srcs */
            iload 6 /* i */
            aaload
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.write:(Ljava/nio/ByteBuffer;)I
            istore 7 /* written */
        start local 7 // int written
         4: .line 358
            iload 7 /* written */
            ifne 6
         5: .line 359
            lload 4 /* total */
            lreturn
         6: .line 361
      StackMap locals: int
      StackMap stack:
            lload 4 /* total */
            iload 7 /* written */
            i2l
            ladd
            lstore 4 /* total */
        end local 7 // int written
         7: .line 356
      StackMap locals:
      StackMap stack:
            aload 1 /* srcs */
            iload 6 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 3
         8: .line 355
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* i */
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            if_icmplt 7
        end local 6 // int i
        10: .line 364
            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.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0   11     1     srcs  [Ljava/nio/ByteBuffer;
            0   11     2   offset  I
            0   11     3   length  I
            1   11     4    total  J
            2   10     6        i  I
            4    7     7  written  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    final
      offset  final
      length  final

  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.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // java.nio.channels.FileChannel src
        start local 2 // long position
        start local 4 // long count
         0: .line 368
            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.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0    1     1       src  Ljava/nio/channels/FileChannel;
            0    1     2  position  J
            0    1     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.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // org.xnio.channels.StreamSourceChannel source
        start local 2 // long count
        start local 4 // java.nio.ByteBuffer throughBuffer
         0: .line 372
            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.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0    1     1         source  Lorg/xnio/channels/StreamSourceChannel;
            0    1     2          count  J
            0    1     4  throughBuffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      source         final
      count          final
      throughBuffer  final

  protected void finished();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 377
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            ifnull 2
         1: .line 378
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            aload 0 /* this */
            invokeinterface io.undertow.conduits.ConduitListener.handleEvent:(Lorg/xnio/conduits/Conduit;)V
         2: .line 380
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;

  public void setWriteReadyHandler(org.xnio.conduits.WriteReadyHandler);
    descriptor: (Lorg/xnio/conduits/WriteReadyHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // org.xnio.conduits.WriteReadyHandler handler
         0: .line 384
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            new io.undertow.server.protocol.ajp.AjpServerResponseConduit$AjpServerWriteReadyHandler
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.undertow.server.protocol.ajp.AjpServerResponseConduit$AjpServerWriteReadyHandler.<init>:(Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;Lorg/xnio/conduits/WriteReadyHandler;)V
            invokeinterface org.xnio.conduits.StreamSinkConduit.setWriteReadyHandler:(Lorg/xnio/conduits/WriteReadyHandler;)V
         1: .line 385
            return
        end local 1 // org.xnio.conduits.WriteReadyHandler handler
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0    2     1  handler  Lorg/xnio/conduits/WriteReadyHandler;
    MethodParameters:
         Name  Flags
      handler  

  public void suspendWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 388
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.log:Lorg/jboss/logging/Logger;
            ldc "suspend"
            invokevirtual org.jboss.logging.Logger.trace:(Ljava/lang/Object;)V
         1: .line 389
            aload 0 /* this */
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush -5
            iand
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         2: .line 390
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush 8
            invokestatic org.xnio.Bits.allAreClear:(II)Z
            ifeq 4
         3: .line 391
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.suspendWrites:()V
         4: .line 393
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;

  public void resumeWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 396
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.log:Lorg/jboss/logging/Logger;
            ldc "resume"
            invokevirtual org.jboss.logging.Logger.trace:(Ljava/lang/Object;)V
         1: .line 397
            aload 0 /* this */
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            iconst_4
            ior
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         2: .line 398
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.resumeWrites:()V
         3: .line 399
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;

  public boolean flush();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 402
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.processAJPHeader:()V
         1: .line 403
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush 64
            invokestatic org.xnio.Bits.allAreClear:(II)Z
            ifeq 6
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.isWritesTerminated:()Z
            ifne 6
         2: .line 404
            aload 0 /* this */
            new io.undertow.server.protocol.ajp.AjpServerResponseConduit$1
            dup
            aload 0 /* this */
            invokespecial io.undertow.server.protocol.ajp.AjpServerResponseConduit$1.<init>:(Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;)V
            iconst_1
            anewarray java.nio.ByteBuffer
            dup
            iconst_0
         3: .line 414
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.FLUSH_PACKET:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            aastore
         4: .line 404
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.queueFrame:(Lio/undertow/conduits/AbstractFramedStreamSinkConduit$FrameCallBack;[Ljava/nio/ByteBuffer;)V
         5: .line 415
            aload 0 /* this */
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush 64
            ior
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         6: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.flushQueuedData:()Z
            ireturn
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
    Exceptions:
      throws java.io.IOException

  public boolean isWriteResumed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 420
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            iconst_4
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ireturn
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;

  public void wakeupWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 424
            getstatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.log:Lorg/jboss/logging/Logger;
            ldc "wakeup"
            invokevirtual org.jboss.logging.Logger.trace:(Ljava/lang/Object;)V
         1: .line 425
            aload 0 /* this */
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            iconst_4
            ior
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         2: .line 426
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.wakeupWrites:()V
         3: .line 427
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;

  protected void doTerminateWrites();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 432
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.isPersistent:()Z
            ifne 2
         1: .line 433
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.terminateWrites:()V
         2: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush 16
            ior
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         3: .line 436
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 1 /* e */
        start local 1 // java.lang.Exception e
         5: .line 437
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         6: .line 438
            aload 1 /* e */
            athrow
        end local 1 // java.lang.Exception e
         7: .line 440
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            5    7     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
           0     3       4  Class java.lang.RuntimeException
    Exceptions:
      throws java.io.IOException

  public boolean isWriteShutdown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
         0: .line 444
            aload 0 /* this */
            invokespecial io.undertow.conduits.AbstractFramedStreamSinkConduit.isWriteShutdown:()Z
            ifne 1
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush 16
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;

  boolean doGetRequestBodyChunk(java.nio.ByteBuffer, io.undertow.server.protocol.ajp.AjpServerRequestConduit);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;)Z
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
        start local 1 // java.nio.ByteBuffer buffer
        start local 2 // io.undertow.server.protocol.ajp.AjpServerRequestConduit requestChannel
         0: .line 450
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.isWriteShutdown:()Z
            ifeq 2
         1: .line 451
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
            athrow
         2: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial io.undertow.conduits.AbstractFramedStreamSinkConduit.write:(Ljava/nio/ByteBuffer;)I
            pop
         3: .line 454
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 10
         4: .line 456
            aload 0 /* this */
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush 8
            ior
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         5: .line 457
            aload 0 /* this */
            new io.undertow.server.protocol.ajp.AjpServerResponseConduit$2
            dup
            aload 0 /* this */
            aload 2 /* requestChannel */
            invokespecial io.undertow.server.protocol.ajp.AjpServerResponseConduit$2.<init>:(Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;)V
            iconst_1
            anewarray java.nio.ByteBuffer
            dup
            iconst_0
         6: .line 471
            aload 1 /* buffer */
            aastore
         7: .line 457
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.queueFrame:(Lio/undertow/conduits/AbstractFramedStreamSinkConduit$FrameCallBack;[Ljava/nio/ByteBuffer;)V
         8: .line 472
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.resumeWrites:()V
         9: .line 473
            iconst_0
            ireturn
        10: .line 475
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.undertow.server.protocol.ajp.AjpServerRequestConduit requestChannel
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0   11     1          buffer  Ljava/nio/ByteBuffer;
            0   11     2  requestChannel  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      buffer          
      requestChannel  final

  static boolean access$0(io.undertow.server.protocol.ajp.AjpServerResponseConduit);
    descriptor: (Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;)Z
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.flushQueuedData:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  static org.xnio.conduits.Conduit access$1(io.undertow.server.protocol.ajp.AjpServerResponseConduit);
    descriptor: (Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;)Lorg/xnio/conduits/Conduit;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 59
            aload 0
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.next:Lorg/xnio/conduits/Conduit;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AjpServerResponseConduit.java"
NestMembers:
  io.undertow.server.protocol.ajp.AjpServerResponseConduit$1  io.undertow.server.protocol.ajp.AjpServerResponseConduit$2  io.undertow.server.protocol.ajp.AjpServerResponseConduit$AjpServerWriteReadyHandler
InnerClasses:
  public abstract FrameCallBack = io.undertow.conduits.AbstractFramedStreamSinkConduit$FrameCallBack of io.undertow.conduits.AbstractFramedStreamSinkConduit
  protected PooledBufferFrameCallback = io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback of io.undertow.conduits.AbstractFramedStreamSinkConduit
  protected PooledBuffersFrameCallback = io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback of io.undertow.conduits.AbstractFramedStreamSinkConduit
  io.undertow.server.protocol.ajp.AjpServerResponseConduit$1
  io.undertow.server.protocol.ajp.AjpServerResponseConduit$2
  private final AjpServerWriteReadyHandler = io.undertow.server.protocol.ajp.AjpServerResponseConduit$AjpServerWriteReadyHandler of io.undertow.server.protocol.ajp.AjpServerResponseConduit