public class org.eclipse.jetty.server.ResponseWriter extends java.io.PrintWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.ResponseWriter
  super_class: java.io.PrintWriter
{
  private static final org.slf4j.Logger LOG;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String __lineSeparator;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String __trueln;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String __falseln;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.eclipse.jetty.server.HttpWriter _httpWriter;
    descriptor: Lorg/eclipse/jetty/server/HttpWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Locale _locale;
    descriptor: Ljava/util/Locale;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String _encoding;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.io.IOException _ioException;
    descriptor: Ljava/io/IOException;
    flags: (0x0002) ACC_PRIVATE

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

  private java.util.Formatter _formatter;
    descriptor: Ljava/util/Formatter;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 46
            ldc Lorg/eclipse/jetty/server/ResponseWriter;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
         1: .line 47
            ldc "line.separator"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            putstatic org.eclipse.jetty.server.ResponseWriter.__lineSeparator:Ljava/lang/String;
         2: .line 48
            new java.lang.StringBuilder
            dup
            ldc "true"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic org.eclipse.jetty.server.ResponseWriter.__lineSeparator:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic org.eclipse.jetty.server.ResponseWriter.__trueln:Ljava/lang/String;
         3: .line 49
            new java.lang.StringBuilder
            dup
            ldc "false"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic org.eclipse.jetty.server.ResponseWriter.__lineSeparator:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic org.eclipse.jetty.server.ResponseWriter.__falseln:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jetty.server.HttpWriter, java.util.Locale, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/server/HttpWriter;Ljava/util/Locale;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // org.eclipse.jetty.server.HttpWriter httpWriter
        start local 2 // java.util.Locale locale
        start local 3 // java.lang.String encoding
         0: .line 60
            aload 0 /* this */
            aload 1 /* httpWriter */
            iconst_0
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/Writer;Z)V
         1: .line 55
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.ResponseWriter._isClosed:Z
         2: .line 61
            aload 0 /* this */
            aload 1 /* httpWriter */
            putfield org.eclipse.jetty.server.ResponseWriter._httpWriter:Lorg/eclipse/jetty/server/HttpWriter;
         3: .line 62
            aload 0 /* this */
            aload 2 /* locale */
            putfield org.eclipse.jetty.server.ResponseWriter._locale:Ljava/util/Locale;
         4: .line 63
            aload 0 /* this */
            aload 3 /* encoding */
            putfield org.eclipse.jetty.server.ResponseWriter._encoding:Ljava/lang/String;
         5: .line 64
            return
        end local 3 // java.lang.String encoding
        end local 2 // java.util.Locale locale
        end local 1 // org.eclipse.jetty.server.HttpWriter httpWriter
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    6     1  httpWriter  Lorg/eclipse/jetty/server/HttpWriter;
            0    6     2      locale  Ljava/util/Locale;
            0    6     3    encoding  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      httpWriter  
      locale      
      encoding    

  public boolean isFor(java.util.Locale, java.lang.String);
    descriptor: (Ljava/util/Locale;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.util.Locale locale
        start local 2 // java.lang.String encoding
         0: .line 68
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._locale:Ljava/util/Locale;
            ifnonnull 2
            aload 1 /* locale */
            ifnull 2
         1: .line 69
            iconst_0
            ireturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._encoding:Ljava/lang/String;
            ifnonnull 4
            aload 2 /* encoding */
            ifnull 4
         3: .line 71
            iconst_0
            ireturn
         4: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._encoding:Ljava/lang/String;
            aload 2 /* encoding */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 5
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._locale:Ljava/util/Locale;
            aload 1 /* locale */
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // java.lang.String encoding
        end local 1 // java.util.Locale locale
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    6     1    locale  Ljava/util/Locale;
            0    6     2  encoding  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      locale    
      encoding  

  protected void reopen();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
         0: .line 77
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 79
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.ResponseWriter._isClosed:Z
         2: .line 80
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.clearError:()V
         3: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._httpWriter:Lorg/eclipse/jetty/server/HttpWriter;
            putfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
         4: .line 77
            aload 1
            monitorexit
         5: goto 8
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.Object
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 83
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any

  protected void clearError();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
         0: .line 88
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 90
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.ResponseWriter._ioException:Ljava/io/IOException;
         2: .line 91
            aload 0 /* this */
            invokespecial java.io.PrintWriter.clearError:()V
         3: .line 88
            aload 1
            monitorexit
         4: goto 7
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public boolean checkError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
         0: .line 98
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 100
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._ioException:Ljava/io/IOException;
            ifnonnull 2
            aload 0 /* this */
            invokespecial java.io.PrintWriter.checkError:()Z
            ifne 2
            iconst_0
            goto 3
      StackMap locals: java.lang.Object
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 98
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  private void setError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.lang.Throwable th
         0: .line 106
            aload 0 /* this */
            invokespecial java.io.PrintWriter.setError:()V
         1: .line 108
            aload 1 /* th */
            instanceof java.io.IOException
            ifeq 3
         2: .line 109
            aload 0 /* this */
            aload 1 /* th */
            checkcast java.io.IOException
            putfield org.eclipse.jetty.server.ResponseWriter._ioException:Ljava/io/IOException;
            goto 5
         3: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.io.IOException
            dup
            aload 1 /* th */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            putfield org.eclipse.jetty.server.ResponseWriter._ioException:Ljava/io/IOException;
         4: .line 113
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._ioException:Ljava/io/IOException;
            aload 1 /* th */
            invokevirtual java.io.IOException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         5: .line 116
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 7
         6: .line 117
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            ldc "PrintWriter Error is set"
            aload 1 /* th */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
         7: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable th
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    8     1    th  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      th    

  protected void setError();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
         0: .line 123
            aload 0 /* this */
            new java.io.IOException
            dup
            invokespecial java.io.IOException.<init>:()V
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
         1: .line 124
            return
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;

  private void isOpen();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
         0: .line 131
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._ioException:Ljava/io/IOException;
            ifnull 2
         1: .line 132
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._ioException:Ljava/io/IOException;
            athrow
         2: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._isClosed:Z
            ifeq 5
         3: .line 136
            aload 0 /* this */
            new org.eclipse.jetty.io.EofException
            dup
            ldc "Stream closed"
            invokespecial org.eclipse.jetty.io.EofException.<init>:(Ljava/lang/String;)V
            putfield org.eclipse.jetty.server.ResponseWriter._ioException:Ljava/io/IOException;
         4: .line 137
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._ioException:Ljava/io/IOException;
            athrow
         5: .line 139
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
    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.eclipse.jetty.server.ResponseWriter this
         0: .line 146
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 148
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isOpen:()V
         2: .line 149
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            invokevirtual java.io.Writer.flush:()V
         3: .line 146
            aload 1
            monitorexit
         4: goto 9
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 152
      StackMap locals: org.eclipse.jetty.server.ResponseWriter
      StackMap stack: java.lang.Throwable
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         8: .line 154
            aload 0 /* this */
            aload 1 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable ex
         9: .line 156
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            8    9     1    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
           0     7       7  Class java.lang.Throwable

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
         0: .line 163
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 165
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            invokevirtual java.io.Writer.close:()V
         2: .line 166
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.ResponseWriter._isClosed:Z
         3: .line 163
            aload 1
            monitorexit
         4: goto 9
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 169
      StackMap locals: org.eclipse.jetty.server.ResponseWriter
      StackMap stack: java.io.IOException
            astore 1 /* ex */
        start local 1 // java.io.IOException ex
         8: .line 171
            aload 0 /* this */
            aload 1 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 1 // java.io.IOException ex
         9: .line 173
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            8    9     1    ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
           0     7       7  Class java.io.IOException

  public void complete(org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/util/Callback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // org.eclipse.jetty.util.Callback callback
         0: .line 177
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 179
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.ResponseWriter._isClosed:Z
         2: .line 177
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.jetty.server.ResponseWriter org.eclipse.jetty.util.Callback java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._httpWriter:Lorg/eclipse/jetty/server/HttpWriter;
            aload 1 /* callback */
            invokevirtual org.eclipse.jetty.server.HttpWriter.complete:(Lorg/eclipse/jetty/util/Callback;)V
         7: .line 182
            return
        end local 1 // org.eclipse.jetty.util.Callback callback
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    8     1  callback  Lorg/eclipse/jetty/util/Callback;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
          Name  Flags
      callback  

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // int c
         0: .line 189
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 191
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isOpen:()V
         2: .line 192
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            iload 1 /* c */
            invokevirtual java.io.Writer.write:(I)V
         3: .line 189
            aload 2
            monitorexit
         4: goto 14
      StackMap locals: org.eclipse.jetty.server.ResponseWriter int java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
         7: .line 195
      StackMap locals: org.eclipse.jetty.server.ResponseWriter int
      StackMap stack: java.io.InterruptedIOException
            astore 2 /* ex */
        start local 2 // java.io.InterruptedIOException ex
         8: .line 197
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 10
         9: .line 198
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            ldc "Write interrupted"
            aload 2 /* ex */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        10: .line 199
      StackMap locals: java.io.InterruptedIOException
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        end local 2 // java.io.InterruptedIOException ex
        11: goto 14
        12: .line 201
      StackMap locals: org.eclipse.jetty.server.ResponseWriter int
      StackMap stack: java.io.IOException
            astore 2 /* ex */
        start local 2 // java.io.IOException ex
        13: .line 203
            aload 0 /* this */
            aload 2 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 2 // java.io.IOException ex
        14: .line 205
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int c
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0   15     1     c  I
            8   11     2    ex  Ljava/io/InterruptedIOException;
           13   14     2    ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
           0     7       7  Class java.io.InterruptedIOException
           0     7      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // char[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 212
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         1: .line 214
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isOpen:()V
         2: .line 215
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            aload 1 /* buf */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.Writer.write:([CII)V
         3: .line 212
            aload 4
            monitorexit
         4: goto 14
      StackMap locals: org.eclipse.jetty.server.ResponseWriter char[] int int java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 4
            monitorexit
         6: athrow
         7: .line 218
      StackMap locals: org.eclipse.jetty.server.ResponseWriter char[] int int
      StackMap stack: java.io.InterruptedIOException
            astore 4 /* ex */
        start local 4 // java.io.InterruptedIOException ex
         8: .line 220
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 10
         9: .line 221
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            ldc "Write interrupted"
            aload 4 /* ex */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        10: .line 222
      StackMap locals: java.io.InterruptedIOException
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        end local 4 // java.io.InterruptedIOException ex
        11: goto 14
        12: .line 224
      StackMap locals: org.eclipse.jetty.server.ResponseWriter char[] int int
      StackMap stack: java.io.IOException
            astore 4 /* ex */
        start local 4 // java.io.IOException ex
        13: .line 226
            aload 0 /* this */
            aload 4 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 4 // java.io.IOException ex
        14: .line 228
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] buf
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0   15     1   buf  [C
            0   15     2   off  I
            0   15     3   len  I
            8   11     4    ex  Ljava/io/InterruptedIOException;
           13   14     4    ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
           0     7       7  Class java.io.InterruptedIOException
           0     7      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      buf   
      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.eclipse.jetty.server.ResponseWriter this
        start local 1 // char[] buf
         0: .line 233
            aload 0 /* this */
            aload 1 /* buf */
            iconst_0
            aload 1 /* buf */
            arraylength
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:([CII)V
         1: .line 234
            return
        end local 1 // char[] buf
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1   buf  [C
    MethodParameters:
      Name  Flags
      buf   

  public void write(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.lang.String s
        start local 2 // int off
        start local 3 // int len
         0: .line 241
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         1: .line 243
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isOpen:()V
         2: .line 244
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            aload 1 /* s */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.Writer.write:(Ljava/lang/String;II)V
         3: .line 241
            aload 4
            monitorexit
         4: goto 14
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.String int int java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 4
            monitorexit
         6: athrow
         7: .line 247
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.String int int
      StackMap stack: java.io.InterruptedIOException
            astore 4 /* ex */
        start local 4 // java.io.InterruptedIOException ex
         8: .line 249
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 10
         9: .line 250
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            ldc "Write interrupted"
            aload 4 /* ex */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        10: .line 251
      StackMap locals: java.io.InterruptedIOException
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        end local 4 // java.io.InterruptedIOException ex
        11: goto 14
        12: .line 253
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.String int int
      StackMap stack: java.io.IOException
            astore 4 /* ex */
        start local 4 // java.io.IOException ex
        13: .line 255
            aload 0 /* this */
            aload 4 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 4 // java.io.IOException ex
        14: .line 257
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0   15     1     s  Ljava/lang/String;
            0   15     2   off  I
            0   15     3   len  I
            8   11     4    ex  Ljava/io/InterruptedIOException;
           13   14     4    ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
           0     7       7  Class java.io.InterruptedIOException
           0     7      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      off   
      len   

  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.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.lang.String s
         0: .line 262
            aload 0 /* this */
            aload 1 /* s */
            iconst_0
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:(Ljava/lang/String;II)V
         1: .line 263
            return
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public void print(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // boolean b
         0: .line 268
            aload 0 /* this */
            iload 1 /* b */
            ifeq 1
            ldc "true"
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.ResponseWriter
         1: ldc "false"
      StackMap locals: org.eclipse.jetty.server.ResponseWriter int
      StackMap stack: org.eclipse.jetty.server.ResponseWriter java.lang.String
         2: invokevirtual org.eclipse.jetty.server.ResponseWriter.write:(Ljava/lang/String;)V
         3: .line 269
            return
        end local 1 // boolean b
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    4     1     b  Z
    MethodParameters:
      Name  Flags
      b     

  public void print(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // char c
         0: .line 274
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:(I)V
         1: .line 275
            return
        end local 1 // char c
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public void print(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // int i
         0: .line 280
            aload 0 /* this */
            iload 1 /* i */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:(Ljava/lang/String;)V
         1: .line 281
            return
        end local 1 // int i
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void print(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // long l
         0: .line 286
            aload 0 /* this */
            lload 1 /* l */
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:(Ljava/lang/String;)V
         1: .line 287
            return
        end local 1 // long l
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public void print(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // float f
         0: .line 292
            aload 0 /* this */
            fload 1 /* f */
            invokestatic java.lang.String.valueOf:(F)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:(Ljava/lang/String;)V
         1: .line 293
            return
        end local 1 // float f
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     f  F
    MethodParameters:
      Name  Flags
      f     

  public void print(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // double d
         0: .line 298
            aload 0 /* this */
            dload 1 /* d */
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:(Ljava/lang/String;)V
         1: .line 299
            return
        end local 1 // double d
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     d  D
    MethodParameters:
      Name  Flags
      d     

  public void print(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // char[] s
         0: .line 304
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:([C)V
         1: .line 305
            return
        end local 1 // char[] s
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     s  [C
    MethodParameters:
      Name  Flags
      s     

  public void print(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.lang.String s
         0: .line 310
            aload 1 /* s */
            ifnonnull 2
         1: .line 311
            ldc "null"
            astore 1 /* s */
         2: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:(Ljava/lang/String;)V
         3: .line 313
            return
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    4     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public void print(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.lang.Object obj
         0: .line 318
            aload 0 /* this */
            aload 1 /* obj */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.write:(Ljava/lang/String;)V
         1: .line 319
            return
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public void println();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
         0: .line 326
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 328
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isOpen:()V
         2: .line 329
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            getstatic org.eclipse.jetty.server.ResponseWriter.__lineSeparator:Ljava/lang/String;
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         3: .line 326
            aload 1
            monitorexit
         4: goto 14
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 332
      StackMap locals: org.eclipse.jetty.server.ResponseWriter
      StackMap stack: java.io.InterruptedIOException
            astore 1 /* ex */
        start local 1 // java.io.InterruptedIOException ex
         8: .line 334
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 10
         9: .line 335
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            ldc "write interrupted"
            aload 1 /* ex */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        10: .line 336
      StackMap locals: java.io.InterruptedIOException
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        end local 1 // java.io.InterruptedIOException ex
        11: goto 14
        12: .line 338
      StackMap locals: org.eclipse.jetty.server.ResponseWriter
      StackMap stack: java.io.IOException
            astore 1 /* ex */
        start local 1 // java.io.IOException ex
        13: .line 340
            aload 0 /* this */
            aload 1 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 1 // java.io.IOException ex
        14: .line 342
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            8   11     1    ex  Ljava/io/InterruptedIOException;
           13   14     1    ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
           0     7       7  Class java.io.InterruptedIOException
           0     7      12  Class java.io.IOException

  public void println(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // boolean b
         0: .line 347
            aload 0 /* this */
            iload 1 /* b */
            ifeq 1
            getstatic org.eclipse.jetty.server.ResponseWriter.__trueln:Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.ResponseWriter
         1: getstatic org.eclipse.jetty.server.ResponseWriter.__falseln:Ljava/lang/String;
      StackMap locals: org.eclipse.jetty.server.ResponseWriter int
      StackMap stack: org.eclipse.jetty.server.ResponseWriter java.lang.String
         2: invokevirtual org.eclipse.jetty.server.ResponseWriter.println:(Ljava/lang/String;)V
         3: .line 348
            return
        end local 1 // boolean b
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    4     1     b  Z
    MethodParameters:
      Name  Flags
      b     

  public void println(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // char c
         0: .line 355
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 357
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isOpen:()V
         2: .line 358
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            iload 1 /* c */
            invokevirtual java.io.Writer.write:(I)V
         3: .line 355
            aload 2
            monitorexit
         4: goto 14
      StackMap locals: org.eclipse.jetty.server.ResponseWriter int java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
         7: .line 361
      StackMap locals: org.eclipse.jetty.server.ResponseWriter int
      StackMap stack: java.io.InterruptedIOException
            astore 2 /* ex */
        start local 2 // java.io.InterruptedIOException ex
         8: .line 363
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 10
         9: .line 364
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            ldc "Write interrupted"
            aload 2 /* ex */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        10: .line 365
      StackMap locals: java.io.InterruptedIOException
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        end local 2 // java.io.InterruptedIOException ex
        11: goto 14
        12: .line 367
      StackMap locals: org.eclipse.jetty.server.ResponseWriter int
      StackMap stack: java.io.IOException
            astore 2 /* ex */
        start local 2 // java.io.IOException ex
        13: .line 369
            aload 0 /* this */
            aload 2 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 2 // java.io.IOException ex
        14: .line 371
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char c
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0   15     1     c  C
            8   11     2    ex  Ljava/io/InterruptedIOException;
           13   14     2    ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
           0     7       7  Class java.io.InterruptedIOException
           0     7      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void println(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // int x
         0: .line 376
            aload 0 /* this */
            iload 1 /* x */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.println:(Ljava/lang/String;)V
         1: .line 377
            return
        end local 1 // int x
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public void println(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // long x
         0: .line 382
            aload 0 /* this */
            lload 1 /* x */
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.println:(Ljava/lang/String;)V
         1: .line 383
            return
        end local 1 // long x
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     x  J
    MethodParameters:
      Name  Flags
      x     

  public void println(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // float x
         0: .line 388
            aload 0 /* this */
            fload 1 /* x */
            invokestatic java.lang.String.valueOf:(F)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.println:(Ljava/lang/String;)V
         1: .line 389
            return
        end local 1 // float x
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     x  F
    MethodParameters:
      Name  Flags
      x     

  public void println(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // double x
         0: .line 394
            aload 0 /* this */
            dload 1 /* x */
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.println:(Ljava/lang/String;)V
         1: .line 395
            return
        end local 1 // double x
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public void println(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // char[] s
         0: .line 402
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 404
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isOpen:()V
         2: .line 405
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            aload 1 /* s */
            iconst_0
            aload 1 /* s */
            arraylength
            invokevirtual java.io.Writer.write:([CII)V
         3: .line 406
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            getstatic org.eclipse.jetty.server.ResponseWriter.__lineSeparator:Ljava/lang/String;
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         4: .line 402
            aload 2
            monitorexit
         5: goto 15
      StackMap locals: org.eclipse.jetty.server.ResponseWriter char[] java.lang.Object
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 409
      StackMap locals: org.eclipse.jetty.server.ResponseWriter char[]
      StackMap stack: java.io.InterruptedIOException
            astore 2 /* ex */
        start local 2 // java.io.InterruptedIOException ex
         9: .line 411
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 11
        10: .line 412
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            ldc "Write interrupted"
            aload 2 /* ex */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        11: .line 413
      StackMap locals: java.io.InterruptedIOException
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        end local 2 // java.io.InterruptedIOException ex
        12: goto 15
        13: .line 415
      StackMap locals: org.eclipse.jetty.server.ResponseWriter char[]
      StackMap stack: java.io.IOException
            astore 2 /* ex */
        start local 2 // java.io.IOException ex
        14: .line 417
            aload 0 /* this */
            aload 2 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 2 // java.io.IOException ex
        15: .line 419
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char[] s
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0   16     1     s  [C
            9   12     2    ex  Ljava/io/InterruptedIOException;
           14   15     2    ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
           0     8       8  Class java.io.InterruptedIOException
           0     8      13  Class java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void println(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.lang.String s
         0: .line 424
            aload 1 /* s */
            ifnonnull 2
         1: .line 425
            ldc "null"
            astore 1 /* s */
         2: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: .line 431
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isOpen:()V
         4: .line 432
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            aload 1 /* s */
            iconst_0
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.io.Writer.write:(Ljava/lang/String;II)V
         5: .line 433
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.out:Ljava/io/Writer;
            getstatic org.eclipse.jetty.server.ResponseWriter.__lineSeparator:Ljava/lang/String;
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
         6: .line 429
            aload 2
            monitorexit
         7: goto 17
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.String java.lang.Object
      StackMap stack: java.lang.Throwable
         8: aload 2
            monitorexit
         9: athrow
        10: .line 436
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.String
      StackMap stack: java.io.InterruptedIOException
            astore 2 /* ex */
        start local 2 // java.io.InterruptedIOException ex
        11: .line 438
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 13
        12: .line 439
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            ldc "Write interrupted"
            aload 2 /* ex */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        13: .line 440
      StackMap locals: java.io.InterruptedIOException
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        end local 2 // java.io.InterruptedIOException ex
        14: goto 17
        15: .line 442
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.lang.String
      StackMap stack: java.io.IOException
            astore 2 /* ex */
        start local 2 // java.io.IOException ex
        16: .line 444
            aload 0 /* this */
            aload 2 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 2 // java.io.IOException ex
        17: .line 446
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0   18     1     s  Ljava/lang/String;
           11   14     2    ex  Ljava/io/InterruptedIOException;
           16   17     2    ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3     7       8  any
           8     9       8  any
           2    10      10  Class java.io.InterruptedIOException
           2    10      15  Class java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void println(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.lang.Object x
         0: .line 451
            aload 0 /* this */
            aload 1 /* x */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.println:(Ljava/lang/String;)V
         1: .line 452
            return
        end local 1 // java.lang.Object x
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    2     1     x  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      x     

  public java.io.PrintWriter printf(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.lang.String format
        start local 2 // java.lang.Object[] args
         0: .line 457
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._locale:Ljava/util/Locale;
            aload 1 /* format */
            aload 2 /* args */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;
            areturn
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String format
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    1     1  format  Ljava/lang/String;
            0    1     2    args  [Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      format  
      args    

  public java.io.PrintWriter printf(java.util.Locale, java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.util.Locale l
        start local 2 // java.lang.String format
        start local 3 // java.lang.Object[] args
         0: .line 463
            aload 0 /* this */
            aload 1 /* l */
            aload 2 /* format */
            aload 3 /* args */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;
            areturn
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String format
        end local 1 // java.util.Locale l
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    1     1       l  Ljava/util/Locale;
            0    1     2  format  Ljava/lang/String;
            0    1     3    args  [Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      l       
      format  
      args    

  public java.io.PrintWriter format(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.lang.String format
        start local 2 // java.lang.Object[] args
         0: .line 469
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._locale:Ljava/util/Locale;
            aload 1 /* format */
            aload 2 /* args */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;
            areturn
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String format
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/server/ResponseWriter;
            0    1     1  format  Ljava/lang/String;
            0    1     2    args  [Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      format  
      args    

  public java.io.PrintWriter format(java.util.Locale, java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.jetty.server.ResponseWriter this
        start local 1 // java.util.Locale locale
        start local 2 // java.lang.String format
        start local 3 // java.lang.Object[] args
         0: .line 480
            aload 1 /* locale */
            ifnonnull 2
         1: .line 481
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._locale:Ljava/util/Locale;
            astore 1 /* locale */
         2: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter.lock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         3: .line 485
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isOpen:()V
         4: .line 487
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._formatter:Ljava/util/Formatter;
            ifnonnull 7
         5: .line 489
            aload 0 /* this */
            new java.util.Formatter
            dup
            aload 0 /* this */
            aload 1 /* locale */
            invokespecial java.util.Formatter.<init>:(Ljava/lang/Appendable;Ljava/util/Locale;)V
            putfield org.eclipse.jetty.server.ResponseWriter._formatter:Ljava/util/Formatter;
         6: .line 490
            goto 9
         7: .line 491
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._formatter:Ljava/util/Formatter;
            invokevirtual java.util.Formatter.locale:()Ljava/util/Locale;
            aload 1 /* locale */
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 493
            aload 0 /* this */
            new java.util.Formatter
            dup
            aload 0 /* this */
            aload 1 /* locale */
            invokespecial java.util.Formatter.<init>:(Ljava/lang/Appendable;Ljava/util/Locale;)V
            putfield org.eclipse.jetty.server.ResponseWriter._formatter:Ljava/util/Formatter;
         9: .line 496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ResponseWriter._formatter:Ljava/util/Formatter;
            aload 1 /* locale */
            aload 2 /* format */
            aload 3 /* args */
            invokevirtual java.util.Formatter.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/Formatter;
            pop
        10: .line 483
            aload 4
            monitorexit
        11: goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: aload 4
            monitorexit
        13: athrow
        14: .line 499
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.util.Locale java.lang.String java.lang.Object[]
      StackMap stack: java.io.InterruptedIOException
            astore 4 /* ex */
        start local 4 // java.io.InterruptedIOException ex
        15: .line 501
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 17
        16: .line 502
            getstatic org.eclipse.jetty.server.ResponseWriter.LOG:Lorg/slf4j/Logger;
            ldc "format interrupted"
            aload 4 /* ex */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        17: .line 503
      StackMap locals: java.io.InterruptedIOException
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
        end local 4 // java.io.InterruptedIOException ex
        18: goto 21
        19: .line 505
      StackMap locals: org.eclipse.jetty.server.ResponseWriter java.util.Locale java.lang.String java.lang.Object[]
      StackMap stack: java.io.IOException
            astore 4 /* ex */
        start local 4 // java.io.IOException ex
        20: .line 507
            aload 0 /* this */
            aload 4 /* ex */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.setError:(Ljava/lang/Throwable;)V
        end local 4 // java.io.IOException ex
        21: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String format
        end local 1 // java.util.Locale locale
        end local 0 // org.eclipse.jetty.server.ResponseWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/eclipse/jetty/server/ResponseWriter;
            0   22     1  locale  Ljava/util/Locale;
            0   22     2  format  Ljava/lang/String;
            0   22     3    args  [Ljava/lang/Object;
           15   18     4      ex  Ljava/io/InterruptedIOException;
           20   21     4      ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3    11      12  any
          12    13      12  any
           0    14      14  Class java.io.InterruptedIOException
           0    14      19  Class java.io.IOException
    MethodParameters:
        Name  Flags
      locale  
      format  
      args    
}
SourceFile: "ResponseWriter.java"