public class org.eclipse.jetty.server.Response implements jakarta.servlet.http.HttpServletResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.Response
  super_class: java.lang.Object
{
  private static final int __MIN_BUFFER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final org.eclipse.jetty.http.HttpField __EXPIRES_01JAN1970;
    descriptor: Lorg/eclipse/jetty/http/HttpField;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final int NO_CONTENT_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int USE_KNOWN_CONTENT_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  public static final java.lang.String SET_INCLUDE_HEADER_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.eclipse.jetty.server.include."

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

  private final org.eclipse.jetty.http.HttpFields$Mutable _fields;
    descriptor: Lorg/eclipse/jetty/http/HttpFields$Mutable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.util.AtomicBiInteger _errorSentAndIncludes;
    descriptor: Lorg/eclipse/jetty/util/AtomicBiInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private java.lang.String _reason;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Locale _locale;
    descriptor: Ljava/util/Locale;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.http.MimeTypes$Type _mimeType;
    descriptor: Lorg/eclipse/jetty/http/MimeTypes$Type;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String _characterEncoding;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.server.Response$EncodingFrom _encodingFrom;
    descriptor: Lorg/eclipse/jetty/server/Response$EncodingFrom;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String _contentType;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.server.Response$OutputType _outputType;
    descriptor: Lorg/eclipse/jetty/server/Response$OutputType;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.server.ResponseWriter _writer;
    descriptor: Lorg/eclipse/jetty/server/ResponseWriter;
    flags: (0x0002) ACC_PRIVATE

  private long _contentLength;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.util.function.Supplier<org.eclipse.jetty.http.HttpFields> _trailers;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Supplier<Lorg/eclipse/jetty/http/HttpFields;>;

  private static final java.util.EnumSet<org.eclipse.jetty.server.Response$EncodingFrom> __localeOverride;
    descriptor: Ljava/util/EnumSet;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/EnumSet<Lorg/eclipse/jetty/server/Response$EncodingFrom;>;

  private static final java.util.EnumSet<org.eclipse.jetty.server.Response$EncodingFrom> __explicitCharset;
    descriptor: Ljava/util/EnumSet;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/EnumSet<Lorg/eclipse/jetty/server/Response$EncodingFrom;>;

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jetty$server$Response$EncodingFrom;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpHeaderValue;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 72
            new org.eclipse.jetty.http.PreEncodedHttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.EXPIRES:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.DateGenerator.__01Jan1970:Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.PreEncodedHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.server.Response.__EXPIRES_01JAN1970:Lorg/eclipse/jetty/http/HttpField;
         1: .line 109
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.NOT_SET:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.INFERRED:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.SET_LOCALE:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            putstatic org.eclipse.jetty.server.Response.__localeOverride:Ljava/util/EnumSet;
         2: .line 110
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.SET_LOCALE:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.SET_CHARACTER_ENCODING:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            putstatic org.eclipse.jetty.server.Response.__explicitCharset:Ljava/util/EnumSet;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jetty.server.HttpChannel, org.eclipse.jetty.server.HttpOutput);
    descriptor: (Lorg/eclipse/jetty/server/HttpChannel;Lorg/eclipse/jetty/server/HttpOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // org.eclipse.jetty.server.HttpChannel channel
        start local 2 // org.eclipse.jetty.server.HttpOutput out
         0: .line 112
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            invokestatic org.eclipse.jetty.http.HttpFields.build:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            putfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
         2: .line 90
            aload 0 /* this */
            new org.eclipse.jetty.util.AtomicBiInteger
            dup
            invokespecial org.eclipse.jetty.util.AtomicBiInteger.<init>:()V
            putfield org.eclipse.jetty.server.Response._errorSentAndIncludes:Lorg/eclipse/jetty/util/AtomicBiInteger;
         3: .line 92
            aload 0 /* this */
            sipush 200
            putfield org.eclipse.jetty.server.Response._status:I
         4: .line 97
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.NOT_SET:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            putfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
         5: .line 99
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$OutputType.NONE:Lorg/eclipse/jetty/server/Response$OutputType;
            putfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
         6: .line 101
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.Response._contentLength:J
         7: .line 114
            aload 0 /* this */
            aload 1 /* channel */
            putfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
         8: .line 115
            aload 0 /* this */
            aload 2 /* out */
            putfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
         9: .line 116
            return
        end local 2 // org.eclipse.jetty.server.HttpOutput out
        end local 1 // org.eclipse.jetty.server.HttpChannel channel
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/eclipse/jetty/server/Response;
            0   10     1  channel  Lorg/eclipse/jetty/server/HttpChannel;
            0   10     2      out  Lorg/eclipse/jetty/server/HttpOutput;
    MethodParameters:
         Name  Flags
      channel  
      out      

  public org.eclipse.jetty.server.HttpChannel getHttpChannel();
    descriptor: ()Lorg/eclipse/jetty/server/HttpChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 120
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  protected void recycle();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 126
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.clear:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         1: .line 127
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._errorSentAndIncludes:Lorg/eclipse/jetty/util/AtomicBiInteger;
            lconst_0
            invokevirtual org.eclipse.jetty.util.AtomicBiInteger.set:(J)V
         2: .line 128
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.recycle:()V
         3: .line 129
            aload 0 /* this */
            sipush 200
            putfield org.eclipse.jetty.server.Response._status:I
         4: .line 130
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._reason:Ljava/lang/String;
         5: .line 131
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._locale:Ljava/util/Locale;
         6: .line 132
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
         7: .line 133
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
         8: .line 134
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.NOT_SET:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            putfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
         9: .line 135
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        10: .line 136
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$OutputType.NONE:Lorg/eclipse/jetty/server/Response$OutputType;
            putfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
        11: .line 138
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.Response._contentLength:J
        12: .line 139
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._trailers:Ljava/util/function/Supplier;
        13: .line 140
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/eclipse/jetty/server/Response;

  public org.eclipse.jetty.server.HttpOutput getHttpOutput();
    descriptor: ()Lorg/eclipse/jetty/server/HttpOutput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 144
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  public void reopen();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 150
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jetty.server.Response.setErrorSent:(Z)V
         1: .line 151
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.reopen:()V
         2: .line 152
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;

  public void errorClose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 157
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jetty.server.Response.setErrorSent:(Z)V
         1: .line 158
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.softClose:()V
         2: .line 159
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;

  private boolean isMutable();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 166
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._errorSentAndIncludes:Lorg/eclipse/jetty/util/AtomicBiInteger;
            invokevirtual org.eclipse.jetty.util.AtomicBiInteger.get:()J
            lconst_0
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Response;

  private void setErrorSent(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // boolean errorSent
         0: .line 171
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._errorSentAndIncludes:Lorg/eclipse/jetty/util/AtomicBiInteger;
            iload 1 /* errorSent */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jetty.util.AtomicBiInteger
         1: iconst_0
      StackMap locals: org.eclipse.jetty.server.Response int
      StackMap stack: org.eclipse.jetty.util.AtomicBiInteger int
         2: invokevirtual org.eclipse.jetty.util.AtomicBiInteger.getAndSetHi:(I)I
            pop
         3: .line 172
            return
        end local 1 // boolean errorSent
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jetty/server/Response;
            0    4     1  errorSent  Z
    MethodParameters:
           Name  Flags
      errorSent  

  public boolean isIncluding();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 176
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._errorSentAndIncludes:Lorg/eclipse/jetty/util/AtomicBiInteger;
            invokevirtual org.eclipse.jetty.util.AtomicBiInteger.getLo:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Response;

  public void include();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 181
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._errorSentAndIncludes:Lorg/eclipse/jetty/util/AtomicBiInteger;
            iconst_0
            iconst_1
            invokevirtual org.eclipse.jetty.util.AtomicBiInteger.add:(II)V
         1: .line 182
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Response;

  public void included();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 186
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._errorSentAndIncludes:Lorg/eclipse/jetty/util/AtomicBiInteger;
            iconst_0
            iconst_m1
            invokevirtual org.eclipse.jetty.util.AtomicBiInteger.add:(II)V
         1: .line 187
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.WRITER:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpne 3
         2: .line 189
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.reopen:()V
         3: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.reopen:()V
         4: .line 192
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/server/Response;

  public void addCookie(org.eclipse.jetty.http.HttpCookie);
    descriptor: (Lorg/eclipse/jetty/http/HttpCookie;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // org.eclipse.jetty.http.HttpCookie cookie
         0: .line 196
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getName:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.StringUtil.isBlank:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 197
            new java.lang.IllegalArgumentException
            dup
            ldc "Cookie.name cannot be blank/null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            new org.eclipse.jetty.http.HttpCookie$SetCookieHttpField
            dup
            aload 0 /* this */
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.server.Response.checkSameSite:(Lorg/eclipse/jetty/http/HttpCookie;)Lorg/eclipse/jetty/http/HttpCookie;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getHttpConfiguration:()Lorg/eclipse/jetty/server/HttpConfiguration;
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.getResponseCookieCompliance:()Lorg/eclipse/jetty/http/CookieCompliance;
            invokespecial org.eclipse.jetty.http.HttpCookie$SetCookieHttpField.<init>:(Lorg/eclipse/jetty/http/HttpCookie;Lorg/eclipse/jetty/http/CookieCompliance;)V
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.add:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         3: .line 203
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.server.Response.__EXPIRES_01JAN1970:Lorg/eclipse/jetty/http/HttpField;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         4: .line 204
            return
        end local 1 // org.eclipse.jetty.http.HttpCookie cookie
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jetty/server/Response;
            0    5     1  cookie  Lorg/eclipse/jetty/http/HttpCookie;
    MethodParameters:
        Name  Flags
      cookie  

  private org.eclipse.jetty.http.HttpCookie checkSameSite(org.eclipse.jetty.http.HttpCookie);
    descriptor: (Lorg/eclipse/jetty/http/HttpCookie;)Lorg/eclipse/jetty/http/HttpCookie;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=13, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // org.eclipse.jetty.http.HttpCookie cookie
         0: .line 215
            aload 1 /* cookie */
            ifnull 1
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getSameSite:()Lorg/eclipse/jetty/http/HttpCookie$SameSite;
            ifnull 2
         1: .line 216
      StackMap locals:
      StackMap stack:
            aload 1 /* cookie */
            areturn
         2: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getContext:()Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
            invokestatic org.eclipse.jetty.http.HttpCookie.getSameSiteDefault:(Lorg/eclipse/jetty/util/Attributes;)Lorg/eclipse/jetty/http/HttpCookie$SameSite;
            astore 2 /* contextDefault */
        start local 2 // org.eclipse.jetty.http.HttpCookie$SameSite contextDefault
         3: .line 220
            aload 2 /* contextDefault */
            ifnonnull 5
         4: .line 221
            aload 1 /* cookie */
            areturn
         5: .line 223
      StackMap locals: org.eclipse.jetty.http.HttpCookie$SameSite
      StackMap stack:
            new org.eclipse.jetty.http.HttpCookie
            dup
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getName:()Ljava/lang/String;
         6: .line 224
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getValue:()Ljava/lang/String;
         7: .line 225
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getDomain:()Ljava/lang/String;
         8: .line 226
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getPath:()Ljava/lang/String;
         9: .line 227
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getMaxAge:()J
        10: .line 228
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.isHttpOnly:()Z
        11: .line 229
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.isSecure:()Z
        12: .line 230
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getComment:()Ljava/lang/String;
        13: .line 231
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getVersion:()I
        14: .line 232
            aload 2 /* contextDefault */
        15: .line 223
            invokespecial org.eclipse.jetty.http.HttpCookie.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;JZZLjava/lang/String;ILorg/eclipse/jetty/http/HttpCookie$SameSite;)V
            areturn
        end local 2 // org.eclipse.jetty.http.HttpCookie$SameSite contextDefault
        end local 1 // org.eclipse.jetty.http.HttpCookie cookie
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lorg/eclipse/jetty/server/Response;
            0   16     1          cookie  Lorg/eclipse/jetty/http/HttpCookie;
            3   16     2  contextDefault  Lorg/eclipse/jetty/http/HttpCookie$SameSite;
    MethodParameters:
        Name  Flags
      cookie  

  public void addCookie(jakarta.servlet.http.Cookie);
    descriptor: (Ljakarta/servlet/http/Cookie;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // jakarta.servlet.http.Cookie cookie
         0: .line 239
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifeq 21
         1: .line 241
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getName:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.StringUtil.isBlank:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 242
            new java.lang.IllegalArgumentException
            dup
            ldc "Cookie.name cannot be blank/null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 244
      StackMap locals:
      StackMap stack:
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getComment:()Ljava/lang/String;
            astore 2 /* comment */
        start local 2 // java.lang.String comment
         4: .line 246
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.isHttpOnly:()Z
            ifne 5
            aload 2 /* comment */
            invokestatic org.eclipse.jetty.http.HttpCookie.isHttpOnlyInComment:(Ljava/lang/String;)Z
            ifne 5
            iconst_0
            goto 6
      StackMap locals: java.lang.String
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: istore 3 /* httpOnly */
        start local 3 // boolean httpOnly
         7: .line 247
            aload 2 /* comment */
            invokestatic org.eclipse.jetty.http.HttpCookie.getSameSiteFromComment:(Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpCookie$SameSite;
            astore 4 /* sameSite */
        start local 4 // org.eclipse.jetty.http.HttpCookie$SameSite sameSite
         8: .line 248
            aload 2 /* comment */
            invokestatic org.eclipse.jetty.http.HttpCookie.getCommentWithoutAttributes:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* comment */
         9: .line 250
            aload 0 /* this */
            new org.eclipse.jetty.http.HttpCookie
            dup
        10: .line 251
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getName:()Ljava/lang/String;
        11: .line 252
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getValue:()Ljava/lang/String;
        12: .line 253
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getDomain:()Ljava/lang/String;
        13: .line 254
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getPath:()Ljava/lang/String;
        14: .line 255
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getMaxAge:()I
            i2l
        15: .line 256
            iload 3 /* httpOnly */
        16: .line 257
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getSecure:()Z
        17: .line 258
            aload 2 /* comment */
        18: .line 259
            aload 1 /* cookie */
            invokevirtual jakarta.servlet.http.Cookie.getVersion:()I
        19: .line 260
            aload 4 /* sameSite */
            invokespecial org.eclipse.jetty.http.HttpCookie.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;JZZLjava/lang/String;ILorg/eclipse/jetty/http/HttpCookie$SameSite;)V
        20: .line 250
            invokevirtual org.eclipse.jetty.server.Response.addCookie:(Lorg/eclipse/jetty/http/HttpCookie;)V
        end local 4 // org.eclipse.jetty.http.HttpCookie$SameSite sameSite
        end local 3 // boolean httpOnly
        end local 2 // java.lang.String comment
        21: .line 262
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jakarta.servlet.http.Cookie cookie
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lorg/eclipse/jetty/server/Response;
            0   22     1    cookie  Ljakarta/servlet/http/Cookie;
            4   21     2   comment  Ljava/lang/String;
            7   21     3  httpOnly  Z
            8   21     4  sameSite  Lorg/eclipse/jetty/http/HttpCookie$SameSite;
    MethodParameters:
        Name  Flags
      cookie  

  public void replaceCookie(org.eclipse.jetty.http.HttpCookie);
    descriptor: (Lorg/eclipse/jetty/http/HttpCookie;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // org.eclipse.jetty.http.HttpCookie cookie
         0: .line 272
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.listIterator:()Ljava/util/ListIterator;
            astore 2 /* i */
        start local 2 // java.util.ListIterator i
         1: goto 23
         2: .line 274
      StackMap locals: java.util.ListIterator
      StackMap stack:
            aload 2 /* i */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 3 /* field */
        start local 3 // org.eclipse.jetty.http.HttpField field
         3: .line 276
            aload 3 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeader.SET_COOKIE:Lorg/eclipse/jetty/http/HttpHeader;
            if_acmpne 23
         4: .line 278
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getHttpConfiguration:()Lorg/eclipse/jetty/server/HttpConfiguration;
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.getResponseCookieCompliance:()Lorg/eclipse/jetty/http/CookieCompliance;
            astore 4 /* compliance */
        start local 4 // org.eclipse.jetty.http.CookieCompliance compliance
         5: .line 281
            aload 3 /* field */
            instanceof org.eclipse.jetty.http.HttpCookie$SetCookieHttpField
            ifeq 8
         6: .line 282
            aload 3 /* field */
            checkcast org.eclipse.jetty.http.HttpCookie$SetCookieHttpField
            invokevirtual org.eclipse.jetty.http.HttpCookie$SetCookieHttpField.getHttpCookie:()Lorg/eclipse/jetty/http/HttpCookie;
            astore 5 /* oldCookie */
        start local 5 // org.eclipse.jetty.http.HttpCookie oldCookie
         7: goto 9
        end local 5 // org.eclipse.jetty.http.HttpCookie oldCookie
         8: .line 284
      StackMap locals: org.eclipse.jetty.http.HttpField org.eclipse.jetty.http.CookieCompliance
      StackMap stack:
            new org.eclipse.jetty.http.HttpCookie
            dup
            aload 3 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpCookie.<init>:(Ljava/lang/String;)V
            astore 5 /* oldCookie */
        start local 5 // org.eclipse.jetty.http.HttpCookie oldCookie
         9: .line 286
      StackMap locals: org.eclipse.jetty.http.HttpCookie
      StackMap stack:
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getName:()Ljava/lang/String;
            aload 5 /* oldCookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
        10: .line 287
            goto 23
        11: .line 289
      StackMap locals:
      StackMap stack:
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getDomain:()Ljava/lang/String;
            ifnonnull 14
        12: .line 291
            aload 5 /* oldCookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getDomain:()Ljava/lang/String;
            ifnull 16
        13: .line 292
            goto 23
        14: .line 294
      StackMap locals:
      StackMap stack:
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getDomain:()Ljava/lang/String;
            aload 5 /* oldCookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getDomain:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 16
        15: .line 295
            goto 23
        16: .line 297
      StackMap locals:
      StackMap stack:
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getPath:()Ljava/lang/String;
            ifnonnull 19
        17: .line 299
            aload 5 /* oldCookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getPath:()Ljava/lang/String;
            ifnull 21
        18: .line 300
            goto 23
        19: .line 302
      StackMap locals:
      StackMap stack:
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getPath:()Ljava/lang/String;
            aload 5 /* oldCookie */
            invokevirtual org.eclipse.jetty.http.HttpCookie.getPath:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 21
        20: .line 303
            goto 23
        21: .line 305
      StackMap locals:
      StackMap stack:
            aload 2 /* i */
            new org.eclipse.jetty.http.HttpCookie$SetCookieHttpField
            dup
            aload 0 /* this */
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.server.Response.checkSameSite:(Lorg/eclipse/jetty/http/HttpCookie;)Lorg/eclipse/jetty/http/HttpCookie;
            aload 4 /* compliance */
            invokespecial org.eclipse.jetty.http.HttpCookie$SetCookieHttpField.<init>:(Lorg/eclipse/jetty/http/HttpCookie;Lorg/eclipse/jetty/http/CookieCompliance;)V
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
        22: .line 306
            return
        end local 5 // org.eclipse.jetty.http.HttpCookie oldCookie
        end local 4 // org.eclipse.jetty.http.CookieCompliance compliance
        end local 3 // org.eclipse.jetty.http.HttpField field
        23: .line 272
      StackMap locals:
      StackMap stack:
            aload 2 /* i */
            invokeinterface java.util.ListIterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.ListIterator i
        24: .line 311
            aload 0 /* this */
            aload 1 /* cookie */
            invokevirtual org.eclipse.jetty.server.Response.addCookie:(Lorg/eclipse/jetty/http/HttpCookie;)V
        25: .line 312
            return
        end local 1 // org.eclipse.jetty.http.HttpCookie cookie
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lorg/eclipse/jetty/server/Response;
            0   26     1      cookie  Lorg/eclipse/jetty/http/HttpCookie;
            1   24     2           i  Ljava/util/ListIterator<Lorg/eclipse/jetty/http/HttpField;>;
            3   23     3       field  Lorg/eclipse/jetty/http/HttpField;
            5   23     4  compliance  Lorg/eclipse/jetty/http/CookieCompliance;
            7    8     5   oldCookie  Lorg/eclipse/jetty/http/HttpCookie;
            9   23     5   oldCookie  Lorg/eclipse/jetty/http/HttpCookie;
    MethodParameters:
        Name  Flags
      cookie  

  public boolean containsHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String name
         0: .line 316
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.contains:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;
            0    1     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=6, locals=10, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String url
         0: .line 322
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            astore 2 /* request */
        start local 2 // org.eclipse.jetty.server.Request request
         1: .line 323
            aload 2 /* request */
            invokevirtual org.eclipse.jetty.server.Request.getSessionHandler:()Lorg/eclipse/jetty/server/session/SessionHandler;
            astore 3 /* sessionManager */
        start local 3 // org.eclipse.jetty.server.session.SessionHandler sessionManager
         2: .line 325
            aload 3 /* sessionManager */
            ifnonnull 4
         3: .line 326
            aload 1 /* url */
            areturn
         4: .line 328
      StackMap locals: org.eclipse.jetty.server.Request org.eclipse.jetty.server.session.SessionHandler
      StackMap stack:
            aconst_null
            astore 4 /* uri */
        start local 4 // org.eclipse.jetty.http.HttpURI uri
         5: .line 329
            aload 3 /* sessionManager */
            invokevirtual org.eclipse.jetty.server.session.SessionHandler.isCheckingRemoteSessionIdEncoding:()Z
            ifeq 20
            aload 1 /* url */
            invokestatic org.eclipse.jetty.util.URIUtil.hasScheme:(Ljava/lang/String;)Z
            ifeq 20
         6: .line 331
            aload 1 /* url */
            invokestatic org.eclipse.jetty.http.HttpURI.from:(Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpURI$Immutable;
            astore 4 /* uri */
         7: .line 332
            aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getPath:()Ljava/lang/String;
            astore 5 /* path */
        start local 5 // java.lang.String path
         8: .line 333
            aload 5 /* path */
            ifnonnull 9
            ldc ""
            goto 10
      StackMap locals: org.eclipse.jetty.http.HttpURI java.lang.String
      StackMap stack:
         9: aload 5 /* path */
      StackMap locals:
      StackMap stack: java.lang.String
        10: astore 5 /* path */
        11: .line 334
            aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getPort:()I
            istore 6 /* port */
        start local 6 // int port
        12: .line 335
            iload 6 /* port */
            ifge 14
        13: .line 336
            aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getScheme:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.HttpScheme.getDefaultPort:(Ljava/lang/String;)I
            istore 6 /* port */
        14: .line 339
      StackMap locals: int
      StackMap stack:
            aload 2 /* request */
            invokevirtual org.eclipse.jetty.server.Request.getServerName:()Ljava/lang/String;
            aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getHost:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 16
        15: .line 340
            aload 1 /* url */
            areturn
        16: .line 341
      StackMap locals:
      StackMap stack:
            aload 2 /* request */
            invokevirtual org.eclipse.jetty.server.Request.getServerPort:()I
            iload 6 /* port */
            if_icmpeq 18
        17: .line 342
            aload 1 /* url */
            areturn
        18: .line 343
      StackMap locals:
      StackMap stack:
            aload 2 /* request */
            invokevirtual org.eclipse.jetty.server.Request.getContext:()Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
            ifnull 20
            aload 5 /* path */
            aload 2 /* request */
            invokevirtual org.eclipse.jetty.server.Request.getContextPath:()Ljava/lang/String;
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 20
        19: .line 344
            aload 1 /* url */
            areturn
        end local 6 // int port
        end local 5 // java.lang.String path
        20: .line 347
      StackMap locals:
      StackMap stack:
            aload 3 /* sessionManager */
            invokevirtual org.eclipse.jetty.server.session.SessionHandler.getSessionIdPathParameterNamePrefix:()Ljava/lang/String;
            astore 5 /* sessionURLPrefix */
        start local 5 // java.lang.String sessionURLPrefix
        21: .line 348
            aload 5 /* sessionURLPrefix */
            ifnonnull 23
        22: .line 349
            aload 1 /* url */
            areturn
        23: .line 351
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* url */
            ifnonnull 25
        24: .line 352
            aconst_null
            areturn
        25: .line 355
      StackMap locals:
      StackMap stack:
            aload 3 /* sessionManager */
            invokevirtual org.eclipse.jetty.server.session.SessionHandler.isUsingCookies:()Z
            ifeq 26
            aload 2 /* request */
            invokevirtual org.eclipse.jetty.server.Request.isRequestedSessionIdFromCookie:()Z
            ifne 27
      StackMap locals:
      StackMap stack:
        26: aload 3 /* sessionManager */
            invokevirtual org.eclipse.jetty.server.session.SessionHandler.isUsingURLs:()Z
            ifne 36
        27: .line 357
      StackMap locals:
      StackMap stack:
            aload 1 /* url */
            aload 5 /* sessionURLPrefix */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 6 /* prefix */
        start local 6 // int prefix
        28: .line 358
            iload 6 /* prefix */
            iconst_m1
            if_icmpeq 35
        29: .line 360
            aload 1 /* url */
            ldc "?"
            iload 6 /* prefix */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;I)I
            istore 7 /* suffix */
        start local 7 // int suffix
        30: .line 361
            iload 7 /* suffix */
            ifge 32
        31: .line 362
            aload 1 /* url */
            ldc "#"
            iload 6 /* prefix */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;I)I
            istore 7 /* suffix */
        32: .line 364
      StackMap locals: int int
      StackMap stack:
            iload 7 /* suffix */
            iload 6 /* prefix */
            if_icmpgt 34
        33: .line 365
            aload 1 /* url */
            iconst_0
            iload 6 /* prefix */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
        34: .line 366
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* url */
            iconst_0
            iload 6 /* prefix */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* url */
            iload 7 /* suffix */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 7 // int suffix
        35: .line 368
      StackMap locals:
      StackMap stack:
            aload 1 /* url */
            areturn
        end local 6 // int prefix
        36: .line 372
      StackMap locals:
      StackMap stack:
            aload 2 /* request */
            iconst_0
            invokevirtual org.eclipse.jetty.server.Request.getSession:(Z)Ljakarta/servlet/http/HttpSession;
            astore 6 /* session */
        start local 6 // jakarta.servlet.http.HttpSession session
        37: .line 375
            aload 6 /* session */
            ifnonnull 39
        38: .line 376
            aload 1 /* url */
            areturn
        39: .line 379
      StackMap locals: jakarta.servlet.http.HttpSession
      StackMap stack:
            aload 3 /* sessionManager */
            aload 6 /* session */
            invokevirtual org.eclipse.jetty.server.session.SessionHandler.isValid:(Ljakarta/servlet/http/HttpSession;)Z
            ifne 41
        40: .line 380
            aload 1 /* url */
            areturn
        41: .line 382
      StackMap locals:
      StackMap stack:
            aload 3 /* sessionManager */
            aload 6 /* session */
            invokevirtual org.eclipse.jetty.server.session.SessionHandler.getExtendedId:(Ljakarta/servlet/http/HttpSession;)Ljava/lang/String;
            astore 7 /* id */
        start local 7 // java.lang.String id
        42: .line 384
            aload 4 /* uri */
            ifnonnull 44
        43: .line 385
            aload 1 /* url */
            invokestatic org.eclipse.jetty.http.HttpURI.from:(Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpURI$Immutable;
            astore 4 /* uri */
        44: .line 388
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* url */
            aload 5 /* sessionURLPrefix */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 8 /* prefix */
        start local 8 // int prefix
        45: .line 389
            iload 8 /* prefix */
            iconst_m1
            if_icmpeq 54
        46: .line 391
            aload 1 /* url */
            ldc "?"
            iload 8 /* prefix */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;I)I
            istore 9 /* suffix */
        start local 9 // int suffix
        47: .line 392
            iload 9 /* suffix */
            ifge 49
        48: .line 393
            aload 1 /* url */
            ldc "#"
            iload 8 /* prefix */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;I)I
            istore 9 /* suffix */
        49: .line 395
      StackMap locals: int int
      StackMap stack:
            iload 9 /* suffix */
            iload 8 /* prefix */
            if_icmpgt 51
        50: .line 396
            new java.lang.StringBuilder
            dup
            aload 1 /* url */
            iconst_0
            iload 8 /* prefix */
            aload 5 /* sessionURLPrefix */
            invokevirtual java.lang.String.length:()I
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        51: .line 397
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* url */
            iconst_0
            iload 8 /* prefix */
            aload 5 /* sessionURLPrefix */
            invokevirtual java.lang.String.length:()I
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        52: .line 398
            aload 1 /* url */
            iload 9 /* suffix */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        53: .line 397
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 9 // int suffix
        54: .line 402
      StackMap locals:
      StackMap stack:
            aload 1 /* url */
            bipush 63
            invokevirtual java.lang.String.indexOf:(I)I
            istore 9 /* suffix */
        start local 9 // int suffix
        55: .line 403
            iload 9 /* suffix */
            ifge 57
        56: .line 404
            aload 1 /* url */
            bipush 35
            invokevirtual java.lang.String.indexOf:(I)I
            istore 9 /* suffix */
        57: .line 405
      StackMap locals: int
      StackMap stack:
            iload 9 /* suffix */
            ifge 65
        58: .line 407
            new java.lang.StringBuilder
            dup
            aload 1 /* url */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        59: .line 408
            getstatic org.eclipse.jetty.http.HttpScheme.HTTPS:Lorg/eclipse/jetty/http/HttpScheme;
            aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getScheme:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpScheme.is:(Ljava/lang/String;)Z
            ifne 60
            getstatic org.eclipse.jetty.http.HttpScheme.HTTP:Lorg/eclipse/jetty/http/HttpScheme;
            aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getScheme:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpScheme.is:(Ljava/lang/String;)Z
            ifeq 61
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
        60: aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getPath:()Ljava/lang/String;
            ifnonnull 61
            ldc "/"
            goto 62
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
        61: ldc ""
      StackMap locals: org.eclipse.jetty.server.Response java.lang.String org.eclipse.jetty.server.Request org.eclipse.jetty.server.session.SessionHandler org.eclipse.jetty.http.HttpURI java.lang.String jakarta.servlet.http.HttpSession java.lang.String int int
      StackMap stack: java.lang.StringBuilder java.lang.String
        62: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        63: .line 409
            aload 5 /* sessionURLPrefix */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 7 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        64: .line 407
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        65: .line 412
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* url */
            iconst_0
            iload 9 /* suffix */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        66: .line 413
            getstatic org.eclipse.jetty.http.HttpScheme.HTTPS:Lorg/eclipse/jetty/http/HttpScheme;
            aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getScheme:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpScheme.is:(Ljava/lang/String;)Z
            ifne 67
            getstatic org.eclipse.jetty.http.HttpScheme.HTTP:Lorg/eclipse/jetty/http/HttpScheme;
            aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getScheme:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpScheme.is:(Ljava/lang/String;)Z
            ifeq 68
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
        67: aload 4 /* uri */
            invokeinterface org.eclipse.jetty.http.HttpURI.getPath:()Ljava/lang/String;
            ifnonnull 68
            ldc "/"
            goto 69
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
        68: ldc ""
      StackMap locals: org.eclipse.jetty.server.Response java.lang.String org.eclipse.jetty.server.Request org.eclipse.jetty.server.session.SessionHandler org.eclipse.jetty.http.HttpURI java.lang.String jakarta.servlet.http.HttpSession java.lang.String int int
      StackMap stack: java.lang.StringBuilder java.lang.String
        69: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        70: .line 414
            aload 5 /* sessionURLPrefix */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 7 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* url */
            iload 9 /* suffix */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        71: .line 412
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 9 // int suffix
        end local 8 // int prefix
        end local 7 // java.lang.String id
        end local 6 // jakarta.servlet.http.HttpSession session
        end local 5 // java.lang.String sessionURLPrefix
        end local 4 // org.eclipse.jetty.http.HttpURI uri
        end local 3 // org.eclipse.jetty.server.session.SessionHandler sessionManager
        end local 2 // org.eclipse.jetty.server.Request request
        end local 1 // java.lang.String url
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   72     0              this  Lorg/eclipse/jetty/server/Response;
            0   72     1               url  Ljava/lang/String;
            1   72     2           request  Lorg/eclipse/jetty/server/Request;
            2   72     3    sessionManager  Lorg/eclipse/jetty/server/session/SessionHandler;
            5   72     4               uri  Lorg/eclipse/jetty/http/HttpURI;
            8   20     5              path  Ljava/lang/String;
           12   20     6              port  I
           21   72     5  sessionURLPrefix  Ljava/lang/String;
           28   36     6            prefix  I
           30   35     7            suffix  I
           37   72     6           session  Ljakarta/servlet/http/HttpSession;
           42   72     7                id  Ljava/lang/String;
           45   72     8            prefix  I
           47   54     9            suffix  I
           55   72     9            suffix  I
    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.eclipse.jetty.server.Response this
        start local 1 // java.lang.String url
         0: .line 420
            aload 0 /* this */
            aload 1 /* url */
            invokevirtual org.eclipse.jetty.server.Response.encodeURL:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String url
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;
            0    1     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=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 424
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe attribute since is undefined for the annotation type Deprecated\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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.eclipse.jetty.server.Response this
         0: .line 431
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe attribute since is undefined for the annotation type Deprecated\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      url   

  public void sendError(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // int sc
         0: .line 440
            aload 0 /* this */
            iload 1 /* sc */
            aconst_null
            invokevirtual org.eclipse.jetty.server.Response.sendError:(ILjava/lang/String;)V
         1: .line 441
            return
        end local 1 // int sc
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Response;
            0    2     1    sc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sc    

  public void sendError(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // int code
        start local 2 // java.lang.String message
         0: .line 457
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isIncluding:()Z
            ifeq 2
         1: .line 458
            return
         2: .line 460
      StackMap locals:
      StackMap stack:
            iload 1 /* code */
            lookupswitch { // 2
                   -1: 3
                  102: 5
              default: 7
          }
         3: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            new java.io.IOException
            dup
            aload 2 /* message */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.server.HttpChannel.abort:(Ljava/lang/Throwable;)V
         4: .line 464
            goto 8
         5: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.sendProcessing:()V
         6: .line 467
            goto 8
         7: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getState:()Lorg/eclipse/jetty/server/HttpChannelState;
            iload 1 /* code */
            aload 2 /* message */
            invokevirtual org.eclipse.jetty.server.HttpChannelState.sendError:(ILjava/lang/String;)V
         8: .line 472
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String message
        end local 1 // int code
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/eclipse/jetty/server/Response;
            0    9     1     code  I
            0    9     2  message  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      code     
      message  

  public void sendProcessing();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 486
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.isExpecting102Processing:()Z
            ifeq 2
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isCommitted:()Z
            ifne 2
         1: .line 488
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            getstatic org.eclipse.jetty.http.HttpGenerator.PROGRESS_102_INFO:Lorg/eclipse/jetty/http/MetaData$Response;
            aconst_null
            iconst_1
            invokevirtual org.eclipse.jetty.server.HttpChannel.sendResponse:(Lorg/eclipse/jetty/http/MetaData$Response;Ljava/nio/ByteBuffer;Z)Z
            pop
         2: .line 490
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;
    Exceptions:
      throws java.io.IOException

  public void sendRedirect(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // int code
        start local 2 // java.lang.String location
         0: .line 501
            aload 0 /* this */
            iload 1 /* code */
            aload 2 /* location */
            iconst_0
            invokevirtual org.eclipse.jetty.server.Response.sendRedirect:(ILjava/lang/String;Z)V
         1: .line 502
            return
        end local 2 // java.lang.String location
        end local 1 // int code
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/Response;
            0    2     1      code  I
            0    2     2  location  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      code      
      location  

  public void sendRedirect(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String location
        start local 2 // boolean consumeAll
         0: .line 514
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.getVersion:()I
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.getVersion:()I
            if_icmpge 2
         1: .line 515
            sipush 302
            goto 3
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.Response
         2: sipush 303
      StackMap locals: org.eclipse.jetty.server.Response java.lang.String int
      StackMap stack: org.eclipse.jetty.server.Response int
         3: aload 1 /* location */
            iload 2 /* consumeAll */
         4: .line 514
            invokevirtual org.eclipse.jetty.server.Response.sendRedirect:(ILjava/lang/String;Z)V
         5: .line 516
            return
        end local 2 // boolean consumeAll
        end local 1 // java.lang.String location
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/eclipse/jetty/server/Response;
            0    6     1    location  Ljava/lang/String;
            0    6     2  consumeAll  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      location    
      consumeAll  

  public void sendRedirect(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // int code
        start local 2 // java.lang.String location
        start local 3 // boolean consumeAll
         0: .line 529
            iload 3 /* consumeAll */
            ifeq 2
         1: .line 530
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.ensureConsumeAllOrNotPersistent:()V
         2: .line 531
      StackMap locals:
      StackMap stack:
            iload 1 /* code */
            invokestatic org.eclipse.jetty.http.HttpStatus.isRedirection:(I)Z
            ifne 4
         3: .line 532
            new java.lang.IllegalArgumentException
            dup
            ldc "Not a 3xx redirect code"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifne 6
         5: .line 535
            return
         6: .line 537
      StackMap locals:
      StackMap stack:
            aload 2 /* location */
            ifnonnull 8
         7: .line 538
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         8: .line 540
      StackMap locals:
      StackMap stack:
            aload 2 /* location */
            invokestatic org.eclipse.jetty.util.URIUtil.hasScheme:(Ljava/lang/String;)Z
            ifne 27
         9: .line 542
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getHttpConfiguration:()Lorg/eclipse/jetty/server/HttpConfiguration;
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.isRelativeRedirectAllowed:()Z
            ifeq 11
        10: .line 543
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            goto 12
        11: .line 544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getRootURL:()Ljava/lang/StringBuilder;
        12: .line 542
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
            astore 4 /* buf */
        start local 4 // java.lang.StringBuilder buf
        13: .line 545
            aload 2 /* location */
            ldc "/"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 16
        14: .line 548
            aload 2 /* location */
            invokestatic org.eclipse.jetty.util.URIUtil.canonicalEncodedPath:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* location */
        15: .line 549
            goto 23
        16: .line 553
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getRequestURI:()Ljava/lang/String;
            astore 5 /* path */
        start local 5 // java.lang.String path
        17: .line 554
            aload 5 /* path */
            ldc "/"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 18
            aload 5 /* path */
            goto 19
      StackMap locals: java.lang.String
      StackMap stack:
        18: aload 5 /* path */
            invokestatic org.eclipse.jetty.util.URIUtil.parentPath:(Ljava/lang/String;)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
        19: astore 6 /* parent */
        start local 6 // java.lang.String parent
        20: .line 555
            aload 6 /* parent */
            aload 2 /* location */
            invokestatic org.eclipse.jetty.util.URIUtil.addEncodedPaths:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.URIUtil.canonicalEncodedPath:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* location */
        21: .line 556
            aload 2 /* location */
            ifnull 23
            aload 2 /* location */
            ldc "/"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 23
        22: .line 557
            aload 4 /* buf */
            bipush 47
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 6 // java.lang.String parent
        end local 5 // java.lang.String path
        23: .line 560
      StackMap locals:
      StackMap stack:
            aload 2 /* location */
            ifnonnull 25
        24: .line 561
            new java.lang.IllegalStateException
            dup
            ldc "path cannot be above root"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 562
      StackMap locals:
      StackMap stack:
            aload 4 /* buf */
            aload 2 /* location */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        26: .line 564
            aload 4 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* location */
        end local 4 // java.lang.StringBuilder buf
        27: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.resetBuffer:()V
        28: .line 568
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpHeader.LOCATION:Lorg/eclipse/jetty/http/HttpHeader;
            aload 2 /* location */
            invokevirtual org.eclipse.jetty.server.Response.setHeader:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
        29: .line 569
            aload 0 /* this */
            iload 1 /* code */
            invokevirtual org.eclipse.jetty.server.Response.setStatus:(I)V
        30: .line 570
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.closeOutput:()V
        31: .line 571
            return
        end local 3 // boolean consumeAll
        end local 2 // java.lang.String location
        end local 1 // int code
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   32     0        this  Lorg/eclipse/jetty/server/Response;
            0   32     1        code  I
            0   32     2    location  Ljava/lang/String;
            0   32     3  consumeAll  Z
           13   27     4         buf  Ljava/lang/StringBuilder;
           17   23     5        path  Ljava/lang/String;
           20   23     6      parent  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      code        
      location    
      consumeAll  

  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.eclipse.jetty.server.Response this
        start local 1 // java.lang.String location
         0: .line 576
            aload 0 /* this */
            sipush 302
            aload 1 /* location */
            invokevirtual org.eclipse.jetty.server.Response.sendRedirect:(ILjava/lang/String;)V
         1: .line 577
            return
        end local 1 // java.lang.String location
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/Response;
            0    2     1  location  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      location  

  public void setDateHeader(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String name
        start local 2 // long date
         0: .line 582
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifeq 5
         1: .line 584
            getstatic org.eclipse.jetty.http.HttpHeader.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 1 /* name */
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpHeader
            astore 4 /* header */
        start local 4 // org.eclipse.jetty.http.HttpHeader header
         2: .line 585
            aload 4 /* header */
            ifnonnull 4
         3: .line 586
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            lload 2 /* date */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.putDateField:(Ljava/lang/String;J)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
            goto 5
         4: .line 588
      StackMap locals: org.eclipse.jetty.http.HttpHeader
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 4 /* header */
            lload 2 /* date */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.putDateField:(Lorg/eclipse/jetty/http/HttpHeader;J)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        end local 4 // org.eclipse.jetty.http.HttpHeader header
         5: .line 590
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long date
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jetty/server/Response;
            0    6     1    name  Ljava/lang/String;
            0    6     2    date  J
            2    5     4  header  Lorg/eclipse/jetty/http/HttpHeader;
    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.eclipse.jetty.server.Response this
        start local 1 // java.lang.String name
        start local 2 // long date
         0: .line 595
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifeq 2
         1: .line 596
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            lload 2 /* date */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.addDateField:(Ljava/lang/String;J)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         2: .line 597
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long date
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;
            0    3     1  name  Ljava/lang/String;
            0    3     2  date  J
    MethodParameters:
      Name  Flags
      name  
      date  

  public void setHeader(org.eclipse.jetty.http.HttpHeader, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // org.eclipse.jetty.http.HttpHeader name
        start local 2 // java.lang.String value
         0: .line 601
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifeq 8
         1: .line 603
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* name */
            if_acmpne 3
         2: .line 604
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.server.Response.setContentType:(Ljava/lang/String;)V
            goto 8
         3: .line 607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         4: .line 609
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* name */
            if_acmpne 8
         5: .line 611
            aload 2 /* value */
            ifnonnull 7
         6: .line 612
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.Response._contentLength:J
            goto 8
         7: .line 614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;)J
            putfield org.eclipse.jetty.server.Response._contentLength:J
         8: .line 618
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String value
        end local 1 // org.eclipse.jetty.http.HttpHeader name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/jetty/server/Response;
            0    9     1   name  Lorg/eclipse/jetty/http/HttpHeader;
            0    9     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public void setHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 623
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._errorSentAndIncludes:Lorg/eclipse/jetty/util/AtomicBiInteger;
            invokevirtual org.eclipse.jetty.util.AtomicBiInteger.get:()J
            lstore 3 /* biInt */
        start local 3 // long biInt
         1: .line 624
            lload 3 /* biInt */
            lconst_0
            lcmp
            ifeq 11
         2: .line 626
            lload 3 /* biInt */
            invokestatic org.eclipse.jetty.util.AtomicBiInteger.getHi:(J)I
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: long
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* errorSent */
        start local 5 // boolean errorSent
         5: .line 627
            lload 3 /* biInt */
            invokestatic org.eclipse.jetty.util.AtomicBiInteger.getLo:(J)I
            ifle 6
            iconst_1
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* including */
        start local 6 // boolean including
         8: .line 628
            iload 5 /* errorSent */
            ifne 10
            iload 6 /* including */
            ifeq 10
            aload 1 /* name */
            ldc "org.eclipse.jetty.server.include."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 629
            aload 1 /* name */
            ldc "org.eclipse.jetty.server.include."
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 1 /* name */
            goto 11
        10: .line 631
      StackMap locals: int
      StackMap stack:
            return
        end local 6 // boolean including
        end local 5 // boolean errorSent
        11: .line 634
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpHeader.is:(Ljava/lang/String;)Z
            ifeq 13
        12: .line 635
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.server.Response.setContentType:(Ljava/lang/String;)V
            goto 18
        13: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        14: .line 639
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpHeader.is:(Ljava/lang/String;)Z
            ifeq 18
        15: .line 641
            aload 2 /* value */
            ifnonnull 17
        16: .line 642
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.Response._contentLength:J
            goto 18
        17: .line 644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;)J
            putfield org.eclipse.jetty.server.Response._contentLength:J
        18: .line 647
      StackMap locals:
      StackMap stack:
            return
        end local 3 // long biInt
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/eclipse/jetty/server/Response;
            0   19     1       name  Ljava/lang/String;
            0   19     2      value  Ljava/lang/String;
            1   19     3      biInt  J
            5   11     5  errorSent  Z
            8   11     6  including  Z
    MethodParameters:
       Name  Flags
      name   
      value  

  public java.util.Collection<java.lang.String> getHeaderNames();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 652
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.getFieldNamesCollection:()Ljava/util/Set;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

  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.eclipse.jetty.server.Response this
        start local 1 // java.lang.String name
         0: .line 658
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.get:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Collection<java.lang.String> getHeaders(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String name
         0: .line 664
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.getValuesList:(Ljava/lang/String;)Ljava/util/List;
            astore 2 /* i */
        start local 2 // java.util.Collection i
         1: .line 665
            aload 2 /* i */
            ifnonnull 3
         2: .line 666
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         3: .line 667
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 2 /* i */
            areturn
        end local 2 // java.util.Collection i
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/Response;
            0    4     1  name  Ljava/lang/String;
            1    4     2     i  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public void addHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 673
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._errorSentAndIncludes:Lorg/eclipse/jetty/util/AtomicBiInteger;
            invokevirtual org.eclipse.jetty.util.AtomicBiInteger.get:()J
            lstore 3 /* biInt */
        start local 3 // long biInt
         1: .line 674
            lload 3 /* biInt */
            lconst_0
            lcmp
            ifeq 11
         2: .line 676
            lload 3 /* biInt */
            invokestatic org.eclipse.jetty.util.AtomicBiInteger.getHi:(J)I
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: long
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* errorSent */
        start local 5 // boolean errorSent
         5: .line 677
            lload 3 /* biInt */
            invokestatic org.eclipse.jetty.util.AtomicBiInteger.getLo:(J)I
            ifle 6
            iconst_1
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* including */
        start local 6 // boolean including
         8: .line 678
            iload 5 /* errorSent */
            ifne 10
            iload 6 /* including */
            ifeq 10
            aload 1 /* name */
            ldc "org.eclipse.jetty.server.include."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 679
            aload 1 /* name */
            ldc "org.eclipse.jetty.server.include."
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 1 /* name */
            goto 11
        10: .line 681
      StackMap locals: int
      StackMap stack:
            return
        end local 6 // boolean including
        end local 5 // boolean errorSent
        11: .line 684
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpHeader.is:(Ljava/lang/String;)Z
            ifeq 14
        12: .line 686
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.server.Response.setContentType:(Ljava/lang/String;)V
        13: .line 687
            return
        14: .line 690
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpHeader.is:(Ljava/lang/String;)Z
            ifeq 17
        15: .line 692
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.server.Response.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
        16: .line 693
            return
        17: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.add:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        18: .line 697
            return
        end local 3 // long biInt
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/eclipse/jetty/server/Response;
            0   19     1       name  Ljava/lang/String;
            0   19     2      value  Ljava/lang/String;
            1   19     3      biInt  J
            5   11     5  errorSent  Z
            8   11     6  including  Z
    MethodParameters:
       Name  Flags
      name   
      value  

  public void setIntHeader(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String name
        start local 2 // int value
         0: .line 702
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifeq 4
         1: .line 704
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            iload 2 /* value */
            i2l
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.putLongField:(Ljava/lang/String;J)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         2: .line 705
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpHeader.is:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 706
            aload 0 /* this */
            iload 2 /* value */
            i2l
            putfield org.eclipse.jetty.server.Response._contentLength:J
         4: .line 708
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int value
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/jetty/server/Response;
            0    5     1   name  Ljava/lang/String;
            0    5     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.eclipse.jetty.server.Response this
        start local 1 // java.lang.String name
        start local 2 // int value
         0: .line 713
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifeq 4
         1: .line 715
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* name */
            iload 2 /* value */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.add:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         2: .line 716
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.http.HttpHeader.is:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 717
            aload 0 /* this */
            iload 2 /* value */
            i2l
            putfield org.eclipse.jetty.server.Response._contentLength:J
         4: .line 719
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int value
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/jetty/server/Response;
            0    5     1   name  Ljava/lang/String;
            0    5     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.eclipse.jetty.server.Response this
        start local 1 // int sc
         0: .line 724
            iload 1 /* sc */
            ifgt 2
         1: .line 725
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifeq 6
         3: .line 730
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._status:I
            iload 1 /* sc */
            if_icmpeq 5
         4: .line 731
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._reason:Ljava/lang/String;
         5: .line 732
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* sc */
            putfield org.eclipse.jetty.server.Response._status:I
         6: .line 734
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int sc
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/server/Response;
            0    7     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.eclipse.jetty.server.Response this
         0: .line 737
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe attribute since is undefined for the annotation type Deprecated\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      sc       
      message  

  public void setStatusWithReason(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // int sc
        start local 2 // java.lang.String message
         0: .line 745
            iload 1 /* sc */
            ifgt 2
         1: .line 746
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 747
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifeq 5
         3: .line 749
            aload 0 /* this */
            iload 1 /* sc */
            putfield org.eclipse.jetty.server.Response._status:I
         4: .line 750
            aload 0 /* this */
            aload 2 /* message */
            putfield org.eclipse.jetty.server.Response._reason:Ljava/lang/String;
         5: .line 752
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String message
        end local 1 // int sc
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/jetty/server/Response;
            0    6     1       sc  I
            0    6     2  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      sc       
      message  

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 757
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            ifnonnull 13
         1: .line 759
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getCharsetAssumedFromContentType:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* encoding */
        start local 1 // java.lang.String encoding
         2: .line 760
            aload 1 /* encoding */
            ifnull 4
         3: .line 761
            aload 1 /* encoding */
            areturn
         4: .line 763
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getCharsetInferredFromContentType:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* encoding */
         5: .line 764
            aload 1 /* encoding */
            ifnull 7
         6: .line 765
            aload 1 /* encoding */
            areturn
         7: .line 767
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getContext:()Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
            astore 2 /* context */
        start local 2 // org.eclipse.jetty.server.handler.ContextHandler$Context context
         8: .line 768
            aload 2 /* context */
            ifnull 12
         9: .line 770
            aload 2 /* context */
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler$Context.getResponseCharacterEncoding:()Ljava/lang/String;
            astore 1 /* encoding */
        10: .line 771
            aload 1 /* encoding */
            ifnull 12
        11: .line 772
            aload 1 /* encoding */
            areturn
        12: .line 774
      StackMap locals: org.eclipse.jetty.server.handler.ContextHandler$Context
      StackMap stack:
            ldc "iso-8859-1"
            areturn
        end local 2 // org.eclipse.jetty.server.handler.ContextHandler$Context context
        end local 1 // java.lang.String encoding
        13: .line 776
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/eclipse/jetty/server/Response;
            2   13     1  encoding  Ljava/lang/String;
            8   13     2   context  Lorg/eclipse/jetty/server/handler/ContextHandler$Context;

  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.eclipse.jetty.server.Response this
         0: .line 782
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  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.eclipse.jetty.server.Response this
         0: .line 788
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.WRITER:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpne 2
         1: .line 789
            new java.lang.IllegalStateException
            dup
            ldc "WRITER"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$OutputType.STREAM:Lorg/eclipse/jetty/server/Response$OutputType;
            putfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
         3: .line 791
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/Response;
    Exceptions:
      throws java.io.IOException

  public boolean isWriting();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 796
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.WRITER:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Response;

  public boolean isStreaming();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 801
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.STREAM:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Response;

  public boolean isWritingOrStreaming();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 806
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isWriting:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isStreaming:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Response;

  public java.io.PrintWriter getWriter();
    descriptor: ()Ljava/io/PrintWriter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 812
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.STREAM:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpne 2
         1: .line 813
            new java.lang.IllegalStateException
            dup
            ldc "STREAM"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.NONE:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpne 28
         3: .line 818
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            astore 1 /* encoding */
        start local 1 // java.lang.String encoding
         4: .line 821
            aload 1 /* encoding */
            ifnonnull 7
         5: .line 823
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            ifnull 7
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.isCharsetAssumed:()Z
            ifeq 7
         6: .line 824
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.getCharsetString:()Ljava/lang/String;
            astore 1 /* encoding */
         7: .line 828
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* encoding */
            ifnonnull 9
         8: .line 830
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getCharsetAssumedFromContentType:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* encoding */
         9: .line 834
      StackMap locals:
      StackMap stack:
            aload 1 /* encoding */
            ifnonnull 12
        10: .line 836
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getCharsetInferredFromContentType:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* encoding */
        11: .line 837
            aload 0 /* this */
            aload 1 /* encoding */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.INFERRED:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response.setCharacterEncoding:(Ljava/lang/String;Lorg/eclipse/jetty/server/Response$EncodingFrom;)V
        12: .line 841
      StackMap locals:
      StackMap stack:
            aload 1 /* encoding */
            ifnonnull 16
        13: .line 843
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getContext:()Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
            astore 2 /* context */
        start local 2 // org.eclipse.jetty.server.handler.ContextHandler$Context context
        14: .line 844
            aload 2 /* context */
            ifnull 16
        15: .line 845
            aload 2 /* context */
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler$Context.getResponseCharacterEncoding:()Ljava/lang/String;
            astore 1 /* encoding */
        end local 2 // org.eclipse.jetty.server.handler.ContextHandler$Context context
        16: .line 849
      StackMap locals:
      StackMap stack:
            aload 1 /* encoding */
            ifnonnull 19
        17: .line 851
            ldc "iso-8859-1"
            astore 1 /* encoding */
        18: .line 852
            aload 0 /* this */
            aload 1 /* encoding */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.INFERRED:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response.setCharacterEncoding:(Ljava/lang/String;Lorg/eclipse/jetty/server/Response$EncodingFrom;)V
        19: .line 855
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getLocale:()Ljava/util/Locale;
            astore 2 /* locale */
        start local 2 // java.util.Locale locale
        20: .line 857
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
            ifnull 22
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
            aload 2 /* locale */
            aload 1 /* encoding */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.isFor:(Ljava/util/Locale;Ljava/lang/String;)Z
            ifeq 22
        21: .line 858
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.reopen:()V
            goto 27
        22: .line 861
      StackMap locals: java.util.Locale
      StackMap stack:
            ldc "iso-8859-1"
            aload 1 /* encoding */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 24
        23: .line 862
            aload 0 /* this */
            new org.eclipse.jetty.server.ResponseWriter
            dup
            new org.eclipse.jetty.server.Iso88591HttpWriter
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokespecial org.eclipse.jetty.server.Iso88591HttpWriter.<init>:(Lorg/eclipse/jetty/server/HttpOutput;)V
            aload 2 /* locale */
            aload 1 /* encoding */
            invokespecial org.eclipse.jetty.server.ResponseWriter.<init>:(Lorg/eclipse/jetty/server/HttpWriter;Ljava/util/Locale;Ljava/lang/String;)V
            putfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
            goto 27
        24: .line 863
      StackMap locals:
      StackMap stack:
            ldc "utf-8"
            aload 1 /* encoding */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 26
        25: .line 864
            aload 0 /* this */
            new org.eclipse.jetty.server.ResponseWriter
            dup
            new org.eclipse.jetty.server.Utf8HttpWriter
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokespecial org.eclipse.jetty.server.Utf8HttpWriter.<init>:(Lorg/eclipse/jetty/server/HttpOutput;)V
            aload 2 /* locale */
            aload 1 /* encoding */
            invokespecial org.eclipse.jetty.server.ResponseWriter.<init>:(Lorg/eclipse/jetty/server/HttpWriter;Ljava/util/Locale;Ljava/lang/String;)V
            putfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
            goto 27
        26: .line 866
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jetty.server.ResponseWriter
            dup
            new org.eclipse.jetty.server.EncodingHttpWriter
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            aload 1 /* encoding */
            invokespecial org.eclipse.jetty.server.EncodingHttpWriter.<init>:(Lorg/eclipse/jetty/server/HttpOutput;Ljava/lang/String;)V
            aload 2 /* locale */
            aload 1 /* encoding */
            invokespecial org.eclipse.jetty.server.ResponseWriter.<init>:(Lorg/eclipse/jetty/server/HttpWriter;Ljava/util/Locale;Ljava/lang/String;)V
            putfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
        27: .line 870
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$OutputType.WRITER:Lorg/eclipse/jetty/server/Response$OutputType;
            putfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
        end local 2 // java.util.Locale locale
        end local 1 // java.lang.String encoding
        28: .line 872
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   29     0      this  Lorg/eclipse/jetty/server/Response;
            4   28     1  encoding  Ljava/lang/String;
           14   16     2   context  Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
           20   28     2    locale  Ljava/util/Locale;
    Exceptions:
      throws java.io.IOException

  public void setContentLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // int len
         0: .line 881
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isCommitted:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifne 2
         1: .line 882
      StackMap locals:
      StackMap stack:
            return
         2: .line 884
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            ifle 13
         3: .line 886
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.getWritten:()J
            lstore 2 /* written */
        start local 2 // long written
         4: .line 887
            lload 2 /* written */
            iload 1 /* len */
            i2l
            lcmp
            ifle 6
         5: .line 888
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "setContentLength("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") when already written "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 2 /* written */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 890
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            iload 1 /* len */
            i2l
            putfield org.eclipse.jetty.server.Response._contentLength:J
         7: .line 891
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            iload 1 /* len */
            i2l
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.putLongField:(Lorg/eclipse/jetty/http/HttpHeader;J)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         8: .line 892
            aload 0 /* this */
            lload 2 /* written */
            invokevirtual org.eclipse.jetty.server.Response.isAllContentWritten:(J)Z
            ifeq 22
         9: .line 896
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.closeOutput:()V
        10: .line 897
            goto 22
        11: .line 898
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
        12: .line 900
            new org.eclipse.jetty.io.RuntimeIOException
            dup
            aload 4 /* e */
            invokespecial org.eclipse.jetty.io.RuntimeIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.IOException e
        end local 2 // long written
        13: .line 904
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            ifne 20
        14: .line 906
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.getWritten:()J
            lstore 2 /* written */
        start local 2 // long written
        15: .line 907
            lload 2 /* written */
            lconst_0
            lcmp
            ifle 17
        16: .line 908
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "setContentLength(0) when already written "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 2 /* written */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 909
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            iload 1 /* len */
            i2l
            putfield org.eclipse.jetty.server.Response._contentLength:J
        18: .line 910
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "0"
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        end local 2 // long written
        19: .line 911
            goto 22
        20: .line 914
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* len */
            i2l
            putfield org.eclipse.jetty.server.Response._contentLength:J
        21: .line 915
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.remove:(Lorg/eclipse/jetty/http/HttpHeader;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        22: .line 917
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lorg/eclipse/jetty/server/Response;
            0   23     1      len  I
            4   13     2  written  J
           12   13     4        e  Ljava/io/IOException;
           15   19     2  written  J
      Exception table:
        from    to  target  type
           9    10      11  Class java.io.IOException
    MethodParameters:
      Name  Flags
      len   

  public long getContentLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 921
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentLength:J
            lreturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  public boolean isAllContentWritten(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // long written
         0: .line 926
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentLength:J
            lconst_0
            lcmp
            iflt 1
            lload 1 /* written */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentLength:J
            lcmp
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // long written
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/server/Response;
            0    2     1  written  J
    MethodParameters:
         Name  Flags
      written  

  public boolean isContentComplete(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // long written
         0: .line 931
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentLength:J
            lconst_0
            lcmp
            iflt 1
            lload 1 /* written */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentLength:J
            lcmp
            ifge 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // long written
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/server/Response;
            0    2     1  written  J
    MethodParameters:
         Name  Flags
      written  

  public void closeOutput();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 936
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.WRITER:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpne 2
         1: .line 937
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
            invokevirtual org.eclipse.jetty.server.ResponseWriter.close:()V
            goto 3
         2: .line 939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.close:()V
         3: .line 940
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/Response;
    Exceptions:
      throws java.io.IOException

  public void completeOutput();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 950
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.closeOutput:()V
         1: .line 951
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Response;
    Exceptions:
      throws java.io.IOException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void completeOutput(org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/util/Callback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // org.eclipse.jetty.util.Callback callback
         0: .line 955
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.WRITER:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpne 2
         1: .line 956
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._writer:Lorg/eclipse/jetty/server/ResponseWriter;
            aload 1 /* callback */
            invokevirtual org.eclipse.jetty.server.ResponseWriter.complete:(Lorg/eclipse/jetty/util/Callback;)V
            goto 3
         2: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            aload 1 /* callback */
            invokevirtual org.eclipse.jetty.server.HttpOutput.complete:(Lorg/eclipse/jetty/util/Callback;)V
         3: .line 959
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jetty.util.Callback callback
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jetty/server/Response;
            0    4     1  callback  Lorg/eclipse/jetty/util/Callback;
    MethodParameters:
          Name  Flags
      callback  

  public long getLongContentLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 963
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentLength:J
            lreturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  public void setLongContentLength(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // long len
         0: .line 971
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isCommitted:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifne 2
         1: .line 972
      StackMap locals:
      StackMap stack:
            return
         2: .line 973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* len */
            putfield org.eclipse.jetty.server.Response._contentLength:J
         3: .line 974
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.toString:()Ljava/lang/String;
            lload 1 /* len */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.putLongField:(Ljava/lang/String;J)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         4: .line 975
            return
        end local 1 // long len
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/server/Response;
            0    5     1   len  J
    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.eclipse.jetty.server.Response this
        start local 1 // long length
         0: .line 980
            aload 0 /* this */
            lload 1 /* length */
            invokevirtual org.eclipse.jetty.server.Response.setLongContentLength:(J)V
         1: .line 981
            return
        end local 1 // long length
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/server/Response;
            0    2     1  length  J
    MethodParameters:
        Name  Flags
      length  

  public void setCharacterEncoding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String encoding
         0: .line 986
            aload 0 /* this */
            aload 1 /* encoding */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.SET_CHARACTER_ENCODING:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response.setCharacterEncoding:(Ljava/lang/String;Lorg/eclipse/jetty/server/Response$EncodingFrom;)V
         1: .line 987
            return
        end local 1 // java.lang.String encoding
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/Response;
            0    2     1  encoding  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      encoding  

  private void setCharacterEncoding(java.lang.String, org.eclipse.jetty.server.Response$EncodingFrom);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jetty/server/Response$EncodingFrom;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.lang.String encoding
        start local 2 // org.eclipse.jetty.server.Response$EncodingFrom from
         0: .line 991
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isWriting:()Z
            ifeq 2
         1: .line 992
      StackMap locals:
      StackMap stack:
            return
         2: .line 994
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.WRITER:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpeq 30
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isCommitted:()Z
            ifne 30
         3: .line 996
            aload 1 /* encoding */
            ifnonnull 16
         4: .line 998
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.NOT_SET:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            putfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
         5: .line 1001
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            ifnull 30
         6: .line 1003
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
         7: .line 1005
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            ifnull 12
         8: .line 1007
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.getBaseType:()Lorg/eclipse/jetty/http/MimeTypes$Type;
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
         9: .line 1008
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.asString:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        10: .line 1009
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.getContentTypeField:()Lorg/eclipse/jetty/http/HttpField;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        11: .line 1010
            goto 30
        12: .line 1011
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            ifnull 30
        13: .line 1013
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getContentTypeWithoutCharset:(Ljava/lang/String;)Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        14: .line 1014
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        15: .line 1017
            goto 30
        16: .line 1021
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* from */
            putfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
        17: .line 1022
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpGenerator.__STRICT:Z
            ifeq 18
            aload 1 /* encoding */
            goto 19
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.Response
        18: aload 1 /* encoding */
            invokestatic org.eclipse.jetty.util.StringUtil.normalizeCharset:(Ljava/lang/String;)Ljava/lang/String;
      StackMap locals: org.eclipse.jetty.server.Response java.lang.String org.eclipse.jetty.server.Response$EncodingFrom
      StackMap stack: org.eclipse.jetty.server.Response java.lang.String
        19: putfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
        20: .line 1023
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            ifnull 27
        21: .line 1025
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.getBaseType:()Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.asString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ";charset="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        22: .line 1026
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.MimeTypes.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.MimeTypes$Type
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
        23: .line 1027
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            ifnull 24
            getstatic org.eclipse.jetty.http.HttpGenerator.__STRICT:Z
            ifeq 25
        24: .line 1028
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
            goto 30
        25: .line 1030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.getContentTypeField:()Lorg/eclipse/jetty/http/HttpField;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        26: .line 1031
            goto 30
        27: .line 1032
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            ifnull 30
        28: .line 1034
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getContentTypeWithoutCharset:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ";charset="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        29: .line 1035
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        30: .line 1039
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jetty.server.Response$EncodingFrom from
        end local 1 // java.lang.String encoding
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   31     0      this  Lorg/eclipse/jetty/server/Response;
            0   31     1  encoding  Ljava/lang/String;
            0   31     2      from  Lorg/eclipse/jetty/server/Response$EncodingFrom;
    MethodParameters:
          Name  Flags
      encoding  
      from      

  public void setContentType(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.Response this
        start local 1 // java.lang.String contentType
         0: .line 1044
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isCommitted:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifne 2
         1: .line 1045
      StackMap locals:
      StackMap stack:
            return
         2: .line 1047
      StackMap locals:
      StackMap stack:
            aload 1 /* contentType */
            ifnonnull 11
         3: .line 1049
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isWriting:()Z
            ifeq 5
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            ifnull 5
         4: .line 1050
            new java.nio.channels.IllegalSelectorException
            dup
            invokespecial java.nio.channels.IllegalSelectorException.<init>:()V
            athrow
         5: .line 1052
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._locale:Ljava/util/Locale;
            ifnonnull 7
         6: .line 1053
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
         7: .line 1054
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
         8: .line 1055
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
         9: .line 1056
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.remove:(Lorg/eclipse/jetty/http/HttpHeader;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        10: .line 1057
            goto 43
        11: .line 1060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* contentType */
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        12: .line 1061
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.MimeTypes.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 1 /* contentType */
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.MimeTypes$Type
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
        13: .line 1063
            aload 1 /* contentType */
            invokestatic org.eclipse.jetty.http.MimeTypes.getCharsetFromContentType:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* charset */
        start local 2 // java.lang.String charset
        14: .line 1064
            aload 2 /* charset */
            ifnonnull 16
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            ifnull 16
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.isCharsetAssumed:()Z
            ifeq 16
        15: .line 1065
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.getCharsetString:()Ljava/lang/String;
            astore 2 /* charset */
        16: .line 1067
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* charset */
            ifnonnull 31
        17: .line 1069
            invokestatic org.eclipse.jetty.server.Response.$SWITCH_TABLE$org$eclipse$jetty$server$Response$EncodingFrom:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response$EncodingFrom.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 18
                    2: 19
                    3: 26
                    4: 26
                    5: 26
              default: 29
          }
        18: .line 1072
      StackMap locals:
      StackMap stack:
            goto 39
        19: .line 1074
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isWriting:()Z
            ifeq 23
        20: .line 1076
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ";charset="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        21: .line 1077
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.MimeTypes.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.MimeTypes$Type
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
        22: .line 1078
            goto 39
        23: .line 1081
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.NOT_SET:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            putfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
        24: .line 1082
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
        25: .line 1084
            goto 39
        26: .line 1089
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 1 /* contentType */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ";charset="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        27: .line 1090
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.MimeTypes.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.MimeTypes$Type
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
        28: .line 1091
            goto 39
        29: .line 1094
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response$EncodingFrom.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 1096
      StackMap locals:
      StackMap stack:
            goto 39
        31: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isWriting:()Z
            ifeq 37
            aload 2 /* charset */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 37
        32: .line 1100
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getContentTypeWithoutCharset:(Ljava/lang/String;)Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        33: .line 1101
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            ifnull 35
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            ifnull 34
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.isCharsetAssumed:()Z
            ifne 35
        34: .line 1102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ";charset="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        35: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.MimeTypes.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.MimeTypes$Type
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
        36: .line 1104
            goto 39
        37: .line 1107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* charset */
            putfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
        38: .line 1108
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.SET_CONTENT_TYPE:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            putfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
        39: .line 1111
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpGenerator.__STRICT:Z
            ifne 40
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            ifnonnull 41
        40: .line 1112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
            goto 43
        41: .line 1115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.asString:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        42: .line 1116
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
            invokevirtual org.eclipse.jetty.http.MimeTypes$Type.getContentTypeField:()Lorg/eclipse/jetty/http/HttpField;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        end local 2 // java.lang.String charset
        43: .line 1119
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String contentType
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   44     0         this  Lorg/eclipse/jetty/server/Response;
            0   44     1  contentType  Ljava/lang/String;
           14   43     2      charset  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      contentType  

  public void setBufferSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // int size
         0: .line 1124
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isCommitted:()Z
            ifeq 2
         1: .line 1125
            new java.lang.IllegalStateException
            dup
            ldc "cannot set buffer size after response is in committed state"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getContentCount:()J
            lconst_0
            lcmp
            ifle 4
         3: .line 1127
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "cannot set buffer size after response has "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getContentCount:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " bytes already written"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1128
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            iconst_1
            if_icmpge 6
         5: .line 1129
            iconst_1
            istore 1 /* size */
         6: .line 1130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            iload 1 /* size */
            invokevirtual org.eclipse.jetty.server.HttpOutput.setBufferSize:(I)V
         7: .line 1131
            return
        end local 1 // int size
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/server/Response;
            0    8     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public int getBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1136
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.getBufferSize:()I
            ireturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  public void flushBuffer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1142
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.isClosed:()Z
            ifne 2
         1: .line 1143
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.flush:()V
         2: .line 1144
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;
    Exceptions:
      throws java.io.IOException

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1149
            aload 0 /* this */
            sipush 200
            putfield org.eclipse.jetty.server.Response._status:I
         1: .line 1150
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._reason:Ljava/lang/String;
         2: .line 1151
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.resetBuffer:()V
         3: .line 1152
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$OutputType.NONE:Lorg/eclipse/jetty/server/Response$OutputType;
            putfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
         4: .line 1153
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.Response._contentLength:J
         5: .line 1154
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
         6: .line 1155
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
         7: .line 1156
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
         8: .line 1157
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.NOT_SET:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            putfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
         9: .line 1158
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._trailers:Ljava/util/function/Supplier;
        10: .line 1161
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.clear:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        11: .line 1164
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getHttpFields:()Lorg/eclipse/jetty/http/HttpFields;
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            iconst_0
            invokeinterface org.eclipse.jetty.http.HttpFields.getCSV:(Lorg/eclipse/jetty/http/HttpHeader;Z)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 22
      StackMap locals: org.eclipse.jetty.server.Response top java.util.Iterator
      StackMap stack:
        12: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 1 /* value */
        start local 1 // java.lang.String value
        13: .line 1166
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 1 /* value */
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpHeaderValue
            astore 3 /* cb */
        start local 3 // org.eclipse.jetty.http.HttpHeaderValue cb
        14: .line 1167
            aload 3 /* cb */
            ifnull 22
        15: .line 1169
            invokestatic org.eclipse.jetty.server.Response.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeaderValue:()[I
            aload 3 /* cb */
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            iaload
            lookupswitch { // 3
                    1: 16
                    5: 18
                    8: 21
              default: 22
          }
        16: .line 1172
      StackMap locals: org.eclipse.jetty.server.Response java.lang.String java.util.Iterator org.eclipse.jetty.http.HttpHeaderValue
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CLOSE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.toString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        17: .line 1173
            goto 22
        18: .line 1175
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_0:Lorg/eclipse/jetty/http/HttpVersion;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getProtocol:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpVersion.is:(Ljava/lang/String;)Z
            ifeq 22
        19: .line 1176
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.KEEP_ALIVE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.toString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        20: .line 1177
            goto 22
        21: .line 1179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.TE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.toString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        end local 3 // org.eclipse.jetty.http.HttpHeaderValue cb
        end local 1 // java.lang.String value
        22: .line 1164
      StackMap locals: org.eclipse.jetty.server.Response top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        23: .line 1187
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            astore 1 /* request */
        start local 1 // org.eclipse.jetty.server.Request request
        24: .line 1188
            aload 1 /* request */
            iconst_0
            invokevirtual org.eclipse.jetty.server.Request.getSession:(Z)Ljakarta/servlet/http/HttpSession;
            astore 2 /* session */
        start local 2 // jakarta.servlet.http.HttpSession session
        25: .line 1189
            aload 2 /* session */
            ifnull 31
            aload 2 /* session */
            invokeinterface jakarta.servlet.http.HttpSession.isNew:()Z
            ifeq 31
        26: .line 1191
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.server.Request.getSessionHandler:()Lorg/eclipse/jetty/server/session/SessionHandler;
            astore 3 /* sh */
        start local 3 // org.eclipse.jetty.server.session.SessionHandler sh
        27: .line 1192
            aload 3 /* sh */
            ifnull 31
        28: .line 1194
            aload 3 /* sh */
            aload 2 /* session */
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.server.Request.getContextPath:()Ljava/lang/String;
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.server.Request.isSecure:()Z
            invokevirtual org.eclipse.jetty.server.session.SessionHandler.getSessionCookie:(Ljakarta/servlet/http/HttpSession;Ljava/lang/String;Z)Lorg/eclipse/jetty/http/HttpCookie;
            astore 4 /* c */
        start local 4 // org.eclipse.jetty.http.HttpCookie c
        29: .line 1195
            aload 4 /* c */
            ifnull 31
        30: .line 1196
            aload 0 /* this */
            aload 4 /* c */
            invokevirtual org.eclipse.jetty.server.Response.addCookie:(Lorg/eclipse/jetty/http/HttpCookie;)V
        end local 4 // org.eclipse.jetty.http.HttpCookie c
        end local 3 // org.eclipse.jetty.server.session.SessionHandler sh
        31: .line 1199
      StackMap locals: org.eclipse.jetty.server.Response org.eclipse.jetty.server.Request jakarta.servlet.http.HttpSession
      StackMap stack:
            return
        end local 2 // jakarta.servlet.http.HttpSession session
        end local 1 // org.eclipse.jetty.server.Request request
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   32     0     this  Lorg/eclipse/jetty/server/Response;
           13   22     1    value  Ljava/lang/String;
           14   22     3       cb  Lorg/eclipse/jetty/http/HttpHeaderValue;
           24   32     1  request  Lorg/eclipse/jetty/server/Request;
           25   32     2  session  Ljakarta/servlet/http/HttpSession;
           27   31     3       sh  Lorg/eclipse/jetty/server/session/SessionHandler;
           29   31     4        c  Lorg/eclipse/jetty/http/HttpCookie;

  public void resetContent();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1203
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.resetBuffer:()V
         1: .line 1204
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$OutputType.NONE:Lorg/eclipse/jetty/server/Response$OutputType;
            putfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
         2: .line 1205
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.Response._contentLength:J
         3: .line 1206
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
         4: .line 1207
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
         5: .line 1208
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
         6: .line 1209
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.NOT_SET:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            putfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
         7: .line 1212
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getHttpFields:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.iterator:()Ljava/util/Iterator;
            astore 1 /* i */
        start local 1 // java.util.Iterator i
         8: goto 14
         9: .line 1214
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* field */
        start local 2 // org.eclipse.jetty.http.HttpField field
        10: .line 1215
            aload 2 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            ifnonnull 12
        11: .line 1216
            goto 14
        12: .line 1218
      StackMap locals: org.eclipse.jetty.http.HttpField
      StackMap stack:
            invokestatic org.eclipse.jetty.server.Response.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader:()[I
            aload 2 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iaload
            lookupswitch { // 14
                    2: 13
                    3: 13
                    7: 13
                   13: 13
                   14: 13
                   15: 13
                   16: 13
                   17: 13
                   18: 13
                   19: 13
                   20: 13
                   21: 13
                   51: 13
                   57: 13
              default: 14
          }
        13: .line 1234
      StackMap locals:
      StackMap stack:
            aload 1 /* i */
            invokeinterface java.util.Iterator.remove:()V
        end local 2 // org.eclipse.jetty.http.HttpField field
        14: .line 1212
      StackMap locals:
      StackMap stack:
            aload 1 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 1 // java.util.Iterator i
        15: .line 1239
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lorg/eclipse/jetty/server/Response;
            8   15     1      i  Ljava/util/Iterator<Lorg/eclipse/jetty/http/HttpField;>;
           10   14     2  field  Lorg/eclipse/jetty/http/HttpField;

  public void resetForForward();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1243
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.resetBuffer:()V
         1: .line 1244
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.Response$OutputType.NONE:Lorg/eclipse/jetty/server/Response$OutputType;
            putfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
         2: .line 1245
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;

  public void resetBuffer();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1250
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.resetBuffer:()V
         1: .line 1251
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.reopen:()V
         2: .line 1252
            return
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;

  public java.util.function.Supplier<org.eclipse.jetty.http.HttpFields> getTrailers();
    descriptor: ()Ljava/util/function/Supplier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1256
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._trailers:Ljava/util/function/Supplier;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;
    Signature: ()Ljava/util/function/Supplier<Lorg/eclipse/jetty/http/HttpFields;>;

  public void setTrailers(java.util.function.Supplier<org.eclipse.jetty.http.HttpFields>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.util.function.Supplier trailers
         0: .line 1261
            aload 0 /* this */
            aload 1 /* trailers */
            putfield org.eclipse.jetty.server.Response._trailers:Ljava/util/function/Supplier;
         1: .line 1262
            return
        end local 1 // java.util.function.Supplier trailers
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/Response;
            0    2     1  trailers  Ljava/util/function/Supplier<Lorg/eclipse/jetty/http/HttpFields;>;
    Signature: (Ljava/util/function/Supplier<Lorg/eclipse/jetty/http/HttpFields;>;)V
    MethodParameters:
          Name  Flags
      trailers  

  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.eclipse.jetty.server.Response this
         0: .line 1267
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._trailers:Ljava/util/function/Supplier;
            instanceof org.eclipse.jetty.server.Response$HttpFieldsSupplier
            ifeq 2
         1: .line 1268
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._trailers:Ljava/util/function/Supplier;
            checkcast org.eclipse.jetty.server.Response$HttpFieldsSupplier
            invokevirtual org.eclipse.jetty.server.Response$HttpFieldsSupplier.getSupplier:()Ljava/util/function/Supplier;
            areturn
         2: .line 1269
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;
    Signature: ()Ljava/util/function/Supplier<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;

  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=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.util.function.Supplier trailers
         0: .line 1275
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isCommitted:()Z
            ifeq 2
         1: .line 1276
            new java.lang.IllegalStateException
            dup
            ldc "Committed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.ordinal:()I
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_0:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.ordinal:()I
            if_icmpgt 4
         3: .line 1278
            new java.lang.IllegalStateException
            dup
            ldc "Trailers not supported"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jetty.server.Response$HttpFieldsSupplier
            dup
            aload 1 /* trailers */
            invokespecial org.eclipse.jetty.server.Response$HttpFieldsSupplier.<init>:(Ljava/util/function/Supplier;)V
            putfield org.eclipse.jetty.server.Response._trailers:Ljava/util/function/Supplier;
         5: .line 1280
            return
        end local 1 // java.util.function.Supplier trailers
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jetty/server/Response;
            0    6     1  trailers  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
      trailers  

  protected org.eclipse.jetty.http.MetaData$Response newResponseMetaData();
    descriptor: ()Lorg/eclipse/jetty/http/MetaData$Response;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1284
            new org.eclipse.jetty.http.MetaData$Response
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getStatus:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getReason:()Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getLongContentLength:()J
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.getTrailers:()Ljava/util/function/Supplier;
            invokespecial org.eclipse.jetty.http.MetaData$Response.<init>:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;Lorg/eclipse/jetty/http/HttpFields;JLjava/util/function/Supplier;)V
            astore 1 /* info */
        start local 1 // org.eclipse.jetty.http.MetaData$Response info
         1: .line 1285
            aload 1 /* info */
            areturn
        end local 1 // org.eclipse.jetty.http.MetaData$Response info
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/Response;
            1    2     1  info  Lorg/eclipse/jetty/http/MetaData$Response;

  public org.eclipse.jetty.http.MetaData$Response getCommittedMetaData();
    descriptor: ()Lorg/eclipse/jetty/http/MetaData$Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1300
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getCommittedMetaData:()Lorg/eclipse/jetty/http/MetaData$Response;
            astore 1 /* meta */
        start local 1 // org.eclipse.jetty.http.MetaData$Response meta
         1: .line 1301
            aload 1 /* meta */
            ifnonnull 3
         2: .line 1302
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.newResponseMetaData:()Lorg/eclipse/jetty/http/MetaData$Response;
            areturn
         3: .line 1303
      StackMap locals: org.eclipse.jetty.http.MetaData$Response
      StackMap stack:
            aload 1 /* meta */
            areturn
        end local 1 // org.eclipse.jetty.http.MetaData$Response meta
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/Response;
            1    4     1  meta  Lorg/eclipse/jetty/http/MetaData$Response;

  public boolean isCommitted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1310
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.isSendError:()Z
            ifeq 2
         1: .line 1311
            iconst_1
            ireturn
         2: .line 1312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.isCommitted:()Z
            ireturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;

  public void setLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // java.util.Locale locale
         0: .line 1318
            aload 1 /* locale */
            ifnull 1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isCommitted:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.Response.isMutable:()Z
            ifne 2
         1: .line 1319
      StackMap locals:
      StackMap stack:
            return
         2: .line 1321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* locale */
            putfield org.eclipse.jetty.server.Response._locale:Ljava/util/Locale;
         3: .line 1322
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* locale */
            invokevirtual java.util.Locale.toString:()Ljava/lang/String;
            bipush 95
            bipush 45
            invokestatic org.eclipse.jetty.util.StringUtil.replace:(Ljava/lang/String;CC)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         4: .line 1324
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._outputType:Lorg/eclipse/jetty/server/Response$OutputType;
            getstatic org.eclipse.jetty.server.Response$OutputType.NONE:Lorg/eclipse/jetty/server/Response$OutputType;
            if_acmpeq 6
         5: .line 1325
            return
         6: .line 1327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getContext:()Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
            ifnonnull 8
         7: .line 1328
            return
         8: .line 1330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getContext:()Lorg/eclipse/jetty/server/handler/ContextHandler$Context;
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler$Context.getContextHandler:()Lorg/eclipse/jetty/server/handler/ContextHandler;
            aload 1 /* locale */
            invokevirtual org.eclipse.jetty.server.handler.ContextHandler.getLocaleEncoding:(Ljava/util/Locale;)Ljava/lang/String;
            astore 2 /* charset */
        start local 2 // java.lang.String charset
         9: .line 1332
            aload 2 /* charset */
            ifnull 11
            aload 2 /* charset */
            invokevirtual java.lang.String.length:()I
            ifle 11
            getstatic org.eclipse.jetty.server.Response.__localeOverride:Ljava/util/EnumSet;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 1333
            aload 0 /* this */
            aload 2 /* charset */
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.SET_LOCALE:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response.setCharacterEncoding:(Ljava/lang/String;Lorg/eclipse/jetty/server/Response$EncodingFrom;)V
        11: .line 1334
      StackMap locals: java.lang.String
      StackMap stack:
            return
        end local 2 // java.lang.String charset
        end local 1 // java.util.Locale locale
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/eclipse/jetty/server/Response;
            0   12     1   locale  Ljava/util/Locale;
            9   12     2  charset  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      locale  

  public java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1339
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._locale:Ljava/util/Locale;
            ifnonnull 2
         1: .line 1340
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            areturn
         2: .line 1341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._locale:Ljava/util/Locale;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1347
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._status:I
            ireturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  public java.lang.String getReason();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1352
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._reason:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  public org.eclipse.jetty.http.HttpFields$Mutable getHttpFields();
    descriptor: ()Lorg/eclipse/jetty/http/HttpFields$Mutable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1357
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  public long getContentCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1362
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._out:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.getWritten:()J
            lreturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/Response;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.Response this
         0: .line 1368
            ldc "%s %d %s%n%s"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._status:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._reason:Ljava/lang/String;
            ifnonnull 1
            ldc ""
            goto 2
      StackMap locals: org.eclipse.jetty.server.Response
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
         1: aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._reason:Ljava/lang/String;
      StackMap locals: org.eclipse.jetty.server.Response
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         2: aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/Response;

  public void putHeaders(org.eclipse.jetty.http.HttpContent, long, boolean);
    descriptor: (Lorg/eclipse/jetty/http/HttpContent;JZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // org.eclipse.jetty.server.Response this
        start local 1 // org.eclipse.jetty.http.HttpContent content
        start local 2 // long contentLength
        start local 4 // boolean etag
         0: .line 1373
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getLastModified:()Lorg/eclipse/jetty/http/HttpField;
            astore 5 /* lm */
        start local 5 // org.eclipse.jetty.http.HttpField lm
         1: .line 1374
            aload 5 /* lm */
            ifnull 3
         2: .line 1375
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 5 /* lm */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         3: .line 1377
      StackMap locals: org.eclipse.jetty.http.HttpField
      StackMap stack:
            lload 2 /* contentLength */
            ldc -2
            lcmp
            ifne 7
         4: .line 1379
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getContentLength:()Lorg/eclipse/jetty/http/HttpField;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         5: .line 1380
            aload 0 /* this */
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getContentLengthValue:()J
            putfield org.eclipse.jetty.server.Response._contentLength:J
         6: .line 1381
            goto 10
         7: .line 1382
      StackMap locals:
      StackMap stack:
            lload 2 /* contentLength */
            ldc -1
            lcmp
            ifle 10
         8: .line 1384
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            lload 2 /* contentLength */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.putLongField:(Lorg/eclipse/jetty/http/HttpHeader;J)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         9: .line 1385
            aload 0 /* this */
            lload 2 /* contentLength */
            putfield org.eclipse.jetty.server.Response._contentLength:J
        10: .line 1388
      StackMap locals:
      StackMap stack:
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getContentType:()Lorg/eclipse/jetty/http/HttpField;
            astore 6 /* ct */
        start local 6 // org.eclipse.jetty.http.HttpField ct
        11: .line 1389
            aload 6 /* ct */
            ifnull 22
        12: .line 1391
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
            ifnull 18
        13: .line 1392
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getCharacterEncoding:()Ljava/lang/String;
            ifnonnull 18
        14: .line 1393
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getContentTypeValue:()Ljava/lang/String;
            ifnull 18
        15: .line 1394
            getstatic org.eclipse.jetty.server.Response.__explicitCharset:Ljava/util/EnumSet;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._encodingFrom:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 1396
            aload 0 /* this */
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getContentTypeValue:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.http.MimeTypes.getContentTypeWithoutCharset:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.Response.setContentType:(Ljava/lang/String;)V
        17: .line 1397
            goto 22
        18: .line 1400
      StackMap locals: org.eclipse.jetty.http.HttpField
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 6 /* ct */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        19: .line 1401
            aload 0 /* this */
            aload 6 /* ct */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._contentType:Ljava/lang/String;
        20: .line 1402
            aload 0 /* this */
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getCharacterEncoding:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.Response._characterEncoding:Ljava/lang/String;
        21: .line 1403
            aload 0 /* this */
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getMimeType:()Lorg/eclipse/jetty/http/MimeTypes$Type;
            putfield org.eclipse.jetty.server.Response._mimeType:Lorg/eclipse/jetty/http/MimeTypes$Type;
        22: .line 1407
      StackMap locals:
      StackMap stack:
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getContentEncoding:()Lorg/eclipse/jetty/http/HttpField;
            astore 7 /* ce */
        start local 7 // org.eclipse.jetty.http.HttpField ce
        23: .line 1408
            aload 7 /* ce */
            ifnull 25
        24: .line 1409
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 7 /* ce */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        25: .line 1411
      StackMap locals: org.eclipse.jetty.http.HttpField
      StackMap stack:
            iload 4 /* etag */
            ifeq 29
        26: .line 1413
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getETag:()Lorg/eclipse/jetty/http/HttpField;
            astore 8 /* et */
        start local 8 // org.eclipse.jetty.http.HttpField et
        27: .line 1414
            aload 8 /* et */
            ifnull 29
        28: .line 1415
            aload 0 /* this */
            getfield org.eclipse.jetty.server.Response._fields:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 8 /* et */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        end local 8 // org.eclipse.jetty.http.HttpField et
        29: .line 1417
      StackMap locals:
      StackMap stack:
            return
        end local 7 // org.eclipse.jetty.http.HttpField ce
        end local 6 // org.eclipse.jetty.http.HttpField ct
        end local 5 // org.eclipse.jetty.http.HttpField lm
        end local 4 // boolean etag
        end local 2 // long contentLength
        end local 1 // org.eclipse.jetty.http.HttpContent content
        end local 0 // org.eclipse.jetty.server.Response this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   30     0           this  Lorg/eclipse/jetty/server/Response;
            0   30     1        content  Lorg/eclipse/jetty/http/HttpContent;
            0   30     2  contentLength  J
            0   30     4           etag  Z
            1   30     5             lm  Lorg/eclipse/jetty/http/HttpField;
           11   30     6             ct  Lorg/eclipse/jetty/http/HttpField;
           23   30     7             ce  Lorg/eclipse/jetty/http/HttpField;
           27   29     8             et  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
               Name  Flags
      content        
      contentLength  
      etag           

  public static void putHeaders(jakarta.servlet.http.HttpServletResponse, org.eclipse.jetty.http.HttpContent, long, boolean);
    descriptor: (Ljakarta/servlet/http/HttpServletResponse;Lorg/eclipse/jetty/http/HttpContent;JZ)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // jakarta.servlet.http.HttpServletResponse response
        start local 1 // org.eclipse.jetty.http.HttpContent content
        start local 2 // long contentLength
        start local 4 // boolean etag
         0: .line 1421
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getResource:()Lorg/eclipse/jetty/util/resource/Resource;
            invokevirtual org.eclipse.jetty.util.resource.Resource.lastModified:()J
            lstore 5 /* lml */
        start local 5 // long lml
         1: .line 1422
            lload 5 /* lml */
            lconst_0
            lcmp
            iflt 3
         2: .line 1423
            aload 0 /* response */
            getstatic org.eclipse.jetty.http.HttpHeader.LAST_MODIFIED:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.asString:()Ljava/lang/String;
            lload 5 /* lml */
            invokeinterface jakarta.servlet.http.HttpServletResponse.setDateHeader:(Ljava/lang/String;J)V
         3: .line 1425
      StackMap locals: long
      StackMap stack:
            lload 2 /* contentLength */
            ldc -2
            lcmp
            ifne 5
         4: .line 1426
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getContentLengthValue:()J
            lstore 2 /* contentLength */
         5: .line 1427
      StackMap locals:
      StackMap stack:
            lload 2 /* contentLength */
            ldc -1
            lcmp
            ifle 9
         6: .line 1429
            lload 2 /* contentLength */
            ldc 2147483647
            lcmp
            ifge 8
         7: .line 1430
            aload 0 /* response */
            lload 2 /* contentLength */
            l2i
            invokeinterface jakarta.servlet.http.HttpServletResponse.setContentLength:(I)V
            goto 9
         8: .line 1432
      StackMap locals:
      StackMap stack:
            aload 0 /* response */
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.asString:()Ljava/lang/String;
            lload 2 /* contentLength */
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokeinterface jakarta.servlet.http.HttpServletResponse.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
         9: .line 1435
      StackMap locals:
      StackMap stack:
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getContentTypeValue:()Ljava/lang/String;
            astore 7 /* ct */
        start local 7 // java.lang.String ct
        10: .line 1436
            aload 7 /* ct */
            ifnull 12
            aload 0 /* response */
            invokeinterface jakarta.servlet.http.HttpServletResponse.getContentType:()Ljava/lang/String;
            ifnonnull 12
        11: .line 1437
            aload 0 /* response */
            aload 7 /* ct */
            invokeinterface jakarta.servlet.http.HttpServletResponse.setContentType:(Ljava/lang/String;)V
        12: .line 1439
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getContentEncodingValue:()Ljava/lang/String;
            astore 8 /* ce */
        start local 8 // java.lang.String ce
        13: .line 1440
            aload 8 /* ce */
            ifnull 15
        14: .line 1441
            aload 0 /* response */
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.asString:()Ljava/lang/String;
            aload 8 /* ce */
            invokeinterface jakarta.servlet.http.HttpServletResponse.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
        15: .line 1443
      StackMap locals: java.lang.String
      StackMap stack:
            iload 4 /* etag */
            ifeq 19
        16: .line 1445
            aload 1 /* content */
            invokeinterface org.eclipse.jetty.http.HttpContent.getETagValue:()Ljava/lang/String;
            astore 9 /* et */
        start local 9 // java.lang.String et
        17: .line 1446
            aload 9 /* et */
            ifnull 19
        18: .line 1447
            aload 0 /* response */
            getstatic org.eclipse.jetty.http.HttpHeader.ETAG:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.asString:()Ljava/lang/String;
            aload 9 /* et */
            invokeinterface jakarta.servlet.http.HttpServletResponse.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
        end local 9 // java.lang.String et
        19: .line 1449
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.lang.String ce
        end local 7 // java.lang.String ct
        end local 5 // long lml
        end local 4 // boolean etag
        end local 2 // long contentLength
        end local 1 // org.eclipse.jetty.http.HttpContent content
        end local 0 // jakarta.servlet.http.HttpServletResponse response
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0       response  Ljakarta/servlet/http/HttpServletResponse;
            0   20     1        content  Lorg/eclipse/jetty/http/HttpContent;
            0   20     2  contentLength  J
            0   20     4           etag  Z
            1   20     5            lml  J
           10   20     7             ct  Ljava/lang/String;
           13   20     8             ce  Ljava/lang/String;
           17   19     9             et  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      response       
      content        
      contentLength  
      etag           

  public static jakarta.servlet.http.HttpServletResponse unwrap(jakarta.servlet.ServletResponse);
    descriptor: (Ljakarta/servlet/ServletResponse;)Ljakarta/servlet/http/HttpServletResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jakarta.servlet.ServletResponse servletResponse
         0: .line 1453
            aload 0 /* servletResponse */
            instanceof jakarta.servlet.http.HttpServletResponseWrapper
            ifeq 2
         1: .line 1455
            aload 0 /* servletResponse */
            checkcast jakarta.servlet.http.HttpServletResponseWrapper
            areturn
         2: .line 1457
      StackMap locals:
      StackMap stack:
            aload 0 /* servletResponse */
            instanceof jakarta.servlet.ServletResponseWrapper
            ifeq 4
         3: .line 1459
            aload 0 /* servletResponse */
            checkcast jakarta.servlet.ServletResponseWrapper
            invokevirtual jakarta.servlet.ServletResponseWrapper.getResponse:()Ljakarta/servlet/ServletResponse;
            invokestatic org.eclipse.jetty.server.Response.unwrap:(Ljakarta/servlet/ServletResponse;)Ljakarta/servlet/http/HttpServletResponse;
            areturn
         4: .line 1461
      StackMap locals:
      StackMap stack:
            aload 0 /* servletResponse */
            checkcast jakarta.servlet.http.HttpServletResponse
            areturn
        end local 0 // jakarta.servlet.ServletResponse servletResponse
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0  servletResponse  Ljakarta/servlet/ServletResponse;
    MethodParameters:
                 Name  Flags
      servletResponse  

  static int[] $SWITCH_TABLE$org$eclipse$jetty$server$Response$EncodingFrom();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 69
            getstatic org.eclipse.jetty.server.Response.$SWITCH_TABLE$org$eclipse$jetty$server$Response$EncodingFrom:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.server.Response$EncodingFrom.values:()[Lorg/eclipse/jetty/server/Response$EncodingFrom;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.INFERRED:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response$EncodingFrom.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.NOT_SET:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response$EncodingFrom.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.SET_CHARACTER_ENCODING:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response$EncodingFrom.ordinal:()I
            iconst_5
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.SET_CONTENT_TYPE:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response$EncodingFrom.ordinal:()I
            iconst_4
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.eclipse.jetty.server.Response$EncodingFrom.SET_LOCALE:Lorg/eclipse/jetty/server/Response$EncodingFrom;
            invokevirtual org.eclipse.jetty.server.Response$EncodingFrom.ordinal:()I
            iconst_3
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic org.eclipse.jetty.server.Response.$SWITCH_TABLE$org$eclipse$jetty$server$Response$EncodingFrom:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpHeaderValue();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 69
            getstatic org.eclipse.jetty.server.Response.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeaderValue:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.http.HttpHeaderValue.values:()[Lorg/eclipse/jetty/http/HttpHeaderValue;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.BYTES:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            bipush 9
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CHUNKED:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CLOSE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CONTINUE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            bipush 6
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.GZIP:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            iconst_3
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.IDENTITY:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            iconst_4
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.KEEP_ALIVE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            iconst_5
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.NO_CACHE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            bipush 10
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.PROCESSING:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            bipush 7
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.TE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            bipush 8
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic org.eclipse.jetty.http.HttpHeaderValue.UPGRADE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.ordinal:()I
            bipush 11
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            dup
            putstatic org.eclipse.jetty.server.Response.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeaderValue:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 69
            getstatic org.eclipse.jetty.server.Response.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.http.HttpHeader.values:()[Lorg/eclipse/jetty/http/HttpHeader;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 22
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_CHARSET:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 23
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 24
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 25
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_RANGES:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 49
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.AGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 50
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ALLOW:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 12
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.AUTHORIZATION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 26
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CACHE_CONTROL:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_2
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_1
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 13
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 14
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 15
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LOCATION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 16
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_MD5:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 17
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_RANGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 18
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 19
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.COOKIE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 65
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_AUTHORITY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 75
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_METHOD:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 73
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_PATH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 76
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_PROTOCOL:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 78
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_SCHEME:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 74
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_STATUS:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 77
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.DATE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_3
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ETAG:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 51
            iastore
        78: goto 80
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        79: pop
      StackMap locals:
      StackMap stack:
        80: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.EXPECT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 27
            iastore
        81: goto 83
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        82: pop
      StackMap locals:
      StackMap stack:
        83: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.EXPIRES:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 20
            iastore
        84: goto 86
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        85: pop
      StackMap locals:
      StackMap stack:
        86: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.FORWARDED:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 28
            iastore
        87: goto 89
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        88: pop
      StackMap locals:
      StackMap stack:
        89: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.FROM:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 29
            iastore
        90: goto 92
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        91: pop
      StackMap locals:
      StackMap stack:
        92: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.HOST:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 30
            iastore
        93: goto 95
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        94: pop
      StackMap locals:
      StackMap stack:
        95: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.HTTP2_SETTINGS:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 71
            iastore
        96: goto 98
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        97: pop
      StackMap locals:
      StackMap stack:
        98: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IDENTITY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 69
            iastore
        99: goto 101
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       100: pop
      StackMap locals:
      StackMap stack:
       101: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_MATCH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 31
            iastore
       102: goto 104
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       103: pop
      StackMap locals:
      StackMap stack:
       104: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_MODIFIED_SINCE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 32
            iastore
       105: goto 107
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       106: pop
      StackMap locals:
      StackMap stack:
       107: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_NONE_MATCH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 33
            iastore
       108: goto 110
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       109: pop
      StackMap locals:
      StackMap stack:
       110: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_RANGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 34
            iastore
       111: goto 113
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       112: pop
      StackMap locals:
      StackMap stack:
       113: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_UNMODIFIED_SINCE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 35
            iastore
       114: goto 116
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       115: pop
      StackMap locals:
      StackMap stack:
       116: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.KEEP_ALIVE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 36
            iastore
       117: goto 119
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       118: pop
      StackMap locals:
      StackMap stack:
       119: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.LAST_MODIFIED:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 21
            iastore
       120: goto 122
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       121: pop
      StackMap locals:
      StackMap stack:
       122: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.LOCATION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 52
            iastore
       123: goto 125
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       124: pop
      StackMap locals:
      StackMap stack:
       125: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.MAX_FORWARDS:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 37
            iastore
       126: goto 128
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       127: pop
      StackMap locals:
      StackMap stack:
       128: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.MIME_VERSION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 68
            iastore
       129: goto 131
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       130: pop
      StackMap locals:
      StackMap stack:
       131: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.NEGOTIATE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 11
            iastore
       132: goto 134
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       133: pop
      StackMap locals:
      StackMap stack:
       134: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ORIGIN:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 59
            iastore
       135: goto 137
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       136: pop
      StackMap locals:
      StackMap stack:
       137: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.PRAGMA:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_4
            iastore
       138: goto 140
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       139: pop
      StackMap locals:
      StackMap stack:
       140: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.PROXY_AUTHENTICATE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 53
            iastore
       141: goto 143
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       142: pop
      StackMap locals:
      StackMap stack:
       143: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.PROXY_AUTHORIZATION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 38
            iastore
       144: goto 146
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       145: pop
      StackMap locals:
      StackMap stack:
       146: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.PROXY_CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_5
            iastore
       147: goto 149
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       148: pop
      StackMap locals:
      StackMap stack:
       149: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.RANGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 39
            iastore
       150: goto 152
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       151: pop
      StackMap locals:
      StackMap stack:
       152: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.REFERER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 41
            iastore
       153: goto 155
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       154: pop
      StackMap locals:
      StackMap stack:
       155: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.REQUEST_RANGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 40
            iastore
       156: goto 158
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       157: pop
      StackMap locals:
      StackMap stack:
       158: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.RETRY_AFTER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 54
            iastore
       159: goto 161
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       160: pop
      StackMap locals:
      StackMap stack:
       161: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_ACCEPT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 64
            iastore
       162: goto 164
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       163: pop
      StackMap locals:
      StackMap stack:
       164: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_EXTENSIONS:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 62
            iastore
       165: goto 167
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       166: pop
      StackMap locals:
      StackMap stack:
       167: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_KEY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 60
            iastore
       168: goto 170
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       169: pop
      StackMap locals:
      StackMap stack:
       170: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_SUBPROTOCOL:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 63
            iastore
       171: goto 173
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       172: pop
      StackMap locals:
      StackMap stack:
       173: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_VERSION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 61
            iastore
       174: goto 176
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       175: pop
      StackMap locals:
      StackMap stack:
       176: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SERVER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 55
            iastore
       177: goto 179
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       178: pop
      StackMap locals:
      StackMap stack:
       179: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SERVLET_ENGINE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 56
            iastore
       180: goto 182
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       181: pop
      StackMap locals:
      StackMap stack:
       182: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SET_COOKIE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 66
            iastore
       183: goto 185
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       184: pop
      StackMap locals:
      StackMap stack:
       185: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SET_COOKIE2:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 67
            iastore
       186: goto 188
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       187: pop
      StackMap locals:
      StackMap stack:
       188: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.STRICT_TRANSPORT_SECURITY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 72
            iastore
       189: goto 191
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       190: pop
      StackMap locals:
      StackMap stack:
       191: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.TE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 42
            iastore
       192: goto 194
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       193: pop
      StackMap locals:
      StackMap stack:
       194: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.TRAILER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 6
            iastore
       195: goto 197
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       196: pop
      StackMap locals:
      StackMap stack:
       197: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.TRANSFER_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 7
            iastore
       198: goto 200
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       199: pop
      StackMap locals:
      StackMap stack:
       200: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.UPGRADE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 8
            iastore
       201: goto 203
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       202: pop
      StackMap locals:
      StackMap stack:
       203: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.USER_AGENT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 43
            iastore
       204: goto 206
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       205: pop
      StackMap locals:
      StackMap stack:
       206: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.VARY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 57
            iastore
       207: goto 209
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       208: pop
      StackMap locals:
      StackMap stack:
       209: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.VIA:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 9
            iastore
       210: goto 212
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       211: pop
      StackMap locals:
      StackMap stack:
       212: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.WARNING:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 10
            iastore
       213: goto 215
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       214: pop
      StackMap locals:
      StackMap stack:
       215: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.WWW_AUTHENTICATE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 58
            iastore
       216: goto 218
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       217: pop
      StackMap locals:
      StackMap stack:
       218: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_FOR:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 44
            iastore
       219: goto 221
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       220: pop
      StackMap locals:
      StackMap stack:
       221: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_HOST:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 48
            iastore
       222: goto 224
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       223: pop
      StackMap locals:
      StackMap stack:
       224: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_PORT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 45
            iastore
       225: goto 227
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       226: pop
      StackMap locals:
      StackMap stack:
       227: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_PROTO:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 46
            iastore
       228: goto 230
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       229: pop
      StackMap locals:
      StackMap stack:
       230: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_SERVER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 47
            iastore
       231: goto 233
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       232: pop
      StackMap locals:
      StackMap stack:
       233: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_POWERED_BY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 70
            iastore
       234: goto 236
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       235: pop
      StackMap locals:
      StackMap stack:
       236: aload 0
            dup
            putstatic org.eclipse.jetty.server.Response.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
          77    78      79  Class java.lang.NoSuchFieldError
          80    81      82  Class java.lang.NoSuchFieldError
          83    84      85  Class java.lang.NoSuchFieldError
          86    87      88  Class java.lang.NoSuchFieldError
          89    90      91  Class java.lang.NoSuchFieldError
          92    93      94  Class java.lang.NoSuchFieldError
          95    96      97  Class java.lang.NoSuchFieldError
          98    99     100  Class java.lang.NoSuchFieldError
         101   102     103  Class java.lang.NoSuchFieldError
         104   105     106  Class java.lang.NoSuchFieldError
         107   108     109  Class java.lang.NoSuchFieldError
         110   111     112  Class java.lang.NoSuchFieldError
         113   114     115  Class java.lang.NoSuchFieldError
         116   117     118  Class java.lang.NoSuchFieldError
         119   120     121  Class java.lang.NoSuchFieldError
         122   123     124  Class java.lang.NoSuchFieldError
         125   126     127  Class java.lang.NoSuchFieldError
         128   129     130  Class java.lang.NoSuchFieldError
         131   132     133  Class java.lang.NoSuchFieldError
         134   135     136  Class java.lang.NoSuchFieldError
         137   138     139  Class java.lang.NoSuchFieldError
         140   141     142  Class java.lang.NoSuchFieldError
         143   144     145  Class java.lang.NoSuchFieldError
         146   147     148  Class java.lang.NoSuchFieldError
         149   150     151  Class java.lang.NoSuchFieldError
         152   153     154  Class java.lang.NoSuchFieldError
         155   156     157  Class java.lang.NoSuchFieldError
         158   159     160  Class java.lang.NoSuchFieldError
         161   162     163  Class java.lang.NoSuchFieldError
         164   165     166  Class java.lang.NoSuchFieldError
         167   168     169  Class java.lang.NoSuchFieldError
         170   171     172  Class java.lang.NoSuchFieldError
         173   174     175  Class java.lang.NoSuchFieldError
         176   177     178  Class java.lang.NoSuchFieldError
         179   180     181  Class java.lang.NoSuchFieldError
         182   183     184  Class java.lang.NoSuchFieldError
         185   186     187  Class java.lang.NoSuchFieldError
         188   189     190  Class java.lang.NoSuchFieldError
         191   192     193  Class java.lang.NoSuchFieldError
         194   195     196  Class java.lang.NoSuchFieldError
         197   198     199  Class java.lang.NoSuchFieldError
         200   201     202  Class java.lang.NoSuchFieldError
         203   204     205  Class java.lang.NoSuchFieldError
         206   207     208  Class java.lang.NoSuchFieldError
         209   210     211  Class java.lang.NoSuchFieldError
         212   213     214  Class java.lang.NoSuchFieldError
         215   216     217  Class java.lang.NoSuchFieldError
         218   219     220  Class java.lang.NoSuchFieldError
         221   222     223  Class java.lang.NoSuchFieldError
         224   225     226  Class java.lang.NoSuchFieldError
         227   228     229  Class java.lang.NoSuchFieldError
         230   231     232  Class java.lang.NoSuchFieldError
         233   234     235  Class java.lang.NoSuchFieldError
}
SourceFile: "Response.java"
NestMembers:
  org.eclipse.jetty.server.Response$EncodingFrom  org.eclipse.jetty.server.Response$HttpFieldsSupplier  org.eclipse.jetty.server.Response$OutputType
InnerClasses:
  public final SameSite = org.eclipse.jetty.http.HttpCookie$SameSite of org.eclipse.jetty.http.HttpCookie
  public SetCookieHttpField = org.eclipse.jetty.http.HttpCookie$SetCookieHttpField of org.eclipse.jetty.http.HttpCookie
  public Mutable = org.eclipse.jetty.http.HttpFields$Mutable of org.eclipse.jetty.http.HttpFields
  public Immutable = org.eclipse.jetty.http.HttpURI$Immutable of org.eclipse.jetty.http.HttpURI
  public Response = org.eclipse.jetty.http.MetaData$Response of org.eclipse.jetty.http.MetaData
  public final Type = org.eclipse.jetty.http.MimeTypes$Type of org.eclipse.jetty.http.MimeTypes
  private final EncodingFrom = org.eclipse.jetty.server.Response$EncodingFrom of org.eclipse.jetty.server.Response
  private HttpFieldsSupplier = org.eclipse.jetty.server.Response$HttpFieldsSupplier of org.eclipse.jetty.server.Response
  public final OutputType = org.eclipse.jetty.server.Response$OutputType of org.eclipse.jetty.server.Response
  public Context = org.eclipse.jetty.server.handler.ContextHandler$Context of org.eclipse.jetty.server.handler.ContextHandler