public class org.glassfish.grizzly.servlet.HttpServletResponseImpl implements jakarta.servlet.http.HttpServletResponse, org.glassfish.grizzly.servlet.Holders$ResponseHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.servlet.HttpServletResponseImpl
  super_class: java.lang.Object
{
  private final org.glassfish.grizzly.servlet.ServletOutputStreamImpl outputStream;
    descriptor: Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.glassfish.grizzly.servlet.ServletWriterImpl writer;
    descriptor: Lorg/glassfish/grizzly/servlet/ServletWriterImpl;
    flags: (0x0002) ACC_PRIVATE

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

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

  private static final org.glassfish.grizzly.ThreadCache$CachedTypeIndex<org.glassfish.grizzly.servlet.HttpServletResponseImpl> CACHE_IDX;
    descriptor: Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex<Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;>;

  protected org.glassfish.grizzly.http.server.Response response;
    descriptor: Lorg/glassfish/grizzly/http/server/Response;
    flags: (0x0004) ACC_PROTECTED

  protected org.glassfish.grizzly.servlet.HttpServletRequestImpl servletRequest;
    descriptor: Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 80
            ldc Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            iconst_2
            invokestatic org.glassfish.grizzly.ThreadCache.obtainIndex:(Ljava/lang/Class;I)Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            putstatic org.glassfish.grizzly.servlet.HttpServletResponseImpl.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.glassfish.grizzly.servlet.HttpServletResponseImpl create();
    descriptor: ()Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 84
            getstatic org.glassfish.grizzly.servlet.HttpServletResponseImpl.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            invokestatic org.glassfish.grizzly.ThreadCache.takeFromCache:(Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;)Ljava/lang/Object;
            checkcast org.glassfish.grizzly.servlet.HttpServletResponseImpl
            astore 0 /* response */
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl response
         1: .line 85
            aload 0 /* response */
            ifnull 3
         2: .line 86
            aload 0 /* response */
            areturn
         3: .line 89
      StackMap locals: org.glassfish.grizzly.servlet.HttpServletResponseImpl
      StackMap stack:
            new org.glassfish.grizzly.servlet.HttpServletResponseImpl
            dup
            invokespecial org.glassfish.grizzly.servlet.HttpServletResponseImpl.<init>:()V
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1    4     0  response  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.usingOutputStream:Z
         2: .line 61
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.usingWriter:Z
         3: .line 106
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
         4: .line 98
            aload 0 /* this */
            new org.glassfish.grizzly.servlet.ServletOutputStreamImpl
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.servlet.ServletOutputStreamImpl.<init>:(Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;)V
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.outputStream:Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
         5: .line 99
            return
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public void initialize(org.glassfish.grizzly.http.server.Response, org.glassfish.grizzly.servlet.HttpServletRequestImpl);
    descriptor: (Lorg/glassfish/grizzly/http/server/Response;Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // org.glassfish.grizzly.http.server.Response response
        start local 2 // org.glassfish.grizzly.servlet.HttpServletRequestImpl servletRequest
         0: .line 116
            aload 0 /* this */
            aload 1 /* response */
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
         1: .line 117
            aload 0 /* this */
            aload 2 /* servletRequest */
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.servletRequest:Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;
         2: .line 119
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.outputStream:Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
            invokevirtual org.glassfish.grizzly.servlet.ServletOutputStreamImpl.initialize:()V
         3: .line 121
            return
        end local 2 // org.glassfish.grizzly.servlet.HttpServletRequestImpl servletRequest
        end local 1 // org.glassfish.grizzly.http.server.Response response
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1        response  Lorg/glassfish/grizzly/http/server/Response;
            0    4     2  servletRequest  Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      response        final
      servletRequest  final

  protected java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 128
            new java.lang.CloneNotSupportedException
            dup
            invokespecial java.lang.CloneNotSupportedException.<init>:()V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public void finish();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 133
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            ifnonnull 2
         1: .line 134
            new java.lang.IllegalStateException
            dup
            ldc "Null response object"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.finish:()V
         3: .line 140
            return
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 161
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            ifnonnull 2
         1: .line 162
            new java.lang.IllegalStateException
            dup
            ldc "Null response object"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.getCharacterEncoding:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public jakarta.servlet.ServletOutputStream getOutputStream();
    descriptor: ()Ljakarta/servlet/ServletOutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 174
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.usingWriter:Z
            ifeq 2
         1: .line 175
            new java.lang.IllegalStateException
            dup
            ldc "Illegal attempt to call getOutputStream() after getWriter() has already been called."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.usingOutputStream:Z
         3: .line 179
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.outputStream:Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
    Exceptions:
      throws java.io.IOException

  void recycle();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 184
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
         1: .line 185
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.servletRequest:Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;
         2: .line 187
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.writer:Lorg/glassfish/grizzly/servlet/ServletWriterImpl;
         3: .line 189
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.outputStream:Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
            invokevirtual org.glassfish.grizzly.servlet.ServletOutputStreamImpl.recycle:()V
         4: .line 191
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.usingOutputStream:Z
         5: .line 192
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.usingWriter:Z
         6: .line 193
            return
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public java.io.PrintWriter getWriter();
    descriptor: ()Ljava/io/PrintWriter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 201
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.usingOutputStream:Z
            ifeq 2
         1: .line 202
            new java.lang.IllegalStateException
            dup
            ldc "Illegal attempt to call getWriter() after getOutputStream has already been called."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.usingWriter:Z
         3: .line 206
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.writer:Lorg/glassfish/grizzly/servlet/ServletWriterImpl;
            ifnonnull 5
         4: .line 207
            aload 0 /* this */
            new org.glassfish.grizzly.servlet.ServletWriterImpl
            dup
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.getWriter:()Ljava/io/Writer;
            invokespecial org.glassfish.grizzly.servlet.ServletWriterImpl.<init>:(Ljava/io/Writer;)V
            putfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.writer:Lorg/glassfish/grizzly/servlet/ServletWriterImpl;
         5: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.writer:Lorg/glassfish/grizzly/servlet/ServletWriterImpl;
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
    Exceptions:
      throws java.io.IOException

  public void setContentLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // int len
         0: .line 220
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 221
            return
         2: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            iload 1 /* len */
            invokevirtual org.glassfish.grizzly.http.server.Response.setContentLength:(I)V
         3: .line 226
            return
        end local 1 // int len
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1   len  I
    MethodParameters:
      Name  Flags
      len   

  public void setContentLengthLong(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // long len
         0: .line 233
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 234
            return
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            lload 1 /* len */
            invokevirtual org.glassfish.grizzly.http.server.Response.setContentLengthLong:(J)V
         3: .line 238
            return
        end local 1 // long len
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1   len  J
    MethodParameters:
      Name  Flags
      len   

  public void setContentType(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.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String type
         0: .line 247
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 248
            return
         2: .line 251
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnull 5
         3: .line 252
            new org.glassfish.grizzly.servlet.HttpServletResponseImpl$SetContentTypePrivilegedAction
            dup
            aload 0 /* this */
            aload 1 /* type */
            invokespecial org.glassfish.grizzly.servlet.HttpServletResponseImpl$SetContentTypePrivilegedAction.<init>:(Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;Ljava/lang/String;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
         4: .line 253
            goto 6
         5: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* type */
            invokevirtual org.glassfish.grizzly.http.server.Response.setContentType:(Ljava/lang/String;)V
         6: .line 256
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String type
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    7     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  public void setBufferSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // int size
         0: .line 264
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 265
            new java.lang.IllegalStateException
            dup
            ldc "Illegal attempt to adjust the buffer size after the response has already been committed."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            iload 1 /* size */
            invokevirtual org.glassfish.grizzly.http.server.Response.setBufferSize:(I)V
         3: .line 270
            return
        end local 1 // int size
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public int getBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 278
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            ifnonnull 2
         1: .line 279
            new java.lang.IllegalStateException
            dup
            ldc "Null response object"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.getBufferSize:()I
            ireturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public void flushBuffer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 297
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnull 7
         1: .line 299
            new org.glassfish.grizzly.servlet.HttpServletResponseImpl$1
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.servlet.HttpServletResponseImpl$1.<init>:(Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
            pop
         2: .line 309
            goto 8
      StackMap locals:
      StackMap stack: java.security.PrivilegedActionException
         3: astore 1 /* e */
        start local 1 // java.security.PrivilegedActionException e
         4: .line 310
            aload 1 /* e */
            invokevirtual java.security.PrivilegedActionException.getException:()Ljava/lang/Exception;
            astore 2 /* ex */
        start local 2 // java.lang.Exception ex
         5: .line 311
            aload 2 /* ex */
            instanceof java.io.IOException
            ifeq 8
         6: .line 312
            aload 2 /* ex */
            checkcast java.io.IOException
            athrow
        end local 2 // java.lang.Exception ex
        end local 1 // java.security.PrivilegedActionException e
         7: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.flush:()V
         8: .line 321
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            4    7     1     e  Ljava/security/PrivilegedActionException;
            5    7     2    ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.security.PrivilegedActionException
    Exceptions:
      throws java.io.IOException

  public void resetBuffer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 329
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 330
            new java.lang.IllegalStateException
            dup
            ldc "Illegal attempt to reset the buffer after the response has already been committed."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.resetBuffer:()V
         3: .line 335
            return
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public boolean isCommitted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 343
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            ifnonnull 2
         1: .line 344
            new java.lang.IllegalStateException
            dup
            ldc "Null response object"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.isCommitted:()Z
            ireturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 356
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 357
            new java.lang.IllegalStateException
            dup
            ldc "Illegal attempt to reset the response after it has already been committed."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.reset:()V
         3: .line 362
            return
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public void setLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.util.Locale loc
         0: .line 370
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 371
            return
         2: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* loc */
            invokevirtual org.glassfish.grizzly.http.server.Response.setLocale:(Ljava/util/Locale;)V
         3: .line 375
            return
        end local 1 // java.util.Locale loc
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1   loc  Ljava/util/Locale;
    MethodParameters:
      Name  Flags
      loc   

  public java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 383
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            ifnonnull 2
         1: .line 384
            new java.lang.IllegalStateException
            dup
            ldc "Null response object"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.getLocale:()Ljava/util/Locale;
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public void addCookie(jakarta.servlet.http.Cookie);
    descriptor: (Ljakarta/servlet/http/Cookie;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // jakarta.servlet.http.Cookie cookie
         0: .line 396
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 397
            return
         2: .line 399
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.servlet.CookieWrapper
            dup
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getName:()Ljava/lang/String;
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getValue:()Ljava/lang/String;
            invokespecial org.glassfish.grizzly.servlet.CookieWrapper.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 2 /* wrapper */
        start local 2 // org.glassfish.grizzly.servlet.CookieWrapper wrapper
         3: .line 400
            aload 2 /* wrapper */
            aload 1 /* cookie */
            invokevirtual org.glassfish.grizzly.servlet.CookieWrapper.setWrappedCookie:(Ljakarta/servlet/http/Cookie;)V
         4: .line 401
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 2 /* wrapper */
            invokevirtual org.glassfish.grizzly.http.server.Response.addCookie:(Lorg/glassfish/grizzly/http/Cookie;)V
         5: .line 403
            return
        end local 2 // org.glassfish.grizzly.servlet.CookieWrapper wrapper
        end local 1 // jakarta.servlet.http.Cookie cookie
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    6     1   cookie  Ljakarta/servlet/http/Cookie;
            3    6     2  wrapper  Lorg/glassfish/grizzly/servlet/CookieWrapper;
    MethodParameters:
        Name  Flags
      cookie  

  public boolean containsHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String name
         0: .line 411
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            ifnonnull 2
         1: .line 412
            new java.lang.IllegalStateException
            dup
            ldc "Null response object"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* name */
            invokevirtual org.glassfish.grizzly.http.server.Response.containsHeader:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String encodeURL(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String url
         0: .line 424
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            ifnonnull 2
         1: .line 425
            new java.lang.IllegalStateException
            dup
            ldc "Null response object"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* url */
            invokevirtual org.glassfish.grizzly.http.server.Response.encodeURL:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String url
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    3     1   url  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      url   

  public java.lang.String encodeRedirectURL(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String url
         0: .line 437
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            ifnonnull 2
         1: .line 438
            new java.lang.IllegalStateException
            dup
            ldc "Null response object"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* url */
            invokevirtual org.glassfish.grizzly.http.server.Response.encodeRedirectURL:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String url
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    3     1   url  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      url   

  public java.lang.String encodeUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String url
         0: .line 449
            aload 0 /* this */
            aload 1 /* url */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.encodeURL:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String url
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    1     1   url  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      url   

  public java.lang.String encodeRedirectUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String url
         0: .line 457
            aload 0 /* this */
            aload 1 /* url */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.encodeRedirectURL:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String url
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    1     1   url  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      url   

  public void sendError(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // int sc
        start local 2 // java.lang.String msg
         0: .line 466
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 467
            new java.lang.IllegalStateException
            dup
            ldc "Illegal attempt to call sendError() after the response has been committed."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            iload 1 /* sc */
            aload 2 /* msg */
            invokevirtual org.glassfish.grizzly.http.server.Response.sendError:(ILjava/lang/String;)V
         3: .line 474
            return
        end local 2 // java.lang.String msg
        end local 1 // int sc
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1    sc  I
            0    4     2   msg  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sc    
      msg   

  public void sendError(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // int sc
         0: .line 482
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 483
            new java.lang.IllegalStateException
            dup
            ldc "Illegal attempt to call sendError() after the response has already been committed."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            iload 1 /* sc */
            invokevirtual org.glassfish.grizzly.http.server.Response.sendError:(I)V
         3: .line 490
            return
        end local 1 // int sc
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1    sc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sc    

  public void sendRedirect(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String location
         0: .line 498
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 499
            new java.lang.IllegalStateException
            dup
            ldc "Illegal attempt to redirect the response after it has been committed."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* location */
            invokevirtual org.glassfish.grizzly.http.server.Response.sendRedirect:(Ljava/lang/String;)V
         3: .line 506
            return
        end local 1 // java.lang.String location
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1  location  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      location  

  public java.lang.String getHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String string
         0: .line 513
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* string */
            invokevirtual org.glassfish.grizzly.http.server.Response.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String string
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    1     1  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  

  public java.util.Collection<java.lang.String> getHeaderNames();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 521
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.getHeaderNames:()[Ljava/lang/String;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

  public java.util.Collection<java.lang.String> getHeaders(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String string
         0: .line 529
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* string */
            invokevirtual org.glassfish.grizzly.http.server.Response.getHeaderValues:(Ljava/lang/String;)[Ljava/lang/String;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            areturn
        end local 1 // java.lang.String string
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    1     1  string  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      string  

  public void setDateHeader(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String name
        start local 2 // long date
         0: .line 538
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 539
            return
         2: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* name */
            lload 2 /* date */
            invokevirtual org.glassfish.grizzly.http.server.Response.setDateHeader:(Ljava/lang/String;J)V
         3: .line 544
            return
        end local 2 // long date
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1  name  Ljava/lang/String;
            0    4     2  date  J
    MethodParameters:
      Name  Flags
      name  
      date  

  public void addDateHeader(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String name
        start local 2 // long date
         0: .line 552
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 553
            return
         2: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* name */
            lload 2 /* date */
            invokevirtual org.glassfish.grizzly.http.server.Response.addDateHeader:(Ljava/lang/String;J)V
         3: .line 558
            return
        end local 2 // long date
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1  name  Ljava/lang/String;
            0    4     2  date  J
    MethodParameters:
      Name  Flags
      name  
      date  

  public void setHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 566
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 567
            return
         2: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.glassfish.grizzly.http.server.Response.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 572
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1   name  Ljava/lang/String;
            0    4     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public void addHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 580
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 581
            return
         2: .line 584
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.glassfish.grizzly.http.server.Response.addHeader:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 586
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1   name  Ljava/lang/String;
            0    4     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public void setIntHeader(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String name
        start local 2 // int value
         0: .line 594
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 595
            return
         2: .line 598
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* name */
            iload 2 /* value */
            invokevirtual org.glassfish.grizzly.http.server.Response.setIntHeader:(Ljava/lang/String;I)V
         3: .line 600
            return
        end local 2 // int value
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1   name  Ljava/lang/String;
            0    4     2  value  I
    MethodParameters:
       Name  Flags
      name   
      value  

  public void addIntHeader(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String name
        start local 2 // int value
         0: .line 608
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 609
            return
         2: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* name */
            iload 2 /* value */
            invokevirtual org.glassfish.grizzly.http.server.Response.addIntHeader:(Ljava/lang/String;I)V
         3: .line 614
            return
        end local 2 // int value
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1   name  Ljava/lang/String;
            0    4     2  value  I
    MethodParameters:
       Name  Flags
      name   
      value  

  public void setStatus(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // int sc
         0: .line 622
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 623
            return
         2: .line 626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            iload 1 /* sc */
            invokevirtual org.glassfish.grizzly.http.server.Response.setStatus:(I)V
         3: .line 628
            return
        end local 1 // int sc
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1    sc  I
    MethodParameters:
      Name  Flags
      sc    

  public void setStatus(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // int sc
        start local 2 // java.lang.String sm
         0: .line 636
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.servlet.HttpServletResponseImpl.isCommitted:()Z
            ifeq 2
         1: .line 637
            return
         2: .line 640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            iload 1 /* sc */
            aload 2 /* sm */
            invokevirtual org.glassfish.grizzly.http.server.Response.setStatus:(ILjava/lang/String;)V
         3: .line 642
            return
        end local 2 // java.lang.String sm
        end local 1 // int sc
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    4     1    sc  I
            0    4     2    sm  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      sc    
      sm    

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 646
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.getStatus:()I
            ireturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 650
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.getMessage:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public boolean isError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 667
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.isError:()Z
            ireturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 675
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.getContentType:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public void setCharacterEncoding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
        start local 1 // java.lang.String charEnc
         0: .line 683
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* charEnc */
            invokevirtual org.glassfish.grizzly.http.server.Response.setCharacterEncoding:(Ljava/lang/String;)V
         1: .line 684
            return
        end local 1 // java.lang.String charEnc
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    2     1  charEnc  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      charEnc  

  public org.glassfish.grizzly.http.server.Response getResponse();
    descriptor: ()Lorg/glassfish/grizzly/http/server/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 687
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public org.glassfish.grizzly.http.server.Response getInternalResponse();
    descriptor: ()Lorg/glassfish/grizzly/http/server/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 695
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;

  public void setTrailerFields(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.servlet.HttpServletResponseImpl this
        start local 1 // java.util.function.Supplier supplier
         0: .line 703
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            aload 1 /* supplier */
            invokevirtual org.glassfish.grizzly.http.server.Response.setTrailers:(Ljava/util/function/Supplier;)V
         1: .line 704
            return
        end local 1 // java.util.function.Supplier supplier
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
            0    2     1  supplier  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
      supplier  final

  public java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>> getTrailerFields();
    descriptor: ()Ljava/util/function/Supplier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
         0: .line 711
            aload 0 /* this */
            getfield org.glassfish.grizzly.servlet.HttpServletResponseImpl.response:Lorg/glassfish/grizzly/http/server/Response;
            invokevirtual org.glassfish.grizzly.http.server.Response.getTrailers:()Ljava/util/function/Supplier;
            areturn
        end local 0 // org.glassfish.grizzly.servlet.HttpServletResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
    Signature: ()Ljava/util/function/Supplier<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;
}
SourceFile: "HttpServletResponseImpl.java"
NestMembers:
  org.glassfish.grizzly.servlet.HttpServletResponseImpl$1  org.glassfish.grizzly.servlet.HttpServletResponseImpl$SetContentTypePrivilegedAction
InnerClasses:
  public final CachedTypeIndex = org.glassfish.grizzly.ThreadCache$CachedTypeIndex of org.glassfish.grizzly.ThreadCache
  public abstract ResponseHolder = org.glassfish.grizzly.servlet.Holders$ResponseHolder of org.glassfish.grizzly.servlet.Holders
  org.glassfish.grizzly.servlet.HttpServletResponseImpl$1
  private final SetContentTypePrivilegedAction = org.glassfish.grizzly.servlet.HttpServletResponseImpl$SetContentTypePrivilegedAction of org.glassfish.grizzly.servlet.HttpServletResponseImpl