public class org.glassfish.grizzly.http.io.OutputBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http.io.OutputBuffer
  super_class: java.lang.Object
{
  protected static final java.util.logging.Logger LOGGER;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

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

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

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

  private static final boolean IS_BLOCKING;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private org.glassfish.grizzly.filterchain.FilterChainContext ctx;
    descriptor: Lorg/glassfish/grizzly/filterchain/FilterChainContext;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.memory.CompositeBuffer compositeBuffer;
    descriptor: Lorg/glassfish/grizzly/memory/CompositeBuffer;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.Buffer currentBuffer;
    descriptor: Lorg/glassfish/grizzly/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private final org.glassfish.grizzly.http.io.TemporaryHeapBuffer temporaryWriteBuffer;
    descriptor: Lorg/glassfish/grizzly/http/io/TemporaryHeapBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.grizzly.http.io.OutputBuffer$ByteArrayCloner cloner;
    descriptor: Lorg/glassfish/grizzly/http/io/OutputBuffer$ByteArrayCloner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener> lifeCycleListeners;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/glassfish/grizzly/http/io/OutputBuffer$LifeCycleListener;>;

  private boolean committed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean headersWritten;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean finished;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.nio.charset.CharsetEncoder encoder;
    descriptor: Ljava/nio/charset/CharsetEncoder;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Map<java.lang.String, java.nio.charset.CharsetEncoder> encoders;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/nio/charset/CharsetEncoder;>;

  private char[] charsArray;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

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

  private java.nio.CharBuffer charsBuffer;
    descriptor: Ljava/nio/CharBuffer;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.memory.MemoryManager memoryManager;
    descriptor: Lorg/glassfish/grizzly/memory/MemoryManager;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.Connection connection;
    descriptor: Lorg/glassfish/grizzly/Connection;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.WriteHandler handler;
    descriptor: Lorg/glassfish/grizzly/WriteHandler;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler asyncWriteHandler;
    descriptor: Lorg/glassfish/grizzly/http/io/OutputBuffer$InternalWriteHandler;
    flags: (0x0002) ACC_PRIVATE

  private boolean fileTransferRequested;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  protected boolean sendfileEnabled;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private org.glassfish.grizzly.http.HttpHeader outputHeader;
    descriptor: Lorg/glassfish/grizzly/http/HttpHeader;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Runnable writePossibleRunnable;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.http.HttpContent$Builder builder;
    descriptor: Lorg/glassfish/grizzly/http/HttpContent$Builder;
    flags: (0x0002) ACC_PRIVATE

  private boolean isNonBlockingWriteGuaranteed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean isLastWriteNonBlocking;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.http.HttpContext httpContext;
    descriptor: Lorg/glassfish/grizzly/http/HttpContext;
    flags: (0x0002) ACC_PRIVATE

  private java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>> trailersSupplier;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Supplier<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 77
            ldc Lorg/glassfish/grizzly/http/io/OutputBuffer;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.glassfish.grizzly.http.io.OutputBuffer.$assertionsDisabled:Z
         3: .line 79
            ldc Lorg/glassfish/grizzly/http/io/OutputBuffer;
            invokestatic org.glassfish.grizzly.Grizzly.logger:(Ljava/lang/Class;)Ljava/util/logging/Logger;
            putstatic org.glassfish.grizzly.http.io.OutputBuffer.LOGGER:Ljava/util/logging/Logger;
         4: .line 81
            new java.lang.StringBuilder
            dup
            ldc Lorg/glassfish/grizzly/http/io/OutputBuffer;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".default-buffer-size"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            sipush 8192
            invokestatic java.lang.Integer.getInteger:(Ljava/lang/String;I)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic org.glassfish.grizzly.http.io.OutputBuffer.DEFAULT_BUFFER_SIZE:I
         5: .line 83
            new java.lang.StringBuilder
            dup
            ldc Lorg/glassfish/grizzly/http/io/OutputBuffer;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".max-char-buffer-size"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            ldc 65537
            invokestatic java.lang.Integer.getInteger:(Ljava/lang/String;I)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic org.glassfish.grizzly.http.io.OutputBuffer.MAX_CHAR_BUFFER_SIZE:I
         6: .line 90
            new java.lang.StringBuilder
            dup
            ldc Lorg/glassfish/grizzly/http/io/OutputBuffer;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".isBlocking"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic java.lang.Boolean.getBoolean:(Ljava/lang/String;)Z
            putstatic org.glassfish.grizzly.http.io.OutputBuffer.IS_BLOCKING:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 100
            aload 0 /* this */
            new org.glassfish.grizzly.http.io.TemporaryHeapBuffer
            dup
            invokespecial org.glassfish.grizzly.http.io.TemporaryHeapBuffer.<init>:()V
            putfield org.glassfish.grizzly.http.io.OutputBuffer.temporaryWriteBuffer:Lorg/glassfish/grizzly/http/io/TemporaryHeapBuffer;
         2: .line 103
            aload 0 /* this */
            new org.glassfish.grizzly.http.io.OutputBuffer$ByteArrayCloner
            dup
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.temporaryWriteBuffer:Lorg/glassfish/grizzly/http/io/TemporaryHeapBuffer;
            invokespecial org.glassfish.grizzly.http.io.OutputBuffer$ByteArrayCloner.<init>:(Lorg/glassfish/grizzly/http/io/TemporaryHeapBuffer;)V
            putfield org.glassfish.grizzly.http.io.OutputBuffer.cloner:Lorg/glassfish/grizzly/http/io/OutputBuffer$ByteArrayCloner;
         3: .line 105
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.glassfish.grizzly.http.io.OutputBuffer.lifeCycleListeners:Ljava/util/List;
         4: .line 117
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.glassfish.grizzly.http.io.OutputBuffer.encoders:Ljava/util/Map;
         5: .line 132
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.DEFAULT_BUFFER_SIZE:I
            putfield org.glassfish.grizzly.http.io.OutputBuffer.bufferSize:I
         6: .line 77
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  public void initialize(org.glassfish.grizzly.http.HttpHeader, boolean, org.glassfish.grizzly.filterchain.FilterChainContext);
    descriptor: (Lorg/glassfish/grizzly/http/HttpHeader;ZLorg/glassfish/grizzly/filterchain/FilterChainContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // org.glassfish.grizzly.http.HttpHeader outputHeader
        start local 2 // boolean sendfileEnabled
        start local 3 // org.glassfish.grizzly.filterchain.FilterChainContext ctx
         0: .line 155
            aload 0 /* this */
            aload 1 /* outputHeader */
            putfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
         1: .line 156
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.builder:Lorg/glassfish/grizzly/http/HttpContent$Builder;
            ifnonnull 4
         2: .line 157
            aload 0 /* this */
            aload 1 /* outputHeader */
            invokevirtual org.glassfish.grizzly.http.HttpHeader.httpContentBuilder:()Lorg/glassfish/grizzly/http/HttpContent$Builder;
            putfield org.glassfish.grizzly.http.io.OutputBuffer.builder:Lorg/glassfish/grizzly/http/HttpContent$Builder;
         3: .line 158
            goto 5
         4: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.builder:Lorg/glassfish/grizzly/http/HttpContent$Builder;
            aload 1 /* outputHeader */
            invokevirtual org.glassfish.grizzly.http.HttpContent$Builder.httpHeader:(Lorg/glassfish/grizzly/http/HttpHeader;)Lorg/glassfish/grizzly/http/HttpContent$Builder;
            pop
         5: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* sendfileEnabled */
            putfield org.glassfish.grizzly.http.io.OutputBuffer.sendfileEnabled:Z
         6: .line 162
            aload 0 /* this */
            aload 3 /* ctx */
            putfield org.glassfish.grizzly.http.io.OutputBuffer.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
         7: .line 163
            aload 0 /* this */
            aload 1 /* outputHeader */
            invokevirtual org.glassfish.grizzly.http.HttpHeader.getProcessingState:()Lorg/glassfish/grizzly/http/ProcessingState;
            invokevirtual org.glassfish.grizzly.http.ProcessingState.getHttpContext:()Lorg/glassfish/grizzly/http/HttpContext;
            putfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
         8: .line 164
            aload 0 /* this */
            aload 3 /* ctx */
            invokevirtual org.glassfish.grizzly.filterchain.FilterChainContext.getConnection:()Lorg/glassfish/grizzly/Connection;
            putfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
         9: .line 165
            aload 0 /* this */
            aload 3 /* ctx */
            invokevirtual org.glassfish.grizzly.filterchain.FilterChainContext.getMemoryManager:()Lorg/glassfish/grizzly/memory/MemoryManager;
            putfield org.glassfish.grizzly.http.io.OutputBuffer.memoryManager:Lorg/glassfish/grizzly/memory/MemoryManager;
        10: .line 166
            return
        end local 3 // org.glassfish.grizzly.filterchain.FilterChainContext ctx
        end local 2 // boolean sendfileEnabled
        end local 1 // org.glassfish.grizzly.http.HttpHeader outputHeader
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   11     1     outputHeader  Lorg/glassfish/grizzly/http/HttpHeader;
            0   11     2  sendfileEnabled  Z
            0   11     3              ctx  Lorg/glassfish/grizzly/filterchain/FilterChainContext;
    MethodParameters:
                 Name  Flags
      outputHeader     final
      sendfileEnabled  final
      ctx              final

  public boolean isAsyncEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 181
            iconst_1
            ireturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void setAsyncEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // boolean asyncEnabled
         0: .line 196
            return
        end local 1 // boolean asyncEnabled
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    1     1  asyncEnabled  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      asyncEnabled  

  public void prepareCharacterEncoder();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 199
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.getEncoder:()Ljava/nio/charset/CharsetEncoder;
            pop
         1: .line 200
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  public int getBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 203
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.bufferSize:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  public void registerLifeCycleListener(org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener);
    descriptor: (Lorg/glassfish/grizzly/http/io/OutputBuffer$LifeCycleListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener listener
         0: .line 208
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.lifeCycleListeners:Ljava/util/List;
            aload 1 /* listener */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 209
            return
        end local 1 // org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener listener
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    2     1  listener  Lorg/glassfish/grizzly/http/io/OutputBuffer$LifeCycleListener;
    MethodParameters:
          Name  Flags
      listener  final

  public boolean removeLifeCycleListener(org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener);
    descriptor: (Lorg/glassfish/grizzly/http/io/OutputBuffer$LifeCycleListener;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener listener
         0: .line 213
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.lifeCycleListeners:Ljava/util/List;
            aload 1 /* listener */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener listener
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    1     1  listener  Lorg/glassfish/grizzly/http/io/OutputBuffer$LifeCycleListener;
    MethodParameters:
          Name  Flags
      listener  final

  public void setBufferSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // int bufferSize
         0: .line 218
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.committed:Z
            ifeq 2
         1: .line 219
            return
         2: .line 222
      StackMap locals:
      StackMap stack:
            iload 1 /* bufferSize */
            sipush 512
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* bufferSizeLocal */
        start local 2 // int bufferSizeLocal
         3: .line 224
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnonnull 5
         4: .line 225
            aload 0 /* this */
            iload 2 /* bufferSizeLocal */
            putfield org.glassfish.grizzly.http.io.OutputBuffer.bufferSize:I
         5: .line 228
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            ifnull 10
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            arraylength
            iload 2 /* bufferSizeLocal */
            if_icmpge 10
         6: .line 229
            iload 2 /* bufferSizeLocal */
            newarray 5
            astore 3 /* newCharsArray */
        start local 3 // char[] newCharsArray
         7: .line 230
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            iconst_0
            aload 3 /* newCharsArray */
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 231
            aload 0 /* this */
            aload 3 /* newCharsArray */
            invokestatic java.nio.CharBuffer.wrap:([C)Ljava/nio/CharBuffer;
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsBuffer:Ljava/nio/CharBuffer;
         9: .line 232
            aload 0 /* this */
            aload 3 /* newCharsArray */
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
        end local 3 // char[] newCharsArray
        10: .line 234
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int bufferSizeLocal
        end local 1 // int bufferSize
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   11     1       bufferSize  I
            3   11     2  bufferSizeLocal  I
            7   10     3    newCharsArray  [C
    MethodParameters:
            Name  Flags
      bufferSize  final

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 243
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.committed:Z
            ifeq 2
         1: .line 244
            new java.lang.IllegalStateException
            dup
            ldc "Cannot reset the response as it has already been committed."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
         3: .line 249
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnull 5
         4: .line 250
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.clear:()Lorg/glassfish/grizzly/Buffer;
            pop
         5: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
         6: .line 254
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
         7: .line 255
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 262
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
            ireturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  public int getBufferedDataSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 272
            iconst_0
            istore 1 /* size */
        start local 1 // int size
         1: .line 273
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            ifnull 3
         2: .line 274
            iload 1 /* size */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.remaining:()I
            iadd
            istore 1 /* size */
         3: .line 277
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnull 5
         4: .line 278
            iload 1 /* size */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            iadd
            istore 1 /* size */
         5: .line 281
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            iconst_1
            ishl
            iadd
            istore 1 /* size */
         6: .line 283
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            1    7     1  size  I

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 291
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
         1: .line 292
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.builder:Lorg/glassfish/grizzly/http/HttpContent$Builder;
            invokevirtual org.glassfish.grizzly.http.HttpContent$Builder.reset:()V
         2: .line 294
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            ifnull 5
         3: .line 295
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.dispose:()V
         4: .line 296
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
         5: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnull 8
         6: .line 300
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.dispose:()V
         7: .line 301
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
         8: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.temporaryWriteBuffer:Lorg/glassfish/grizzly/http/io/TemporaryHeapBuffer;
            invokevirtual org.glassfish.grizzly.http.io.TemporaryHeapBuffer.recycle:()V
         9: .line 306
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            ifnull 16
        10: .line 307
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
        11: .line 309
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            arraylength
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.MAX_CHAR_BUFFER_SIZE:I
            if_icmpge 14
        12: .line 310
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.clear:()Ljava/nio/Buffer;
            pop
        13: .line 311
            goto 16
        14: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsBuffer:Ljava/nio/CharBuffer;
        15: .line 313
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
        16: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.DEFAULT_BUFFER_SIZE:I
            putfield org.glassfish.grizzly.http.io.OutputBuffer.bufferSize:I
        17: .line 319
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.fileTransferRequested:Z
        18: .line 320
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
        19: .line 321
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
        20: .line 322
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
        21: .line 323
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
        22: .line 324
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.memoryManager:Lorg/glassfish/grizzly/memory/MemoryManager;
        23: .line 325
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.handler:Lorg/glassfish/grizzly/WriteHandler;
        24: .line 326
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.isNonBlockingWriteGuaranteed:Z
        25: .line 327
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.isLastWriteNonBlocking:Z
        26: .line 328
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.asyncWriteHandler:Lorg/glassfish/grizzly/http/io/OutputBuffer$InternalWriteHandler;
        27: .line 329
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.trailersSupplier:Ljava/util/function/Supplier;
        28: .line 331
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.committed:Z
        29: .line 332
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.finished:Z
        30: .line 333
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
        31: .line 334
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.headersWritten:Z
        32: .line 336
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.lifeCycleListeners:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        33: .line 337
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   34     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  public void endRequest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 341
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.finished:Z
            ifeq 2
         1: .line 342
            return
         2: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.asyncWriteHandler:Lorg/glassfish/grizzly/http/io/OutputBuffer$InternalWriteHandler;
            astore 1 /* asyncWriteQueueHandlerLocal */
        start local 1 // org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler asyncWriteQueueHandlerLocal
         3: .line 346
            aload 1 /* asyncWriteQueueHandlerLocal */
            ifnull 6
         4: .line 347
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.asyncWriteHandler:Lorg/glassfish/grizzly/http/io/OutputBuffer$InternalWriteHandler;
         5: .line 348
            aload 1 /* asyncWriteQueueHandlerLocal */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler.detach:()V
         6: .line 351
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
            ifne 10
         7: .line 353
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.close:()V
         8: .line 354
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         9: pop
        10: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
            ifnull 12
        11: .line 359
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
            getstatic org.glassfish.grizzly.http.HttpServerFilter.RESPONSE_COMPLETE_EVENT:Lorg/glassfish/grizzly/filterchain/FilterChainEvent;
            invokevirtual org.glassfish.grizzly.filterchain.FilterChainContext.notifyDownstream:(Lorg/glassfish/grizzly/filterchain/FilterChainEvent;)V
        12: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.io.OutputBuffer.finished:Z
        13: .line 364
            return
        end local 1 // org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler asyncWriteQueueHandlerLocal
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   14     0                         this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            3   14     1  asyncWriteQueueHandlerLocal  Lorg/glassfish/grizzly/http/io/OutputBuffer$InternalWriteHandler;
      Exception table:
        from    to  target  type
           7     8       9  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  public void acknowledge();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 374
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.IS_BLOCKING:Z
            invokevirtual org.glassfish.grizzly.filterchain.FilterChainContext.write:(Ljava/lang/Object;Z)V
         1: .line 376
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
    Exceptions:
      throws java.io.IOException

  public void writeChar(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // int c
         0: .line 382
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.assertOpen:()V
         1: .line 384
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
            ifeq 3
         2: .line 385
            return
         3: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.updateNonBlockingStatus:()V
         4: .line 390
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCharBuffer:()V
         5: .line 392
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            arraylength
            if_icmpne 7
         6: .line 393
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushCharsToBuf:(Z)V
         7: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            dup_x1
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            iload 1 /* c */
            i2c
            castore
         8: .line 397
            return
        end local 1 // int c
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    9     1     c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 401
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.assertOpen:()V
         1: .line 403
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
            ifne 2
            iload 3 /* len */
            ifne 3
         2: .line 404
      StackMap locals:
      StackMap stack:
            return
         3: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.updateNonBlockingStatus:()V
         4: .line 409
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.writingBytes:()Z
            ifeq 6
         5: .line 410
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBinaryBuffers:(Z)Z
            pop
         6: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCharBuffer:()V
         7: .line 415
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            arraylength
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            isub
            istore 4 /* remaining */
        start local 4 // int remaining
         8: .line 417
            iload 3 /* len */
            iload 4 /* remaining */
            if_icmpgt 12
         9: .line 418
            aload 1 /* cbuf */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 419
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            iload 3 /* len */
            iadd
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
        11: .line 420
            goto 21
      StackMap locals: int
      StackMap stack:
        12: iload 3 /* len */
            iload 4 /* remaining */
            isub
            iload 4 /* remaining */
            if_icmpge 19
        13: .line 421
            aload 1 /* cbuf */
            iload 2 /* off */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            iload 4 /* remaining */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 422
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            iload 4 /* remaining */
            iadd
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
        15: .line 424
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushCharsToBuf:(Z)V
        16: .line 426
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 4 /* remaining */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            iconst_0
            iload 3 /* len */
            iload 4 /* remaining */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 427
            aload 0 /* this */
            iload 3 /* len */
            iload 4 /* remaining */
            isub
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
        18: .line 428
            goto 21
        19: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushCharsToBuf:(Z)V
        20: .line 430
            aload 0 /* this */
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokestatic java.nio.CharBuffer.wrap:([CII)Ljava/nio/CharBuffer;
            iconst_1
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushCharsToBuf:(Ljava/nio/CharBuffer;Z)V
        21: .line 432
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int remaining
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   22     1       cbuf  [C
            0   22     2        off  I
            0   22     3        len  I
            8   22     4  remaining  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public void write(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // char[] cbuf
         0: .line 435
            aload 0 /* this */
            aload 1 /* cbuf */
            iconst_0
            aload 1 /* cbuf */
            arraylength
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.write:([CII)V
         1: .line 436
            return
        end local 1 // char[] cbuf
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    2     1  cbuf  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  final

  public void write(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // java.lang.String str
         0: .line 439
            aload 0 /* this */
            aload 1 /* str */
            iconst_0
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.write:(Ljava/lang/String;II)V
         1: .line 440
            return
        end local 1 // java.lang.String str
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    2     1   str  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      str   final

  public void write(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // java.lang.String str
        start local 2 // int off
        start local 3 // int len
         0: .line 444
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.assertOpen:()V
         1: .line 446
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
            ifne 2
            iload 3 /* len */
            ifne 3
         2: .line 447
      StackMap locals:
      StackMap stack:
            return
         3: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.updateNonBlockingStatus:()V
         4: .line 452
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.writingBytes:()Z
            ifeq 6
         5: .line 453
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBinaryBuffers:(Z)Z
            pop
         6: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCharBuffer:()V
         7: .line 458
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            arraylength
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            isub
            iload 3 /* len */
            if_icmplt 11
         8: .line 459
            aload 1 /* str */
            iload 2 /* off */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            invokevirtual java.lang.String.getChars:(II[CI)V
         9: .line 460
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            iload 3 /* len */
            iadd
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
        10: .line 462
            return
        11: .line 465
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            istore 4 /* offLocal */
        start local 4 // int offLocal
        12: .line 466
            iload 3 /* len */
            istore 5 /* lenLocal */
        start local 5 // int lenLocal
        13: .line 469
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            arraylength
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            isub
            istore 6 /* remaining */
        start local 6 // int remaining
        14: .line 470
            iload 5 /* lenLocal */
            iload 6 /* remaining */
            invokestatic java.lang.Math.min:(II)I
            istore 7 /* workingLen */
        start local 7 // int workingLen
        15: .line 472
            aload 1 /* str */
            iload 4 /* offLocal */
            iload 4 /* offLocal */
            iload 7 /* workingLen */
            iadd
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            invokevirtual java.lang.String.getChars:(II[CI)V
        16: .line 473
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            iload 7 /* workingLen */
            iadd
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
        17: .line 475
            iload 4 /* offLocal */
            iload 7 /* workingLen */
            iadd
            istore 4 /* offLocal */
        18: .line 476
            iload 5 /* lenLocal */
            iload 7 /* workingLen */
            isub
            istore 5 /* lenLocal */
        19: .line 478
            iload 5 /* lenLocal */
            ifle 21
        20: .line 479
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushCharsToBuf:(Z)V
        end local 7 // int workingLen
        end local 6 // int remaining
        21: .line 481
      StackMap locals:
      StackMap stack:
            iload 5 /* lenLocal */
        22: .line 468
            ifgt 13
        23: .line 483
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBinaryBuffersIfNeeded:()V
        24: .line 484
            return
        end local 5 // int lenLocal
        end local 4 // int offLocal
        end local 3 // int len
        end local 2 // int off
        end local 1 // java.lang.String str
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   25     1         str  Ljava/lang/String;
            0   25     2         off  I
            0   25     3         len  I
           12   25     4    offLocal  I
           13   25     5    lenLocal  I
           14   21     6   remaining  I
           15   21     7  workingLen  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      str   final
      off   final
      len   final

  public void writeByte(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // int b
         0: .line 490
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.assertOpen:()V
         1: .line 491
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
            ifeq 3
         2: .line 492
            return
         3: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.updateNonBlockingStatus:()V
         4: .line 497
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.writingChars:()Z
            ifeq 6
         5: .line 498
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushCharsToBuf:(Z)V
         6: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCurrentBuffer:()V
         7: .line 503
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.hasRemaining:()Z
            ifne 16
         8: .line 504
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.canWritePayloadChunk:()Z
            ifeq 14
         9: .line 505
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.doCommit:()Z
            pop
        10: .line 506
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBinaryBuffers:(Z)Z
            pop
        11: .line 508
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCurrentBuffer:()V
        12: .line 509
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.blockAfterWriteIfNeeded:()V
        13: .line 510
            goto 16
        14: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.finishCurrentBuffer:()V
        15: .line 512
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCurrentBuffer:()V
        16: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            iload 1 /* b */
            i2b
            invokeinterface org.glassfish.grizzly.Buffer.put:(B)Lorg/glassfish/grizzly/Buffer;
            pop
        17: .line 517
            return
        end local 1 // int b
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   18     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // byte[] b
         0: .line 520
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.write:([BII)V
         1: .line 521
            return
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final

  public void sendfile(java.io.File, org.glassfish.grizzly.CompletionHandler<org.glassfish.grizzly.WriteResult>);
    descriptor: (Ljava/io/File;Lorg/glassfish/grizzly/CompletionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // java.io.File file
        start local 2 // org.glassfish.grizzly.CompletionHandler handler
         0: .line 538
            aload 1 /* file */
            ifnonnull 2
         1: .line 539
            new java.lang.IllegalArgumentException
            dup
            ldc "Argument 'file' cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* file */
            lconst_0
            aload 1 /* file */
            invokevirtual java.io.File.length:()J
            aload 2 /* handler */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.sendfile:(Ljava/io/File;JJLorg/glassfish/grizzly/CompletionHandler;)V
         3: .line 542
            return
        end local 2 // org.glassfish.grizzly.CompletionHandler handler
        end local 1 // java.io.File file
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    4     1     file  Ljava/io/File;
            0    4     2  handler  Lorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/WriteResult;>;
    Signature: (Ljava/io/File;Lorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/WriteResult;>;)V
    MethodParameters:
         Name  Flags
      file     final
      handler  final

  public void sendfile(java.io.File, long, long, org.glassfish.grizzly.CompletionHandler<org.glassfish.grizzly.WriteResult>);
    descriptor: (Ljava/io/File;JJLorg/glassfish/grizzly/CompletionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // java.io.File file
        start local 2 // long offset
        start local 4 // long length
        start local 6 // org.glassfish.grizzly.CompletionHandler handler
         0: .line 570
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.sendfileEnabled:Z
            ifne 2
         1: .line 571
            new java.lang.IllegalStateException
            dup
            ldc "sendfile support isn't available."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.fileTransferRequested:Z
            ifeq 4
         3: .line 574
            new java.lang.IllegalStateException
            dup
            ldc "Only one file transfer allowed per request"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.reset:()V
         5: .line 582
            new org.glassfish.grizzly.FileTransfer
            dup
            aload 1 /* file */
            lload 2 /* offset */
            lload 4 /* length */
            invokespecial org.glassfish.grizzly.FileTransfer.<init>:(Ljava/io/File;JJ)V
            astore 7 /* f */
        start local 7 // org.glassfish.grizzly.FileTransfer f
         6: .line 585
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.io.OutputBuffer.fileTransferRequested:Z
         7: .line 587
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            aload 7 /* f */
            invokevirtual org.glassfish.grizzly.FileTransfer.remaining:()I
            i2l
            invokevirtual org.glassfish.grizzly.http.HttpHeader.setContentLengthLong:(J)V
         8: .line 588
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.getContentType:()Ljava/lang/String;
            ifnonnull 10
         9: .line 589
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            aload 1 /* file */
            invokevirtual java.io.File.getName:()Ljava/lang/String;
            invokestatic org.glassfish.grizzly.http.util.MimeType.getByFilename:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.setContentType:(Ljava/lang/String;)V
        10: .line 592
      StackMap locals: org.glassfish.grizzly.FileTransfer
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            getstatic org.glassfish.grizzly.http.util.Header.ContentEncoding:Lorg/glassfish/grizzly/http/util/Header;
            getstatic org.glassfish.grizzly.http.util.HeaderValue.IDENTITY:Lorg/glassfish/grizzly/http/util/HeaderValue;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.setHeader:(Lorg/glassfish/grizzly/http/util/Header;Lorg/glassfish/grizzly/http/util/HeaderValue;)V
        11: .line 595
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flush:()V
        12: .line 596
            goto 20
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 8 /* e */
        start local 8 // java.io.IOException e
        14: .line 597
            aload 6 /* handler */
            ifnull 17
        15: .line 598
            aload 6 /* handler */
            aload 8 /* e */
            invokeinterface org.glassfish.grizzly.CompletionHandler.failed:(Ljava/lang/Throwable;)V
        16: .line 599
            goto 19
        17: .line 600
      StackMap locals: java.io.IOException
      StackMap stack:
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 19
        18: .line 601
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
            ldc "Failed to transfer file %s.  Cause: %s."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* file */
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 8 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aload 8 /* e */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        19: .line 605
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.io.IOException e
        20: .line 608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
            aload 7 /* f */
            aload 6 /* handler */
            invokevirtual org.glassfish.grizzly.filterchain.FilterChainContext.write:(Ljava/lang/Object;Lorg/glassfish/grizzly/CompletionHandler;)V
        21: .line 609
            return
        end local 7 // org.glassfish.grizzly.FileTransfer f
        end local 6 // org.glassfish.grizzly.CompletionHandler handler
        end local 4 // long length
        end local 2 // long offset
        end local 1 // java.io.File file
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   22     1     file  Ljava/io/File;
            0   22     2   offset  J
            0   22     4   length  J
            0   22     6  handler  Lorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/WriteResult;>;
            6   22     7        f  Lorg/glassfish/grizzly/FileTransfer;
           14   20     8        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          11    12      13  Class java.io.IOException
    Signature: (Ljava/io/File;JJLorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/WriteResult;>;)V
    MethodParameters:
         Name  Flags
      file     final
      offset   final
      length   final
      handler  final

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 613
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.assertOpen:()V
         1: .line 614
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
            ifne 2
            iload 3 /* len */
            ifne 3
         2: .line 615
      StackMap locals:
      StackMap stack:
            return
         3: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.updateNonBlockingStatus:()V
         4: .line 620
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.writingChars:()Z
            ifeq 6
         5: .line 621
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushCharsToBuf:(Z)V
         6: .line 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.bufferSize:I
            iload 3 /* len */
            if_icmplt 11
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnull 7
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            iload 3 /* len */
            if_icmplt 11
         7: .line 626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCurrentBuffer:()V
         8: .line 628
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.$assertionsDisabled:Z
            ifne 9
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnonnull 9
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         9: .line 629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface org.glassfish.grizzly.Buffer.put:([BII)Lorg/glassfish/grizzly/Buffer;
            pop
        10: .line 630
            goto 29
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.canWritePayloadChunk:()Z
            ifeq 23
        12: .line 634
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.temporaryWriteBuffer:Lorg/glassfish/grizzly/http/io/TemporaryHeapBuffer;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.io.TemporaryHeapBuffer.reset:([BII)V
        13: .line 637
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.finishCurrentBuffer:()V
        14: .line 640
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.doCommit:()Z
            pop
        15: .line 641
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            ifnull 20
        16: .line 642
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.temporaryWriteBuffer:Lorg/glassfish/grizzly/http/io/TemporaryHeapBuffer;
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.append:(Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/memory/CompositeBuffer;
            pop
        17: .line 644
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.cloner:Lorg/glassfish/grizzly/http/io/OutputBuffer$ByteArrayCloner;
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer:(Lorg/glassfish/grizzly/Buffer;ZLorg/glassfish/grizzly/asyncqueue/MessageCloner;)V
        18: .line 645
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
        19: .line 646
            goto 21
        20: .line 647
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.temporaryWriteBuffer:Lorg/glassfish/grizzly/http/io/TemporaryHeapBuffer;
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.cloner:Lorg/glassfish/grizzly/http/io/OutputBuffer$ByteArrayCloner;
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer:(Lorg/glassfish/grizzly/Buffer;ZLorg/glassfish/grizzly/asyncqueue/MessageCloner;)V
        21: .line 650
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.blockAfterWriteIfNeeded:()V
        22: .line 651
            goto 29
        23: .line 653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.finishCurrentBuffer:()V
        24: .line 654
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.memoryManager:Lorg/glassfish/grizzly/memory/MemoryManager;
            iload 3 /* len */
            invokeinterface org.glassfish.grizzly.memory.MemoryManager.allocate:(I)Lorg/glassfish/grizzly/Buffer;
            astore 4 /* cloneBuffer */
        start local 4 // org.glassfish.grizzly.Buffer cloneBuffer
        25: .line 655
            aload 4 /* cloneBuffer */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface org.glassfish.grizzly.Buffer.put:([BII)Lorg/glassfish/grizzly/Buffer;
            pop
        26: .line 656
            aload 4 /* cloneBuffer */
            invokeinterface org.glassfish.grizzly.Buffer.flip:()Lorg/glassfish/grizzly/Buffer;
            pop
        27: .line 657
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCompositeBuffer:()V
        28: .line 659
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            aload 4 /* cloneBuffer */
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.append:(Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/memory/CompositeBuffer;
            pop
        end local 4 // org.glassfish.grizzly.Buffer cloneBuffer
        29: .line 661
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   30     0         this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   30     1            b  [B
            0   30     2          off  I
            0   30     3          len  I
           25   29     4  cloneBuffer  Lorg/glassfish/grizzly/Buffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final
      off   final
      len   final

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 667
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
            ifeq 2
         1: .line 668
            return
         2: .line 670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.io.OutputBuffer.closed:Z
         3: .line 672
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.assertOpen:()V
         4: .line 675
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.doCommit:()Z
            istore 1 /* isJustCommitted */
        start local 1 // boolean isJustCommitted
         5: .line 677
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushAllBuffers:(Z)Z
            ifne 7
            iload 1 /* isJustCommitted */
            ifne 6
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.isChunked:()Z
            ifeq 7
         6: .line 681
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.forceCommitHeaders:(Z)V
         7: .line 684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.blockAfterWriteIfNeeded:()V
         8: .line 685
            return
        end local 1 // boolean isJustCommitted
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            5    9     1  isJustCommitted  Z
    Exceptions:
      throws java.io.IOException

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 693
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.assertOpen:()V
         1: .line 695
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.doCommit:()Z
            istore 1 /* isJustCommitted */
        start local 1 // boolean isJustCommitted
         2: .line 696
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushAllBuffers:(Z)Z
            ifne 4
            iload 1 /* isJustCommitted */
            ifeq 4
         3: .line 697
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.forceCommitHeaders:(Z)V
         4: .line 700
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.blockAfterWriteIfNeeded:()V
         5: .line 701
            return
        end local 1 // boolean isJustCommitted
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            2    6     1  isJustCommitted  Z
    Exceptions:
      throws java.io.IOException

  public void writeByteBuffer(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // java.nio.ByteBuffer byteBuffer
         0: .line 716
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.memoryManager:Lorg/glassfish/grizzly/memory/MemoryManager;
            aload 1 /* byteBuffer */
            invokestatic org.glassfish.grizzly.memory.Buffers.wrap:(Lorg/glassfish/grizzly/memory/MemoryManager;Ljava/nio/ByteBuffer;)Lorg/glassfish/grizzly/Buffer;
            astore 2 /* w */
        start local 2 // org.glassfish.grizzly.Buffer w
         1: .line 717
            aload 2 /* w */
            iconst_0
            invokeinterface org.glassfish.grizzly.Buffer.allowBufferDispose:(Z)V
         2: .line 718
            aload 0 /* this */
            aload 2 /* w */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.writeBuffer:(Lorg/glassfish/grizzly/Buffer;)V
         3: .line 719
            return
        end local 2 // org.glassfish.grizzly.Buffer w
        end local 1 // java.nio.ByteBuffer byteBuffer
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    4     1  byteBuffer  Ljava/nio/ByteBuffer;
            1    4     2           w  Lorg/glassfish/grizzly/Buffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      byteBuffer  final

  public void writeBuffer(org.glassfish.grizzly.Buffer);
    descriptor: (Lorg/glassfish/grizzly/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // org.glassfish.grizzly.Buffer buffer
         0: .line 733
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.assertOpen:()V
         1: .line 735
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.updateNonBlockingStatus:()V
         2: .line 737
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.finishCurrentBuffer:()V
         3: .line 738
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCompositeBuffer:()V
         4: .line 739
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            aload 1 /* buffer */
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.append:(Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/memory/CompositeBuffer;
            pop
         5: .line 741
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.canWritePayloadChunk:()Z
            ifeq 7
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.remaining:()I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.bufferSize:I
            if_icmple 7
         6: .line 742
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flush:()V
         7: .line 744
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.Buffer buffer
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    8     1  buffer  Lorg/glassfish/grizzly/Buffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  final

  public boolean canWriteChar(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // int length
         0: .line 751
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.canWrite:()Z
            ireturn
        end local 1 // int length
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    1     1  length  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      length  final

  public boolean canWrite(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // int length
         0: .line 761
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.canWrite:()Z
            ireturn
        end local 1 // int length
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    1     1  length  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      length  final

  public boolean canWrite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 768
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.IS_BLOCKING:Z
            ifne 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.isNonBlockingWriteGuaranteed:Z
            ifeq 2
         1: .line 769
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
            invokevirtual org.glassfish.grizzly.http.HttpContext.getOutputSink:()Lorg/glassfish/grizzly/OutputSink;
            invokeinterface org.glassfish.grizzly.OutputSink.canWrite:()Z
            ifeq 5
         3: .line 773
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.io.OutputBuffer.isNonBlockingWriteGuaranteed:Z
         4: .line 774
            iconst_1
            ireturn
         5: .line 776
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  public void notifyCanWrite(org.glassfish.grizzly.WriteHandler, int);
    descriptor: (Lorg/glassfish/grizzly/WriteHandler;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // org.glassfish.grizzly.WriteHandler handler
        start local 2 // int length
         0: .line 787
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.notifyCanWrite:(Lorg/glassfish/grizzly/WriteHandler;)V
         1: .line 788
            return
        end local 2 // int length
        end local 1 // org.glassfish.grizzly.WriteHandler handler
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    2     1  handler  Lorg/glassfish/grizzly/WriteHandler;
            0    2     2   length  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      handler  final
      length   final

  public void notifyCanWrite(org.glassfish.grizzly.WriteHandler);
    descriptor: (Lorg/glassfish/grizzly/WriteHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // org.glassfish.grizzly.WriteHandler handler
         0: .line 791
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.handler:Lorg/glassfish/grizzly/WriteHandler;
            ifnull 2
         1: .line 792
            new java.lang.IllegalStateException
            dup
            ldc "Illegal attempt to set a new handler before the existing handler has been notified."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 795
      StackMap locals:
      StackMap stack:
            aload 1 /* handler */
            ifnull 10
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
            invokevirtual org.glassfish.grizzly.http.HttpContext.getCloseable:()Lorg/glassfish/grizzly/Closeable;
            invokeinterface org.glassfish.grizzly.Closeable.isOpen:()Z
            ifne 10
         3: .line 796
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.getCloseReason:()Lorg/glassfish/grizzly/CloseReason;
            astore 2 /* closeReason */
        start local 2 // org.glassfish.grizzly.CloseReason closeReason
         4: .line 797
            aload 2 /* closeReason */
            ifnonnull 8
         5: .line 798
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
            ldc "No close reason set, using default: {0}"
            getstatic org.glassfish.grizzly.CloseReason.LOCALLY_CLOSED_REASON:Lorg/glassfish/grizzly/CloseReason;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Object;)V
         6: .line 799
            aload 1 /* handler */
            getstatic org.glassfish.grizzly.CloseReason.LOCALLY_CLOSED_REASON:Lorg/glassfish/grizzly/CloseReason;
            invokevirtual org.glassfish.grizzly.CloseReason.getCause:()Ljava/io/IOException;
            invokeinterface org.glassfish.grizzly.WriteHandler.onError:(Ljava/lang/Throwable;)V
         7: .line 800
            goto 9
         8: .line 801
      StackMap locals: org.glassfish.grizzly.CloseReason
      StackMap stack:
            aload 1 /* handler */
            aload 2 /* closeReason */
            invokevirtual org.glassfish.grizzly.CloseReason.getCause:()Ljava/io/IOException;
            invokeinterface org.glassfish.grizzly.WriteHandler.onError:(Ljava/lang/Throwable;)V
         9: .line 803
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.CloseReason closeReason
        10: .line 806
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handler */
            putfield org.glassfish.grizzly.http.io.OutputBuffer.handler:Lorg/glassfish/grizzly/WriteHandler;
        11: .line 808
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.isNonBlockingWriteGuaranteed:Z
            ifne 12
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.canWrite:()Z
            ifeq 18
        12: .line 809
      StackMap locals:
      StackMap stack:
            invokestatic org.glassfish.grizzly.Writer$Reentrant.getWriteReentrant:()Lorg/glassfish/grizzly/Writer$Reentrant;
            astore 2 /* reentrant */
        start local 2 // org.glassfish.grizzly.Writer$Reentrant reentrant
        13: .line 810
            aload 2 /* reentrant */
            invokevirtual org.glassfish.grizzly.Writer$Reentrant.isMaxReentrantsReached:()Z
            ifeq 16
        14: .line 811
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.notifyWritePossibleAsync:()V
        15: .line 812
            goto 17
        16: .line 813
      StackMap locals: org.glassfish.grizzly.Writer$Reentrant
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.notifyWritePossible:()V
        17: .line 815
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.Writer$Reentrant reentrant
        18: .line 819
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.$assertionsDisabled:Z
            ifne 19
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.IS_BLOCKING:Z
            ifeq 19
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        19: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.asyncWriteHandler:Lorg/glassfish/grizzly/http/io/OutputBuffer$InternalWriteHandler;
            ifnonnull 21
        20: .line 822
            aload 0 /* this */
            new org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler.<init>:(Lorg/glassfish/grizzly/http/io/OutputBuffer;)V
            putfield org.glassfish.grizzly.http.io.OutputBuffer.asyncWriteHandler:Lorg/glassfish/grizzly/http/io/OutputBuffer$InternalWriteHandler;
        21: .line 828
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
            invokevirtual org.glassfish.grizzly.http.HttpContext.getOutputSink:()Lorg/glassfish/grizzly/OutputSink;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.asyncWriteHandler:Lorg/glassfish/grizzly/http/io/OutputBuffer$InternalWriteHandler;
            invokeinterface org.glassfish.grizzly.OutputSink.notifyCanWrite:(Lorg/glassfish/grizzly/WriteHandler;)V
        22: .line 829
            goto 25
      StackMap locals:
      StackMap stack: java.lang.Exception
        23: astore 2 /* ignored */
        start local 2 // java.lang.Exception ignored
        24: .line 830
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "Ignoring exception."
            aload 2 /* ignored */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // java.lang.Exception ignored
        25: .line 832
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.WriteHandler handler
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   26     0         this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   26     1      handler  Lorg/glassfish/grizzly/WriteHandler;
            4   10     2  closeReason  Lorg/glassfish/grizzly/CloseReason;
           13   18     2    reentrant  Lorg/glassfish/grizzly/Writer$Reentrant;
           24   25     2      ignored  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          21    22      23  Class java.lang.Exception
    MethodParameters:
         Name  Flags
      handler  final

  public void setTrailers(java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // java.util.function.Supplier trailersSupplier
         0: .line 835
            aload 0 /* this */
            aload 1 /* trailersSupplier */
            putfield org.glassfish.grizzly.http.io.OutputBuffer.trailersSupplier:Ljava/util/function/Supplier;
         1: .line 836
            return
        end local 1 // java.util.function.Supplier trailersSupplier
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    2     1  trailersSupplier  Ljava/util/function/Supplier<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;
    Signature: (Ljava/util/function/Supplier<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;)V
    MethodParameters:
                  Name  Flags
      trailersSupplier  

  public java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>> getTrailers();
    descriptor: ()Ljava/util/function/Supplier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 839
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.trailersSupplier:Ljava/util/function/Supplier;
            areturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
    Signature: ()Ljava/util/function/Supplier<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;

  protected java.util.concurrent.Executor getThreadPool();
    descriptor: ()Ljava/util/concurrent/Executor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 846
            invokestatic org.glassfish.grizzly.threadpool.Threads.isService:()Z
            ifne 2
         1: .line 847
            aconst_null
            areturn
         2: .line 850
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.getTransport:()Lorg/glassfish/grizzly/Transport;
            invokeinterface org.glassfish.grizzly.Transport.getWorkerThreadPool:()Ljava/util/concurrent/ExecutorService;
            astore 1 /* es */
        start local 1 // java.util.concurrent.ExecutorService es
         3: .line 851
            aload 1 /* es */
            ifnull 4
            aload 1 /* es */
            invokeinterface java.util.concurrent.ExecutorService.isShutdown:()Z
            ifne 4
            aload 1 /* es */
            goto 5
      StackMap locals: java.util.concurrent.ExecutorService
      StackMap stack:
         4: aconst_null
      StackMap locals:
      StackMap stack: java.util.concurrent.ExecutorService
         5: areturn
        end local 1 // java.util.concurrent.ExecutorService es
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            3    6     1    es  Ljava/util/concurrent/ExecutorService;

  private void notifyWritePossibleAsync();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 858
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.writePossibleRunnable:Ljava/lang/Runnable;
            ifnonnull 2
         1: .line 859
            aload 0 /* this */
            new org.glassfish.grizzly.http.io.OutputBuffer$1
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.io.OutputBuffer$1.<init>:(Lorg/glassfish/grizzly/http/io/OutputBuffer;)V
            putfield org.glassfish.grizzly.http.io.OutputBuffer.writePossibleRunnable:Ljava/lang/Runnable;
         2: .line 867
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            getstatic org.glassfish.grizzly.IOEvent.WRITE:Lorg/glassfish/grizzly/IOEvent;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.writePossibleRunnable:Ljava/lang/Runnable;
            invokeinterface org.glassfish.grizzly.Connection.executeInEventThread:(Lorg/glassfish/grizzly/IOEvent;Ljava/lang/Runnable;)V
         3: .line 868
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  private void notifyWritePossible();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 874
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.handler:Lorg/glassfish/grizzly/WriteHandler;
            astore 1 /* localHandler */
        start local 1 // org.glassfish.grizzly.WriteHandler localHandler
         1: .line 876
            aload 1 /* localHandler */
            ifnull 15
         2: .line 877
            invokestatic org.glassfish.grizzly.Writer$Reentrant.getWriteReentrant:()Lorg/glassfish/grizzly/Writer$Reentrant;
            astore 2 /* reentrant */
        start local 2 // org.glassfish.grizzly.Writer$Reentrant reentrant
         3: .line 880
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.handler:Lorg/glassfish/grizzly/WriteHandler;
         4: .line 881
            aload 2 /* reentrant */
            invokevirtual org.glassfish.grizzly.Writer$Reentrant.inc:()Z
            pop
         5: .line 883
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.io.OutputBuffer.isNonBlockingWriteGuaranteed:Z
         6: .line 885
            aload 1 /* localHandler */
            invokeinterface org.glassfish.grizzly.WriteHandler.onWritePossible:()V
         7: .line 886
            goto 14
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer org.glassfish.grizzly.WriteHandler org.glassfish.grizzly.Writer$Reentrant
      StackMap stack: java.lang.Throwable
         8: astore 3 /* t */
        start local 3 // java.lang.Throwable t
         9: .line 887
            aload 1 /* localHandler */
            aload 3 /* t */
            invokeinterface org.glassfish.grizzly.WriteHandler.onError:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable t
        10: .line 889
            aload 2 /* reentrant */
            invokevirtual org.glassfish.grizzly.Writer$Reentrant.dec:()Z
            pop
            goto 15
        11: .line 888
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        12: .line 889
            aload 2 /* reentrant */
            invokevirtual org.glassfish.grizzly.Writer$Reentrant.dec:()Z
            pop
        13: .line 890
            aload 4
            athrow
        14: .line 889
      StackMap locals:
      StackMap stack:
            aload 2 /* reentrant */
            invokevirtual org.glassfish.grizzly.Writer$Reentrant.dec:()Z
            pop
        end local 2 // org.glassfish.grizzly.Writer$Reentrant reentrant
        15: .line 892
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.WriteHandler localHandler
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            1   16     1  localHandler  Lorg/glassfish/grizzly/WriteHandler;
            3   15     2     reentrant  Lorg/glassfish/grizzly/Writer$Reentrant;
            9   10     3             t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     7       8  Class java.lang.Throwable
           3    10      11  any

  private boolean canWritePayloadChunk();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 897
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.isChunkingAllowed:()Z
            ifne 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.getContentLength:()J
            ldc -1
            lcmp
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  private void blockAfterWriteIfNeeded();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 902
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.IS_BLOCKING:Z
            ifne 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.isNonBlockingWriteGuaranteed:Z
            ifne 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.isLastWriteNonBlocking:Z
            ifeq 2
         1: .line 903
      StackMap locals:
      StackMap stack:
            return
         2: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
            invokevirtual org.glassfish.grizzly.http.HttpContext.getOutputSink:()Lorg/glassfish/grizzly/OutputSink;
            invokeinterface org.glassfish.grizzly.OutputSink.canWrite:()Z
            ifeq 4
         3: .line 907
            return
         4: .line 910
      StackMap locals:
      StackMap stack:
            invokestatic org.glassfish.grizzly.utils.Futures.createSafeFuture:()Lorg/glassfish/grizzly/impl/FutureImpl;
            astore 1 /* future */
        start local 1 // org.glassfish.grizzly.impl.FutureImpl future
         5: .line 912
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
            invokevirtual org.glassfish.grizzly.http.HttpContext.getOutputSink:()Lorg/glassfish/grizzly/OutputSink;
            new org.glassfish.grizzly.http.io.OutputBuffer$2
            dup
            aload 0 /* this */
            aload 1 /* future */
            invokespecial org.glassfish.grizzly.http.io.OutputBuffer$2.<init>:(Lorg/glassfish/grizzly/http/io/OutputBuffer;Lorg/glassfish/grizzly/impl/FutureImpl;)V
            invokeinterface org.glassfish.grizzly.OutputSink.notifyCanWrite:(Lorg/glassfish/grizzly/WriteHandler;)V
         6: .line 926
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.connection:Lorg/glassfish/grizzly/Connection;
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokeinterface org.glassfish.grizzly.Connection.getWriteTimeout:(Ljava/util/concurrent/TimeUnit;)J
            lstore 2 /* writeTimeout */
        start local 2 // long writeTimeout
         7: .line 927
            lload 2 /* writeTimeout */
            lconst_0
            lcmp
            iflt 10
         8: .line 928
            aload 1 /* future */
            lload 2 /* writeTimeout */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.get:(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
            pop
         9: .line 929
            goto 21
        10: .line 930
      StackMap locals: org.glassfish.grizzly.impl.FutureImpl long
      StackMap stack:
            aload 1 /* future */
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.get:()Ljava/lang/Object;
            pop
        end local 2 // long writeTimeout
        11: .line 932
            goto 21
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer org.glassfish.grizzly.impl.FutureImpl
      StackMap stack: java.util.concurrent.ExecutionException
        12: astore 2 /* e */
        start local 2 // java.util.concurrent.ExecutionException e
        13: .line 934
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
            invokevirtual org.glassfish.grizzly.http.HttpContext.close:()V
        14: .line 935
            aload 2 /* e */
            invokevirtual java.util.concurrent.ExecutionException.getCause:()Ljava/lang/Throwable;
            invokestatic org.glassfish.grizzly.utils.Exceptions.makeIOException:(Ljava/lang/Throwable;)Ljava/io/IOException;
            athrow
        end local 2 // java.util.concurrent.ExecutionException e
        15: .line 936
      StackMap locals:
      StackMap stack: java.util.concurrent.TimeoutException
            pop
        16: .line 938
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
            invokevirtual org.glassfish.grizzly.http.HttpContext.close:()V
        17: .line 939
            new java.io.IOException
            dup
            ldc "Write timeout exceeded when trying to flush the data"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 940
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        19: .line 942
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.httpContext:Lorg/glassfish/grizzly/http/HttpContext;
            invokevirtual org.glassfish.grizzly.http.HttpContext.close:()V
        20: .line 943
            aload 2 /* e */
            invokestatic org.glassfish.grizzly.utils.Exceptions.makeIOException:(Ljava/lang/Throwable;)Ljava/io/IOException;
            athrow
        end local 2 // java.lang.Exception e
        21: .line 945
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.glassfish.grizzly.impl.FutureImpl future
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            5   22     1        future  Lorg/glassfish/grizzly/impl/FutureImpl<Ljava/lang/Boolean;>;
            7   11     2  writeTimeout  J
           13   15     2             e  Ljava/util/concurrent/ExecutionException;
           19   21     2             e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           6    11      12  Class java.util.concurrent.ExecutionException
           6    11      15  Class java.util.concurrent.TimeoutException
           6    11      18  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException

  private boolean flushAllBuffers(boolean);
    descriptor: (Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // boolean isLast
         0: .line 948
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            ifle 2
         1: .line 949
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushCharsToBuf:(Z)V
         2: .line 952
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* isLast */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBinaryBuffers:(Z)Z
            ireturn
        end local 1 // boolean isLast
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    3     1  isLast  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      isLast  final

  private boolean flushBinaryBuffers(boolean);
    descriptor: (Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // boolean isLast
         0: .line 956
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.isChunkingAllowed:()Z
            ifne 4
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.getContentLength:()J
            ldc -1
            lcmp
            ifne 4
         1: .line 957
            iload 1 /* isLast */
            ifne 3
         2: .line 958
            iconst_0
            ireturn
         3: .line 960
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.getBufferedDataSize:()I
            invokevirtual org.glassfish.grizzly.http.HttpHeader.setContentLength:(I)V
         4: .line 964
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            ifnull 5
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.hasRemaining:()Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 3 /* isFlushComposite */
        start local 3 // boolean isFlushComposite
         7: .line 966
            iload 3 /* isFlushComposite */
            ifeq 12
         8: .line 967
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.finishCurrentBuffer:()V
         9: .line 968
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            astore 2 /* bufferToFlush */
        start local 2 // org.glassfish.grizzly.Buffer bufferToFlush
        10: .line 969
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
        11: .line 970
            goto 18
        end local 2 // org.glassfish.grizzly.Buffer bufferToFlush
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer int top int
      StackMap stack:
        12: aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnull 17
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            ifle 17
        13: .line 971
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.trim:()V
        14: .line 972
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            astore 2 /* bufferToFlush */
        start local 2 // org.glassfish.grizzly.Buffer bufferToFlush
        15: .line 973
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
        16: .line 974
            goto 18
        end local 2 // org.glassfish.grizzly.Buffer bufferToFlush
        17: .line 975
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* bufferToFlush */
        start local 2 // org.glassfish.grizzly.Buffer bufferToFlush
        18: .line 978
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer int org.glassfish.grizzly.Buffer int
      StackMap stack:
            aload 2 /* bufferToFlush */
            ifnonnull 19
            iload 1 /* isLast */
            ifeq 22
        19: .line 979
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.doCommit:()Z
            pop
        20: .line 980
            aload 0 /* this */
            aload 2 /* bufferToFlush */
            iload 1 /* isLast */
            aconst_null
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer:(Lorg/glassfish/grizzly/Buffer;ZLorg/glassfish/grizzly/asyncqueue/MessageCloner;)V
        21: .line 982
            iconst_1
            ireturn
        22: .line 985
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // boolean isFlushComposite
        end local 2 // org.glassfish.grizzly.Buffer bufferToFlush
        end local 1 // boolean isLast
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   23     0              this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   23     1            isLast  Z
           10   12     2     bufferToFlush  Lorg/glassfish/grizzly/Buffer;
           15   17     2     bufferToFlush  Lorg/glassfish/grizzly/Buffer;
           18   23     2     bufferToFlush  Lorg/glassfish/grizzly/Buffer;
            7   23     3  isFlushComposite  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      isLast  final

  private void flushBuffer(org.glassfish.grizzly.Buffer, boolean, org.glassfish.grizzly.asyncqueue.MessageCloner<org.glassfish.grizzly.Buffer>);
    descriptor: (Lorg/glassfish/grizzly/Buffer;ZLorg/glassfish/grizzly/asyncqueue/MessageCloner;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // org.glassfish.grizzly.Buffer bufferToFlush
        start local 2 // boolean isLast
        start local 3 // org.glassfish.grizzly.asyncqueue.MessageCloner messageCloner
         0: .line 991
            iload 2 /* isLast */
            ifeq 11
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.trailersSupplier:Ljava/util/function/Supplier;
            ifnull 11
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.isChunked:()Z
            ifne 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.getProtocol:()Lorg/glassfish/grizzly/http/Protocol;
            getstatic org.glassfish.grizzly.http.Protocol.HTTP_2_0:Lorg/glassfish/grizzly/http/Protocol;
            invokevirtual org.glassfish.grizzly.http.Protocol.equals:(Ljava/lang/Object;)Z
            ifeq 11
         1: .line 992
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.forceCommitHeaders:(Z)V
         2: .line 993
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.httpTrailerBuilder:()Lorg/glassfish/grizzly/http/HttpTrailer$Builder;
            aload 1 /* bufferToFlush */
            invokevirtual org.glassfish.grizzly.http.HttpTrailer$Builder.content:(Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/http/HttpContent$Builder;
            checkcast org.glassfish.grizzly.http.HttpTrailer$Builder
            iconst_1
            invokevirtual org.glassfish.grizzly.http.HttpTrailer$Builder.last:(Z)Lorg/glassfish/grizzly/http/HttpContent$Builder;
            checkcast org.glassfish.grizzly.http.HttpTrailer$Builder
            astore 5 /* tBuilder */
        start local 5 // org.glassfish.grizzly.http.HttpTrailer$Builder tBuilder
         3: .line 994
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.trailersSupplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast java.util.Map
            astore 6 /* trailers */
        start local 6 // java.util.Map trailers
         4: .line 995
            aload 6 /* trailers */
            ifnull 9
            aload 6 /* trailers */
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 9
         5: .line 996
            aload 6 /* trailers */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 8
            goto 8
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer org.glassfish.grizzly.Buffer int org.glassfish.grizzly.asyncqueue.MessageCloner top org.glassfish.grizzly.http.HttpTrailer$Builder java.util.Map top java.util.Iterator
      StackMap stack:
         6: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 7 /* entry */
        start local 7 // java.util.Map$Entry entry
         7: .line 997
            aload 5 /* tBuilder */
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual org.glassfish.grizzly.http.HttpTrailer$Builder.header:(Ljava/lang/String;Ljava/lang/String;)Lorg/glassfish/grizzly/http/HttpTrailer$Builder;
            pop
        end local 7 // java.util.Map$Entry entry
         8: .line 996
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 1000
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer org.glassfish.grizzly.Buffer int org.glassfish.grizzly.asyncqueue.MessageCloner top org.glassfish.grizzly.http.HttpTrailer$Builder java.util.Map
      StackMap stack:
            aload 5 /* tBuilder */
            invokevirtual org.glassfish.grizzly.http.HttpTrailer$Builder.build:()Lorg/glassfish/grizzly/http/HttpTrailer;
            astore 4 /* content */
        end local 6 // java.util.Map trailers
        end local 5 // org.glassfish.grizzly.http.HttpTrailer$Builder tBuilder
        start local 4 // org.glassfish.grizzly.http.HttpContent content
        10: .line 1001
            goto 12
        end local 4 // org.glassfish.grizzly.http.HttpContent content
        11: .line 1002
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer org.glassfish.grizzly.Buffer int org.glassfish.grizzly.asyncqueue.MessageCloner
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.builder:Lorg/glassfish/grizzly/http/HttpContent$Builder;
            aload 1 /* bufferToFlush */
            invokevirtual org.glassfish.grizzly.http.HttpContent$Builder.content:(Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/http/HttpContent$Builder;
            iload 2 /* isLast */
            invokevirtual org.glassfish.grizzly.http.HttpContent$Builder.last:(Z)Lorg/glassfish/grizzly/http/HttpContent$Builder;
            invokevirtual org.glassfish.grizzly.http.HttpContent$Builder.build:()Lorg/glassfish/grizzly/http/HttpContent;
            astore 4 /* content */
        start local 4 // org.glassfish.grizzly.http.HttpContent content
        12: .line 1004
      StackMap locals: org.glassfish.grizzly.http.HttpContent
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
            aconst_null
            aload 4 /* content */
            aconst_null
            aload 3 /* messageCloner */
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.IS_BLOCKING:Z
            invokevirtual org.glassfish.grizzly.filterchain.FilterChainContext.write:(Ljava/lang/Object;Ljava/lang/Object;Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/asyncqueue/MessageCloner;Z)V
        13: .line 1005
            return
        end local 4 // org.glassfish.grizzly.http.HttpContent content
        end local 3 // org.glassfish.grizzly.asyncqueue.MessageCloner messageCloner
        end local 2 // boolean isLast
        end local 1 // org.glassfish.grizzly.Buffer bufferToFlush
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   14     1  bufferToFlush  Lorg/glassfish/grizzly/Buffer;
            0   14     2         isLast  Z
            0   14     3  messageCloner  Lorg/glassfish/grizzly/asyncqueue/MessageCloner<Lorg/glassfish/grizzly/Buffer;>;
           10   11     4        content  Lorg/glassfish/grizzly/http/HttpContent;
           12   14     4        content  Lorg/glassfish/grizzly/http/HttpContent;
            3   10     5       tBuilder  Lorg/glassfish/grizzly/http/HttpTrailer$Builder;
            4   10     6       trailers  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            7    8     7          entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/glassfish/grizzly/Buffer;ZLorg/glassfish/grizzly/asyncqueue/MessageCloner<Lorg/glassfish/grizzly/Buffer;>;)V
    MethodParameters:
               Name  Flags
      bufferToFlush  final
      isLast         final
      messageCloner  final

  private void checkCharBuffer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1008
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            ifnonnull 3
         1: .line 1009
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.bufferSize:I
            newarray 5
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
         2: .line 1010
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            invokestatic java.nio.CharBuffer.wrap:([C)Ljava/nio/CharBuffer;
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsBuffer:Ljava/nio/CharBuffer;
         3: .line 1012
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  private boolean writingChars();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1015
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArray:[C
            ifnull 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  private boolean writingBytes();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1019
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnull 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  private void checkCurrentBuffer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1023
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnonnull 3
         1: .line 1024
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.memoryManager:Lorg/glassfish/grizzly/memory/MemoryManager;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.bufferSize:I
            invokeinterface org.glassfish.grizzly.memory.MemoryManager.allocate:(I)Lorg/glassfish/grizzly/Buffer;
            putfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
         2: .line 1025
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            iconst_1
            invokeinterface org.glassfish.grizzly.Buffer.allowBufferDispose:(Z)V
         3: .line 1027
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  private void finishCurrentBuffer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1030
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnull 5
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            ifle 5
         1: .line 1031
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.trim:()V
         2: .line 1032
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCompositeBuffer:()V
         3: .line 1033
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.append:(Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/memory/CompositeBuffer;
            pop
         4: .line 1034
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
         5: .line 1036
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;

  private java.nio.charset.CharsetEncoder getEncoder();
    descriptor: ()Ljava/nio/charset/CharsetEncoder;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1040
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
            ifnonnull 13
         1: .line 1041
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.getCharacterEncoding:()Ljava/lang/String;
            astore 1 /* encoding */
        start local 1 // java.lang.String encoding
         2: .line 1042
            aload 1 /* encoding */
            ifnonnull 4
         3: .line 1043
            getstatic org.glassfish.grizzly.http.util.Constants.DEFAULT_HTTP_CHARACTER_ENCODING:Ljava/lang/String;
            astore 1 /* encoding */
         4: .line 1046
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.encoders:Ljava/util/Map;
            aload 1 /* encoding */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.nio.charset.CharsetEncoder
            putfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
         5: .line 1047
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
            ifnonnull 12
         6: .line 1048
            aload 1 /* encoding */
            invokestatic org.glassfish.grizzly.utils.Charsets.lookupCharset:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            astore 2 /* cs */
        start local 2 // java.nio.charset.Charset cs
         7: .line 1049
            aload 0 /* this */
            aload 2 /* cs */
            invokevirtual java.nio.charset.Charset.newEncoder:()Ljava/nio/charset/CharsetEncoder;
            putfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
         8: .line 1050
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
            getstatic java.nio.charset.CodingErrorAction.REPLACE:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetEncoder.onMalformedInput:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetEncoder;
            pop
         9: .line 1051
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
            getstatic java.nio.charset.CodingErrorAction.REPLACE:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetEncoder.onUnmappableCharacter:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetEncoder;
            pop
        10: .line 1053
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.encoders:Ljava/util/Map;
            aload 1 /* encoding */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // java.nio.charset.Charset cs
        11: .line 1054
            goto 13
        12: .line 1055
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
            invokevirtual java.nio.charset.CharsetEncoder.reset:()Ljava/nio/charset/CharsetEncoder;
            pop
        end local 1 // java.lang.String encoding
        13: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.encoder:Ljava/nio/charset/CharsetEncoder;
            areturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            2   13     1  encoding  Ljava/lang/String;
            7   11     2        cs  Ljava/nio/charset/Charset;

  private boolean doCommit();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1065
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.committed:Z
            ifne 5
         1: .line 1066
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.notifyCommit:()V
         2: .line 1067
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.io.OutputBuffer.committed:Z
         3: .line 1068
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            invokevirtual org.glassfish.grizzly.http.HttpHeader.getHeaders:()Lorg/glassfish/grizzly/http/util/MimeHeaders;
            invokevirtual org.glassfish.grizzly.http.util.MimeHeaders.mark:()V
         4: .line 1069
            iconst_1
            ireturn
         5: .line 1072
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
    Exceptions:
      throws java.io.IOException

  private void forceCommitHeaders(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // boolean isLast
         0: .line 1076
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.headersWritten:Z
            ifne 7
         1: .line 1077
            iload 1 /* isLast */
            ifeq 6
         2: .line 1078
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            ifnull 7
         3: .line 1079
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.builder:Lorg/glassfish/grizzly/http/HttpContent$Builder;
            iconst_1
            invokevirtual org.glassfish.grizzly.http.HttpContent$Builder.last:(Z)Lorg/glassfish/grizzly/http/HttpContent$Builder;
            aconst_null
            invokevirtual org.glassfish.grizzly.http.HttpContent$Builder.content:(Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/http/HttpContent$Builder;
            pop
         4: .line 1080
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.builder:Lorg/glassfish/grizzly/http/HttpContent$Builder;
            invokevirtual org.glassfish.grizzly.http.HttpContent$Builder.build:()Lorg/glassfish/grizzly/http/HttpContent;
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.IS_BLOCKING:Z
            invokevirtual org.glassfish.grizzly.filterchain.FilterChainContext.write:(Ljava/lang/Object;Z)V
         5: .line 1082
            goto 7
         6: .line 1083
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.ctx:Lorg/glassfish/grizzly/filterchain/FilterChainContext;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.outputHeader:Lorg/glassfish/grizzly/http/HttpHeader;
            getstatic org.glassfish.grizzly.http.io.OutputBuffer.IS_BLOCKING:Z
            invokevirtual org.glassfish.grizzly.filterchain.FilterChainContext.write:(Ljava/lang/Object;Z)V
         7: .line 1086
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.io.OutputBuffer.headersWritten:Z
         8: .line 1087
            return
        end local 1 // boolean isLast
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0    9     1  isLast  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      isLast  final

  private void checkCompositeBuffer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1090
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            ifnonnull 5
         1: .line 1091
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.memoryManager:Lorg/glassfish/grizzly/memory/MemoryManager;
            invokestatic org.glassfish.grizzly.memory.CompositeBuffer.newBuffer:(Lorg/glassfish/grizzly/memory/MemoryManager;)Lorg/glassfish/grizzly/memory/CompositeBuffer;
            astore 1 /* buffer */
        start local 1 // org.glassfish.grizzly.memory.CompositeBuffer buffer
         2: .line 1092
            aload 1 /* buffer */
            iconst_1
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.allowBufferDispose:(Z)V
         3: .line 1093
            aload 1 /* buffer */
            iconst_1
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.allowInternalBuffersDispose:(Z)V
         4: .line 1094
            aload 0 /* this */
            aload 1 /* buffer */
            putfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
        end local 1 // org.glassfish.grizzly.memory.CompositeBuffer buffer
         5: .line 1096
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            2    5     1  buffer  Lorg/glassfish/grizzly/memory/CompositeBuffer;

  private void flushCharsToBuf(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // boolean canFlushToNet
         0: .line 1099
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsBuffer:Ljava/nio/CharBuffer;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         1: .line 1101
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsBuffer:Ljava/nio/CharBuffer;
            iload 1 /* canFlushToNet */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushCharsToBuf:(Ljava/nio/CharBuffer;Z)V
         2: .line 1102
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 1103
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
         5: .line 1104
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.clear:()Ljava/nio/Buffer;
            pop
         6: .line 1105
            aload 2
            athrow
         7: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.charsArrayLength:I
         8: .line 1104
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.charsBuffer:Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.clear:()Ljava/nio/Buffer;
            pop
         9: .line 1106
            return
        end local 1 // boolean canFlushToNet
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   10     1  canFlushToNet  Z
      Exception table:
        from    to  target  type
           1     3       3  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      canFlushToNet  final

  private void flushCharsToBuf(java.nio.CharBuffer, boolean);
    descriptor: (Ljava/nio/CharBuffer;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
        start local 1 // java.nio.CharBuffer charBuf
        start local 2 // boolean canFlushToNet
         0: .line 1110
            aload 1 /* charBuf */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 2
         1: .line 1111
            return
         2: .line 1115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.getEncoder:()Ljava/nio/charset/CharsetEncoder;
            astore 3 /* enc */
        start local 3 // java.nio.charset.CharsetEncoder enc
         3: .line 1117
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCurrentBuffer:()V
         4: .line 1119
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.hasRemaining:()Z
            ifne 7
         5: .line 1120
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.finishCurrentBuffer:()V
         6: .line 1121
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCurrentBuffer:()V
         7: .line 1124
      StackMap locals: java.nio.charset.CharsetEncoder
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.toByteBuffer:()Ljava/nio/ByteBuffer;
            astore 4 /* currentByteBuffer */
        start local 4 // java.nio.ByteBuffer currentByteBuffer
         8: .line 1125
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 5 /* bufferPos */
        start local 5 // int bufferPos
         9: .line 1126
            aload 4 /* currentByteBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 6 /* byteBufferPos */
        start local 6 // int byteBufferPos
        10: .line 1128
            aload 3 /* enc */
            aload 1 /* charBuf */
            aload 4 /* currentByteBuffer */
            iconst_1
            invokevirtual java.nio.charset.CharsetEncoder.encode:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 7 /* res */
        start local 7 // java.nio.charset.CoderResult res
        11: .line 1130
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            iload 5 /* bufferPos */
            aload 4 /* currentByteBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            iload 6 /* byteBufferPos */
            isub
            invokeinterface org.glassfish.grizzly.Buffer.position:(I)Lorg/glassfish/grizzly/Buffer;
            pop
        12: .line 1132
            goto 21
        13: .line 1133
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer java.nio.CharBuffer int java.nio.charset.CharsetEncoder java.nio.ByteBuffer int int java.nio.charset.CoderResult
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.checkCurrentBuffer:()V
        14: .line 1134
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.toByteBuffer:()Ljava/nio/ByteBuffer;
            astore 4 /* currentByteBuffer */
        15: .line 1135
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 5 /* bufferPos */
        16: .line 1136
            aload 4 /* currentByteBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 6 /* byteBufferPos */
        17: .line 1138
            aload 3 /* enc */
            aload 1 /* charBuf */
            aload 4 /* currentByteBuffer */
            iconst_1
            invokevirtual java.nio.charset.CharsetEncoder.encode:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 7 /* res */
        18: .line 1140
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.currentBuffer:Lorg/glassfish/grizzly/Buffer;
            iload 5 /* bufferPos */
            aload 4 /* currentByteBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            iload 6 /* byteBufferPos */
            isub
            invokeinterface org.glassfish.grizzly.Buffer.position:(I)Lorg/glassfish/grizzly/Buffer;
            pop
        19: .line 1142
            aload 7 /* res */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpne 21
        20: .line 1143
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.finishCurrentBuffer:()V
        21: .line 1132
      StackMap locals:
      StackMap stack:
            aload 7 /* res */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 13
        22: .line 1147
            aload 7 /* res */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            if_acmpeq 24
        23: .line 1148
            new java.io.IOException
            dup
            ldc "Encoding error"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 1151
      StackMap locals:
      StackMap stack:
            iload 2 /* canFlushToNet */
            ifeq 26
        25: .line 1152
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBinaryBuffersIfNeeded:()V
        26: .line 1154
      StackMap locals:
      StackMap stack:
            return
        end local 7 // java.nio.charset.CoderResult res
        end local 6 // int byteBufferPos
        end local 5 // int bufferPos
        end local 4 // java.nio.ByteBuffer currentByteBuffer
        end local 3 // java.nio.charset.CharsetEncoder enc
        end local 2 // boolean canFlushToNet
        end local 1 // java.nio.CharBuffer charBuf
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   27     0               this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            0   27     1            charBuf  Ljava/nio/CharBuffer;
            0   27     2      canFlushToNet  Z
            3   27     3                enc  Ljava/nio/charset/CharsetEncoder;
            8   27     4  currentByteBuffer  Ljava/nio/ByteBuffer;
            9   27     5          bufferPos  I
           10   27     6      byteBufferPos  I
           11   27     7                res  Ljava/nio/charset/CoderResult;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      charBuf        final
      canFlushToNet  final

  private void flushBinaryBuffersIfNeeded();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1157
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.compositeBuffer:Lorg/glassfish/grizzly/memory/CompositeBuffer;
            ifnull 3
         1: .line 1158
            aload 0 /* this */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flushBinaryBuffers:(Z)Z
            pop
         2: .line 1160
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.blockAfterWriteIfNeeded:()V
         3: .line 1162
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
    Exceptions:
      throws java.io.IOException

  private void notifyCommit();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1166
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.lifeCycleListeners:Ljava/util/List;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.lifeCycleListeners:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener[]
            astore 1 /* array */
        start local 1 // org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener[] array
         1: .line 1167
            aload 1 /* array */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.glassfish.grizzly.http.io.OutputBuffer org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener[] top int int org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* lifeCycleListener */
        start local 2 // org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener lifeCycleListener
         3: .line 1168
            aload 2 /* lifeCycleListener */
            invokeinterface org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener.onCommit:()V
        end local 2 // org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener lifeCycleListener
         4: .line 1167
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 1170
            return
        end local 1 // org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener[] array
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
            1    7     1              array  [Lorg/glassfish/grizzly/http/io/OutputBuffer$LifeCycleListener;
            3    4     2  lifeCycleListener  Lorg/glassfish/grizzly/http/io/OutputBuffer$LifeCycleListener;
    Exceptions:
      throws java.io.IOException

  private void updateNonBlockingStatus();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
         0: .line 1173
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.io.OutputBuffer.isNonBlockingWriteGuaranteed:Z
            putfield org.glassfish.grizzly.http.io.OutputBuffer.isLastWriteNonBlocking:Z
         1: .line 1174
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.io.OutputBuffer.isNonBlockingWriteGuaranteed:Z
         2: .line 1175
            return
        end local 0 // org.glassfish.grizzly.http.io.OutputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/io/OutputBuffer;
}
SourceFile: "OutputBuffer.java"
NestMembers:
  org.glassfish.grizzly.http.io.OutputBuffer$1  org.glassfish.grizzly.http.io.OutputBuffer$2  org.glassfish.grizzly.http.io.OutputBuffer$ByteArrayCloner  org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler  org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler$1  org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler$2  org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public final Reentrant = org.glassfish.grizzly.Writer$Reentrant of org.glassfish.grizzly.Writer
  public Builder = org.glassfish.grizzly.http.HttpContent$Builder of org.glassfish.grizzly.http.HttpContent
  public final Builder = org.glassfish.grizzly.http.HttpTrailer$Builder of org.glassfish.grizzly.http.HttpTrailer
  org.glassfish.grizzly.http.io.OutputBuffer$1
  org.glassfish.grizzly.http.io.OutputBuffer$2
  final ByteArrayCloner = org.glassfish.grizzly.http.io.OutputBuffer$ByteArrayCloner of org.glassfish.grizzly.http.io.OutputBuffer
  private InternalWriteHandler = org.glassfish.grizzly.http.io.OutputBuffer$InternalWriteHandler of org.glassfish.grizzly.http.io.OutputBuffer
  public abstract LifeCycleListener = org.glassfish.grizzly.http.io.OutputBuffer$LifeCycleListener of org.glassfish.grizzly.http.io.OutputBuffer