public class org.eclipse.jetty.server.HttpChannelOverHttp extends org.eclipse.jetty.server.HttpChannel implements org.eclipse.jetty.http.HttpParser$RequestHandler, org.eclipse.jetty.http.ComplianceViolation$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.HttpChannelOverHttp
  super_class: org.eclipse.jetty.server.HttpChannel
{
  private static final org.slf4j.Logger LOG;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private static final org.eclipse.jetty.server.HttpInput$Content EOF;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private final org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder _requestBuilder;
    descriptor: Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.eclipse.jetty.http.MetaData$Request _metadata;
    descriptor: Lorg/eclipse/jetty/http/MetaData$Request;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.http.HttpField _connection;
    descriptor: Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.http.HttpField _upgrade;
    descriptor: Lorg/eclipse/jetty/http/HttpField;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  private java.util.List<java.lang.String> _complianceViolations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private org.eclipse.jetty.http.HttpFields$Mutable _trailers;
    descriptor: Lorg/eclipse/jetty/http/HttpFields$Mutable;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.server.HttpInput$Content _content;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0002) ACC_PRIVATE

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpVersion;
    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 52
            ldc Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
         1: .line 53
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.UPGRADE:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "h2c"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            putstatic org.eclipse.jetty.server.HttpChannelOverHttp.PREAMBLE_UPGRADE_H2C:Lorg/eclipse/jetty/http/HttpField;
         2: .line 54
            new org.eclipse.jetty.server.HttpInput$EofContent
            dup
            invokespecial org.eclipse.jetty.server.HttpInput$EofContent.<init>:()V
            putstatic org.eclipse.jetty.server.HttpChannelOverHttp.EOF:Lorg/eclipse/jetty/server/HttpInput$Content;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jetty.server.HttpConnection, org.eclipse.jetty.server.Connector, org.eclipse.jetty.server.HttpConfiguration, org.eclipse.jetty.io.EndPoint, org.eclipse.jetty.server.HttpTransport);
    descriptor: (Lorg/eclipse/jetty/server/HttpConnection;Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/server/HttpConfiguration;Lorg/eclipse/jetty/io/EndPoint;Lorg/eclipse/jetty/server/HttpTransport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // org.eclipse.jetty.server.HttpConnection httpConnection
        start local 2 // org.eclipse.jetty.server.Connector connector
        start local 3 // org.eclipse.jetty.server.HttpConfiguration config
        start local 4 // org.eclipse.jetty.io.EndPoint endPoint
        start local 5 // org.eclipse.jetty.server.HttpTransport transport
         0: .line 77
            aload 0 /* this */
            aload 2 /* connector */
            aload 3 /* config */
            aload 4 /* endPoint */
            aload 5 /* transport */
            invokespecial org.eclipse.jetty.server.HttpChannel.<init>:(Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/server/HttpConfiguration;Lorg/eclipse/jetty/io/EndPoint;Lorg/eclipse/jetty/server/HttpTransport;)V
         1: .line 56
            aload 0 /* this */
            new org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder
            dup
            invokespecial org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder.<init>:()V
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._requestBuilder:Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
         2: .line 59
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
         3: .line 61
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._unknownExpectation:Z
         4: .line 62
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect100Continue:Z
         5: .line 63
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect102Processing:Z
         6: .line 78
            aload 0 /* this */
            aload 1 /* httpConnection */
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
         7: .line 79
            return
        end local 5 // org.eclipse.jetty.server.HttpTransport transport
        end local 4 // org.eclipse.jetty.io.EndPoint endPoint
        end local 3 // org.eclipse.jetty.server.HttpConfiguration config
        end local 2 // org.eclipse.jetty.server.Connector connector
        end local 1 // org.eclipse.jetty.server.HttpConnection httpConnection
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    8     1  httpConnection  Lorg/eclipse/jetty/server/HttpConnection;
            0    8     2       connector  Lorg/eclipse/jetty/server/Connector;
            0    8     3          config  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    8     4        endPoint  Lorg/eclipse/jetty/io/EndPoint;
            0    8     5       transport  Lorg/eclipse/jetty/server/HttpTransport;
    MethodParameters:
                Name  Flags
      httpConnection  
      connector       
      config          
      endPoint        
      transport       

  public void abort(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // java.lang.Throwable failure
         0: .line 84
            aload 0 /* this */
            aload 1 /* failure */
            invokespecial org.eclipse.jetty.server.HttpChannel.abort:(Ljava/lang/Throwable;)V
         1: .line 85
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.getGenerator:()Lorg/eclipse/jetty/http/HttpGenerator;
            iconst_0
            invokevirtual org.eclipse.jetty.http.HttpGenerator.setPersistent:(Z)V
         2: .line 86
            return
        end local 1 // java.lang.Throwable failure
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    3     1  failure  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      failure  

  public boolean needContent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 91
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 4
         1: .line 93
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 94
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "needContent has content immediately available: {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 95
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.parseAndFillForContent:()V
         5: .line 98
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 9
         6: .line 100
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 8
         7: .line 101
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "needContent has content after parseAndFillForContent: {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         8: .line 102
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         9: .line 105
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 11
        10: .line 106
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "needContent has no content"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        11: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.asyncReadFillInterested:()V
        12: .line 108
            iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  public org.eclipse.jetty.server.HttpInput$Content produceContent();
    descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnonnull 4
         1: .line 116
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 117
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "produceContent has no content, parsing and filling"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
         3: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.parseAndFillForContent:()V
         4: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 1 /* result */
        start local 1 // org.eclipse.jetty.server.HttpInput$Content result
         5: .line 121
            aload 1 /* result */
            ifnull 9
            aload 1 /* result */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
            ifne 9
         6: .line 122
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEof:()Z
            ifeq 7
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.EOF:Lorg/eclipse/jetty/server/HttpInput$Content;
            goto 8
      StackMap locals: org.eclipse.jetty.server.HttpChannelOverHttp org.eclipse.jetty.server.HttpInput$Content
      StackMap stack: org.eclipse.jetty.server.HttpChannelOverHttp
         7: aconst_null
      StackMap locals: org.eclipse.jetty.server.HttpChannelOverHttp org.eclipse.jetty.server.HttpInput$Content
      StackMap stack: org.eclipse.jetty.server.HttpChannelOverHttp org.eclipse.jetty.server.HttpInput$Content
         8: putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
         9: .line 123
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 11
        10: .line 124
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "produceContent produced {}"
            aload 1 /* result */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
        11: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // org.eclipse.jetty.server.HttpInput$Content result
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            5   12     1  result  Lorg/eclipse/jetty/server/HttpInput$Content;

  public boolean failAllContent(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // java.lang.Throwable failure
         0: .line 131
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 132
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "failing all content with {} {}"
            aload 1 /* failure */
            aload 0 /* this */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 11
         3: .line 135
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
            ifeq 5
         4: .line 136
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEof:()Z
            ireturn
         5: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            aload 1 /* failure */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
         6: .line 138
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEof:()Z
            ifeq 7
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.EOF:Lorg/eclipse/jetty/server/HttpInput$Content;
            goto 8
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.HttpChannelOverHttp
         7: aconst_null
      StackMap locals: org.eclipse.jetty.server.HttpChannelOverHttp java.lang.Throwable
      StackMap stack: org.eclipse.jetty.server.HttpChannelOverHttp org.eclipse.jetty.server.HttpInput$Content
         8: putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
         9: .line 139
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.EOF:Lorg/eclipse/jetty/server/HttpInput$Content;
            if_acmpne 11
        10: .line 140
            iconst_1
            ireturn
        11: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.produceContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 2 /* c */
        start local 2 // org.eclipse.jetty.server.HttpInput$Content c
        12: .line 145
            aload 2 /* c */
            ifnonnull 16
        13: .line 147
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 15
        14: .line 148
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "failed all content, EOF was not reached"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        15: .line 149
      StackMap locals: org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            iconst_0
            ireturn
        16: .line 151
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
            ifeq 22
        17: .line 153
            aload 0 /* this */
            aload 2 /* c */
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
        18: .line 154
            aload 2 /* c */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEof:()Z
            istore 3 /* atEof */
        start local 3 // boolean atEof
        19: .line 155
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 21
        20: .line 156
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "failed all content, EOF = {}"
            iload 3 /* atEof */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
        21: .line 157
      StackMap locals: int
      StackMap stack:
            iload 3 /* atEof */
            ireturn
        end local 3 // boolean atEof
        22: .line 159
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            aload 2 /* c */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.remaining:()I
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.skip:(I)I
            pop
        23: .line 160
            aload 2 /* c */
            aload 1 /* failure */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
        24: .line 161
            aload 2 /* c */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEof:()Z
            ifeq 11
        25: .line 163
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.EOF:Lorg/eclipse/jetty/server/HttpInput$Content;
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
        26: .line 164
            iconst_1
            ireturn
        end local 2 // org.eclipse.jetty.server.HttpInput$Content c
        end local 1 // java.lang.Throwable failure
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0   27     1  failure  Ljava/lang/Throwable;
           12   27     2        c  Lorg/eclipse/jetty/server/HttpInput$Content;
           19   22     3    atEof  Z
    MethodParameters:
         Name  Flags
      failure  

  public void badMessage(org.eclipse.jetty.http.BadMessageException);
    descriptor: (Lorg/eclipse/jetty/http/BadMessageException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // org.eclipse.jetty.http.BadMessageException failure
         0: .line 172
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.getGenerator:()Lorg/eclipse/jetty/http/HttpGenerator;
            iconst_0
            invokevirtual org.eclipse.jetty.http.HttpGenerator.setPersistent:(Z)V
         1: .line 176
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            ifnonnull 3
         2: .line 177
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._requestBuilder:Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder.build:()Lorg/eclipse/jetty/http/MetaData$Request;
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
         3: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.onRequest:(Lorg/eclipse/jetty/http/MetaData$Request;)V
         4: .line 179
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.markEarlyEOF:()V
         5: .line 180
            goto 8
         6: .line 181
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         7: .line 183
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "IGNORED"
            aload 2 /* e */
            invokeinterface org.slf4j.Logger.trace:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // java.lang.Exception e
         8: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* failure */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.onBadMessage:(Lorg/eclipse/jetty/http/BadMessageException;)V
         9: .line 187
            return
        end local 1 // org.eclipse.jetty.http.BadMessageException failure
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0   10     1  failure  Lorg/eclipse/jetty/http/BadMessageException;
            7    8     2        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     5       6  Class java.lang.Exception
    MethodParameters:
         Name  Flags
      failure  

  public boolean content(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 192
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.server.HttpConnection.newContent:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 2 /* content */
        start local 2 // org.eclipse.jetty.server.HttpInput$Content content
         1: .line 193
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 5
         2: .line 195
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
            ifeq 4
         3: .line 196
            aload 2 /* content */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.getError:()Ljava/lang/Throwable;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
            goto 8
         4: .line 198
      StackMap locals: org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot overwrite exiting content "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " with "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* content */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* content */
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
         6: .line 203
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.onContent:(Lorg/eclipse/jetty/server/HttpInput$Content;)Z
            pop
         7: .line 204
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._delayedForContent:Z
         8: .line 206
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jetty.server.HttpInput$Content content
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    9     1   buffer  Ljava/nio/ByteBuffer;
            1    9     2  content  Lorg/eclipse/jetty/server/HttpInput$Content;
    MethodParameters:
        Name  Flags
      buffer  

  public boolean contentComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 212
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.onContentComplete:()Z
            ifne 1
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._delayedForContent:Z
            ifne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* handle */
        start local 1 // boolean handle
         3: .line 213
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._delayedForContent:Z
         4: .line 214
            iload 1 /* handle */
            ireturn
        end local 1 // boolean handle
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            3    5     1  handle  Z

  public void continue100(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // int available
         0: .line 229
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.isExpecting100Continue:()Z
            ifeq 8
         1: .line 231
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect100Continue:Z
         2: .line 234
            iload 1 /* available */
            ifne 8
         3: .line 236
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getResponse:()Lorg/eclipse/jetty/server/Response;
            invokevirtual org.eclipse.jetty.server.Response.isCommitted:()Z
            ifeq 5
         4: .line 237
            new java.io.IOException
            dup
            ldc "Committed before 100 Continues"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpGenerator.CONTINUE_100_INFO:Lorg/eclipse/jetty/http/MetaData$Response;
            aconst_null
            iconst_0
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.sendResponse:(Lorg/eclipse/jetty/http/MetaData$Response;Ljava/nio/ByteBuffer;Z)Z
            istore 2 /* committed */
        start local 2 // boolean committed
         6: .line 240
            iload 2 /* committed */
            ifne 8
         7: .line 241
            new java.io.IOException
            dup
            ldc "Concurrent commit while trying to send 100-Continue"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // boolean committed
         8: .line 244
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int available
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    9     1  available  I
            6    8     2  committed  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      available  

  public void earlyEOF();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 249
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.getGenerator:()Lorg/eclipse/jetty/http/HttpGenerator;
            iconst_0
            invokevirtual org.eclipse.jetty.http.HttpGenerator.setPersistent:(Z)V
         1: .line 251
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            ifnonnull 4
         2: .line 253
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.close:()V
         3: .line 254
            goto 8
         4: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.markEarlyEOF:()V
         5: .line 258
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._delayedForContent:Z
            ifeq 8
         6: .line 260
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._delayedForContent:Z
         7: .line 261
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.handle:()Z
            pop
         8: .line 264
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  private void markEarlyEOF();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 268
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 269
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "received early EOF, content = {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 270
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.io.EofException
            dup
            ldc "Early EOF"
            invokespecial org.eclipse.jetty.io.EofException.<init>:(Ljava/lang/String;)V
            astore 1 /* failure */
        start local 1 // org.eclipse.jetty.io.EofException failure
         3: .line 271
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 5
         4: .line 272
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            aload 1 /* failure */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
         5: .line 273
      StackMap locals: org.eclipse.jetty.io.EofException
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jetty.server.HttpInput$ErrorContent
            dup
            aload 1 /* failure */
            invokespecial org.eclipse.jetty.server.HttpInput$ErrorContent.<init>:(Ljava/lang/Throwable;)V
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
         6: .line 274
            return
        end local 1 // org.eclipse.jetty.io.EofException failure
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            3    7     1  failure  Lorg/eclipse/jetty/io/EofException;

  protected boolean eof();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 279
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 280
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "received EOF, content = {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnonnull 5
         3: .line 283
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.EOF:Lorg/eclipse/jetty/server/HttpInput$Content;
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
         4: .line 284
            goto 7
         5: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 1 /* c */
        start local 1 // org.eclipse.jetty.server.HttpInput$Content c
         6: .line 288
            aload 0 /* this */
            new org.eclipse.jetty.server.HttpInput$WrappingContent
            dup
            aload 1 /* c */
            iconst_1
            invokespecial org.eclipse.jetty.server.HttpInput$WrappingContent.<init>:(Lorg/eclipse/jetty/server/HttpInput$Content;Z)V
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
        end local 1 // org.eclipse.jetty.server.HttpInput$Content c
         7: .line 290
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            6    7     1     c  Lorg/eclipse/jetty/server/HttpInput$Content;

  public boolean failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // java.lang.Throwable x
         0: .line 296
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 297
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "failed {}, content = {}"
            aload 1 /* x */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 299
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* error */
        start local 2 // java.lang.Throwable error
         3: .line 300
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 5
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
            ifeq 5
         4: .line 301
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.getError:()Ljava/lang/Throwable;
            astore 2 /* error */
         5: .line 303
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2 /* error */
            ifnull 8
            aload 2 /* error */
            aload 1 /* x */
            if_acmpeq 8
         6: .line 305
            aload 2 /* error */
            aload 1 /* x */
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
         7: .line 306
            goto 11
         8: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 10
         9: .line 310
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            aload 1 /* x */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
        10: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jetty.server.HttpInput$ErrorContent
            dup
            aload 1 /* x */
            invokespecial org.eclipse.jetty.server.HttpInput$ErrorContent.<init>:(Ljava/lang/Throwable;)V
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
        11: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getRequest:()Lorg/eclipse/jetty/server/Request;
            invokevirtual org.eclipse.jetty.server.Request.getHttpInput:()Lorg/eclipse/jetty/server/HttpInput;
            invokevirtual org.eclipse.jetty.server.HttpInput.onContentProducible:()Z
            ireturn
        end local 2 // java.lang.Throwable error
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0   12     1      x  Ljava/lang/Throwable;
            3   12     2  error  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     

  public org.eclipse.jetty.io.EndPoint getTunnellingEndPoint();
    descriptor: ()Lorg/eclipse/jetty/io/EndPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 320
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  public boolean headerComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 326
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._requestBuilder:Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder.build:()Lorg/eclipse/jetty/http/MetaData$Request;
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
         1: .line 327
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.onRequest:(Lorg/eclipse/jetty/http/MetaData$Request;)V
         2: .line 329
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._complianceViolations:Ljava/util/List;
            ifnull 5
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._complianceViolations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 5
         3: .line 331
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getRequest:()Lorg/eclipse/jetty/server/Request;
            ldc "org.eclipse.jetty.http.compliance.violations"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._complianceViolations:Ljava/util/List;
            invokevirtual org.eclipse.jetty.server.Request.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 332
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._complianceViolations:Ljava/util/List;
         5: .line 337
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.server.HttpChannelOverHttp.$SWITCH_TABLE$org$eclipse$jetty$http$HttpVersion:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.ordinal:()I
            iaload
            tableswitch { // 1 - 4
                    1: 6
                    2: 8
                    3: 23
                    4: 44
              default: 53
          }
         6: .line 341
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* persistent */
        start local 1 // boolean persistent
         7: .line 342
            goto 54
        end local 1 // boolean persistent
         8: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getHttpConfiguration:()Lorg/eclipse/jetty/server/HttpConfiguration;
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.isPersistentConnectionsEnabled:()Z
            ifeq 17
         9: .line 348
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._connection:Lorg/eclipse/jetty/http/HttpField;
            ifnull 15
        10: .line 350
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._connection:Lorg/eclipse/jetty/http/HttpField;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.KEEP_ALIVE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.asString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpField.contains:(Ljava/lang/String;)Z
            ifeq 13
        11: .line 351
            iconst_1
            istore 1 /* persistent */
        start local 1 // boolean persistent
        12: goto 18
        end local 1 // boolean persistent
        13: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._requestBuilder:Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder.getFields:()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.asString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.contains:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Z
            istore 1 /* persistent */
        start local 1 // boolean persistent
        14: .line 354
            goto 18
        end local 1 // boolean persistent
        15: .line 356
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* persistent */
        start local 1 // boolean persistent
        16: .line 357
            goto 18
        end local 1 // boolean persistent
        17: .line 359
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* persistent */
        start local 1 // boolean persistent
        18: .line 361
      StackMap locals: int
      StackMap stack:
            iload 1 /* persistent */
            ifne 20
        19: .line 362
            getstatic org.eclipse.jetty.http.HttpMethod.CONNECT:Lorg/eclipse/jetty/http/HttpMethod;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getMethod:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpMethod.is:(Ljava/lang/String;)Z
            istore 1 /* persistent */
        20: .line 363
      StackMap locals:
      StackMap stack:
            iload 1 /* persistent */
            ifeq 54
        21: .line 364
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getResponse:()Lorg/eclipse/jetty/server/Response;
            invokevirtual org.eclipse.jetty.server.Response.getHttpFields:()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.HttpFields$Mutable.add:(Lorg/eclipse/jetty/http/HttpHeader;Lorg/eclipse/jetty/http/HttpHeaderValue;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        22: .line 366
            goto 54
        end local 1 // boolean persistent
        23: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._unknownExpectation:Z
            ifeq 26
        24: .line 373
            aload 0 /* this */
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 417
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.badMessage:(Lorg/eclipse/jetty/http/BadMessageException;)V
        25: .line 374
            iconst_0
            ireturn
        26: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getHttpConfiguration:()Lorg/eclipse/jetty/server/HttpConfiguration;
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.isPersistentConnectionsEnabled:()Z
            ifeq 37
        27: .line 379
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._connection:Lorg/eclipse/jetty/http/HttpField;
            ifnull 35
        28: .line 381
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._connection:Lorg/eclipse/jetty/http/HttpField;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CLOSE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.asString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpField.contains:(Ljava/lang/String;)Z
            ifeq 31
        29: .line 382
            iconst_0
            istore 1 /* persistent */
        start local 1 // boolean persistent
        30: goto 38
        end local 1 // boolean persistent
        31: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._requestBuilder:Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder.getFields:()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.asString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.contains:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Z
            ifeq 32
            iconst_0
            goto 33
      StackMap locals:
      StackMap stack:
        32: iconst_1
      StackMap locals:
      StackMap stack: int
        33: istore 1 /* persistent */
        start local 1 // boolean persistent
        34: .line 385
            goto 38
        end local 1 // boolean persistent
        35: .line 387
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* persistent */
        start local 1 // boolean persistent
        36: .line 388
            goto 38
        end local 1 // boolean persistent
        37: .line 390
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* persistent */
        start local 1 // boolean persistent
        38: .line 392
      StackMap locals: int
      StackMap stack:
            iload 1 /* persistent */
            ifne 40
        39: .line 393
            getstatic org.eclipse.jetty.http.HttpMethod.CONNECT:Lorg/eclipse/jetty/http/HttpMethod;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getMethod:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpMethod.is:(Ljava/lang/String;)Z
            istore 1 /* persistent */
        40: .line 394
      StackMap locals:
      StackMap stack:
            iload 1 /* persistent */
            ifne 42
        41: .line 395
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getResponse:()Lorg/eclipse/jetty/server/Response;
            invokevirtual org.eclipse.jetty.server.Response.getHttpFields:()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.HttpFields$Mutable.add:(Lorg/eclipse/jetty/http/HttpHeader;Lorg/eclipse/jetty/http/HttpHeaderValue;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        42: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
            ifnull 54
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.upgrade:()Z
            ifeq 54
        43: .line 398
            iconst_1
            ireturn
        end local 1 // boolean persistent
        44: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.PREAMBLE_UPGRADE_H2C:Lorg/eclipse/jetty/http/HttpField;
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
        45: .line 408
            getstatic org.eclipse.jetty.http.HttpMethod.PRI:Lorg/eclipse/jetty/http/HttpMethod;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getMethod:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpMethod.is:(Ljava/lang/String;)Z
            ifeq 50
        46: .line 409
            ldc "*"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getURI:()Lorg/eclipse/jetty/http/HttpURI;
            invokeinterface org.eclipse.jetty.http.HttpURI.getPath:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 50
        47: .line 410
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._requestBuilder:Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder.getFields:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.size:()I
            ifne 50
        48: .line 411
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.upgrade:()Z
            ifeq 50
        49: .line 412
            iconst_1
            ireturn
        50: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 426
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.badMessage:(Lorg/eclipse/jetty/http/BadMessageException;)V
        51: .line 415
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.getParser:()Lorg/eclipse/jetty/http/HttpParser;
            invokevirtual org.eclipse.jetty.http.HttpParser.close:()V
        52: .line 416
            iconst_0
            ireturn
        53: .line 421
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unsupported version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        start local 1 // boolean persistent
        54: .line 425
      StackMap locals: int
      StackMap stack:
            iload 1 /* persistent */
            ifne 56
        55: .line 426
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.getGenerator:()Lorg/eclipse/jetty/http/HttpGenerator;
            iconst_0
            invokevirtual org.eclipse.jetty.http.HttpGenerator.setPersistent:(Z)V
        56: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getHttpConfiguration:()Lorg/eclipse/jetty/server/HttpConfiguration;
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.isDelayDispatchUntilContent:()Z
            ifeq 61
        57: .line 431
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.getParser:()Lorg/eclipse/jetty/http/HttpParser;
            invokevirtual org.eclipse.jetty.http.HttpParser.getContentLength:()J
            lconst_0
            lcmp
            ifgt 58
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.getParser:()Lorg/eclipse/jetty/http/HttpParser;
            invokevirtual org.eclipse.jetty.http.HttpParser.isChunking:()Z
            ifeq 61
        58: .line 432
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.HttpChannelOverHttp
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.isExpecting100Continue:()Z
            ifne 61
        59: .line 433
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.isCommitted:()Z
            ifne 61
        60: .line 434
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.isRequestBufferEmpty:()Z
            ifeq 61
            iconst_1
            goto 62
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.HttpChannelOverHttp
        61: iconst_0
        62: .line 430
      StackMap locals: org.eclipse.jetty.server.HttpChannelOverHttp int
      StackMap stack: org.eclipse.jetty.server.HttpChannelOverHttp int
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._delayedForContent:Z
        63: .line 436
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._delayedForContent:Z
            ifeq 64
            iconst_0
            goto 65
      StackMap locals:
      StackMap stack:
        64: iconst_1
      StackMap locals:
      StackMap stack: int
        65: ireturn
        end local 1 // boolean persistent
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   66     0        this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            7    8     1  persistent  Z
           12   13     1  persistent  Z
           14   15     1  persistent  Z
           16   17     1  persistent  Z
           18   23     1  persistent  Z
           30   31     1  persistent  Z
           34   35     1  persistent  Z
           36   37     1  persistent  Z
           38   44     1  persistent  Z
           54   66     1  persistent  Z

  public boolean isExpecting100Continue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 442
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._expect100Continue:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  public boolean isExpecting102Processing();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 448
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._expect102Processing:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  public boolean isTunnellingSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 454
            iconst_1
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  public boolean isUseOutputDirectByteBuffers();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 460
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.isUseOutputDirectByteBuffers:()Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  public boolean messageComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 466
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._trailers:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            ifnull 2
         1: .line 467
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._trailers:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.onTrailers:(Lorg/eclipse/jetty/http/HttpFields;)V
         2: .line 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.onRequestComplete:()Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  public void onComplianceViolation(org.eclipse.jetty.http.ComplianceViolation$Mode, org.eclipse.jetty.http.ComplianceViolation, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/http/ComplianceViolation$Mode;Lorg/eclipse/jetty/http/ComplianceViolation;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // org.eclipse.jetty.http.ComplianceViolation$Mode mode
        start local 2 // org.eclipse.jetty.http.ComplianceViolation violation
        start local 3 // java.lang.String details
         0: .line 474
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.isRecordHttpComplianceViolations:()Z
            ifeq 9
         1: .line 476
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._complianceViolations:Ljava/util/List;
            ifnonnull 3
         2: .line 478
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._complianceViolations:Ljava/util/List;
         3: .line 480
      StackMap locals:
      StackMap stack:
            ldc "%s (see %s) in mode %s for %s in %s"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
         4: .line 481
            aload 2 /* violation */
            invokeinterface org.eclipse.jetty.http.ComplianceViolation.getDescription:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* violation */
            invokeinterface org.eclipse.jetty.http.ComplianceViolation.getURL:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 1 /* mode */
            aastore
            dup
            iconst_3
            aload 3 /* details */
            aastore
            dup
            iconst_4
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getHttpTransport:()Lorg/eclipse/jetty/server/HttpTransport;
            aastore
         5: .line 480
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* record */
        start local 4 // java.lang.String record
         6: .line 482
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._complianceViolations:Ljava/util/List;
            aload 4 /* record */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 483
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 9
         8: .line 484
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            aload 4 /* record */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        end local 4 // java.lang.String record
         9: .line 486
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String details
        end local 2 // org.eclipse.jetty.http.ComplianceViolation violation
        end local 1 // org.eclipse.jetty.http.ComplianceViolation$Mode mode
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0   10     1       mode  Lorg/eclipse/jetty/http/ComplianceViolation$Mode;
            0   10     2  violation  Lorg/eclipse/jetty/http/ComplianceViolation;
            0   10     3    details  Ljava/lang/String;
            6    9     4     record  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      mode       
      violation  
      details    

  public void parsedHeader(org.eclipse.jetty.http.HttpField);
    descriptor: (Lorg/eclipse/jetty/http/HttpField;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // org.eclipse.jetty.http.HttpField field
         0: .line 491
            aload 1 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            astore 2 /* header */
        start local 2 // org.eclipse.jetty.http.HttpHeader header
         1: .line 492
            aload 1 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            astore 3 /* value */
        start local 3 // java.lang.String value
         2: .line 493
            aload 2 /* header */
            ifnull 31
         3: .line 495
            invokestatic org.eclipse.jetty.server.HttpChannelOverHttp.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader:()[I
            aload 2 /* header */
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iaload
            lookupswitch { // 4
                    1: 4
                    8: 29
                   27: 9
                   30: 6
              default: 31
          }
         4: .line 498
      StackMap locals: org.eclipse.jetty.http.HttpHeader java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* field */
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._connection:Lorg/eclipse/jetty/http/HttpField;
         5: .line 499
            goto 31
         6: .line 502
      StackMap locals:
      StackMap stack:
            aload 1 /* field */
            instanceof org.eclipse.jetty.http.HostPortHttpField
            ifne 31
            aload 3 /* value */
            ifnull 31
            aload 3 /* value */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 31
         7: .line 503
            new org.eclipse.jetty.http.HostPortHttpField
            dup
            aload 3 /* value */
            invokespecial org.eclipse.jetty.http.HostPortHttpField.<init>:(Ljava/lang/String;)V
            astore 1 /* field */
         8: .line 504
            goto 31
         9: .line 508
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._requestBuilder:Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder.version:()Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.equals:(Ljava/lang/Object;)Z
            ifeq 31
        10: .line 510
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 3 /* value */
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpHeaderValue
            astore 4 /* expect */
        start local 4 // org.eclipse.jetty.http.HttpHeaderValue expect
        11: .line 511
            aload 4 /* expect */
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CONTINUE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            if_acmpne 14
        12: .line 513
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect100Continue:Z
        13: .line 514
            goto 31
        14: .line 515
      StackMap locals: org.eclipse.jetty.http.HttpHeaderValue
      StackMap stack:
            aload 4 /* expect */
            getstatic org.eclipse.jetty.http.HttpHeaderValue.PROCESSING:Lorg/eclipse/jetty/http/HttpHeaderValue;
            if_acmpne 17
        15: .line 517
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect102Processing:Z
        16: .line 518
            goto 31
        17: .line 521
      StackMap locals:
      StackMap stack:
            aload 1 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getValues:()[Ljava/lang/String;
            astore 5 /* values */
        start local 5 // java.lang.String[] values
        18: .line 522
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        19: goto 27
        20: .line 524
      StackMap locals: java.lang.String[] int
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 5 /* values */
            iload 6 /* i */
            aaload
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpHeaderValue
            astore 4 /* expect */
        21: .line 525
            aload 4 /* expect */
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CONTINUE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            if_acmpne 23
        22: .line 526
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect100Continue:Z
            goto 26
        23: .line 527
      StackMap locals:
      StackMap stack:
            aload 4 /* expect */
            getstatic org.eclipse.jetty.http.HttpHeaderValue.PROCESSING:Lorg/eclipse/jetty/http/HttpHeaderValue;
            if_acmpne 25
        24: .line 528
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect102Processing:Z
            goto 26
        25: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._unknownExpectation:Z
        26: .line 522
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: aload 5 /* values */
            ifnull 31
            iload 6 /* i */
            aload 5 /* values */
            arraylength
            if_icmplt 20
        end local 6 // int i
        end local 5 // java.lang.String[] values
        end local 4 // org.eclipse.jetty.http.HttpHeaderValue expect
        28: .line 534
            goto 31
        29: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* field */
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
        30: .line 539
            goto 31
        31: .line 545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._requestBuilder:Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder.getFields:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* field */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.add:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
        32: .line 546
            return
        end local 3 // java.lang.String value
        end local 2 // org.eclipse.jetty.http.HttpHeader header
        end local 1 // org.eclipse.jetty.http.HttpField field
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   33     0    this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0   33     1   field  Lorg/eclipse/jetty/http/HttpField;
            1   33     2  header  Lorg/eclipse/jetty/http/HttpHeader;
            2   33     3   value  Ljava/lang/String;
           11   28     4  expect  Lorg/eclipse/jetty/http/HttpHeaderValue;
           18   28     5  values  [Ljava/lang/String;
           19   28     6       i  I
    MethodParameters:
       Name  Flags
      field  

  public void parsedTrailer(org.eclipse.jetty.http.HttpField);
    descriptor: (Lorg/eclipse/jetty/http/HttpField;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // org.eclipse.jetty.http.HttpField field
         0: .line 551
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._trailers:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            ifnonnull 2
         1: .line 552
            aload 0 /* this */
            invokestatic org.eclipse.jetty.http.HttpFields.build:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._trailers:Lorg/eclipse/jetty/http/HttpFields$Mutable;
         2: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._trailers:Lorg/eclipse/jetty/http/HttpFields$Mutable;
            aload 1 /* field */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.add:(Lorg/eclipse/jetty/http/HttpField;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            pop
         3: .line 554
            return
        end local 1 // org.eclipse.jetty.http.HttpField field
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    4     1  field  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
       Name  Flags
      field  

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 559
            aload 0 /* this */
            invokespecial org.eclipse.jetty.server.HttpChannel.recycle:()V
         1: .line 560
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._unknownExpectation:Z
         2: .line 561
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect100Continue:Z
         3: .line 562
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect102Processing:Z
         4: .line 563
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._connection:Lorg/eclipse/jetty/http/HttpField;
         5: .line 564
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
         6: .line 565
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._trailers:Lorg/eclipse/jetty/http/HttpFields$Mutable;
         7: .line 566
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
         8: .line 567
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 10
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
            ifne 10
         9: .line 568
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "unconsumed content: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        10: .line 569
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
        11: .line 570
            return
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  public void startRequest(java.lang.String, java.lang.String, org.eclipse.jetty.http.HttpVersion);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/jetty/http/HttpVersion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // java.lang.String method
        start local 2 // java.lang.String uri
        start local 3 // org.eclipse.jetty.http.HttpVersion version
         0: .line 575
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._requestBuilder:Lorg/eclipse/jetty/server/HttpChannelOverHttp$RequestBuilder;
            aload 1 /* method */
            aload 2 /* uri */
            aload 3 /* version */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder.request:(Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/jetty/http/HttpVersion;)V
         1: .line 576
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._unknownExpectation:Z
         2: .line 577
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect100Continue:Z
         3: .line 578
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._expect102Processing:Z
         4: .line 579
            return
        end local 3 // org.eclipse.jetty.http.HttpVersion version
        end local 2 // java.lang.String uri
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    5     1   method  Ljava/lang/String;
            0    5     2      uri  Ljava/lang/String;
            0    5     3  version  Lorg/eclipse/jetty/http/HttpVersion;
    MethodParameters:
         Name  Flags
      method   
      uri      
      version  

  protected boolean checkAndPrepareUpgrade();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 585
            iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;

  protected void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // java.lang.Throwable x
         0: .line 591
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._httpConnection:Lorg/eclipse/jetty/server/HttpConnection;
            invokevirtual org.eclipse.jetty.server.HttpConnection.getGenerator:()Lorg/eclipse/jetty/http/HttpGenerator;
            iconst_0
            invokevirtual org.eclipse.jetty.http.HttpGenerator.setPersistent:(Z)V
         1: .line 592
            aload 0 /* this */
            aload 1 /* x */
            invokespecial org.eclipse.jetty.server.HttpChannel.handleException:(Ljava/lang/Throwable;)V
         2: .line 593
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    3     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     

  private boolean upgrade();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=7, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
         0: .line 607
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 608
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "upgrade {} {}"
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 611
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.PREAMBLE_UPGRADE_H2C:Lorg/eclipse/jetty/http/HttpField;
            if_acmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 1 /* isUpgradedH2C */
        start local 1 // boolean isUpgradedH2C
         5: .line 613
            iload 1 /* isUpgradedH2C */
            ifne 7
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._connection:Lorg/eclipse/jetty/http/HttpField;
            ifnull 6
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._connection:Lorg/eclipse/jetty/http/HttpField;
            ldc "upgrade"
            invokevirtual org.eclipse.jetty.http.HttpField.contains:(Ljava/lang/String;)Z
            ifne 7
         6: .line 614
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            athrow
         7: .line 617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getConnector:()Lorg/eclipse/jetty/server/Connector;
            invokeinterface org.eclipse.jetty.server.Connector.getConnectionFactories:()Ljava/util/Collection;
            invokeinterface java.util.Collection.stream:()Ljava/util/stream/Stream;
         8: .line 618
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  org/eclipse/jetty/server/HttpChannelOverHttp.lambda$0(Lorg/eclipse/jetty/server/ConnectionFactory;)Z (6)
                  (Lorg/eclipse/jetty/server/ConnectionFactory;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         9: .line 619
            ldc Lorg/eclipse/jetty/server/ConnectionFactory$Upgrading;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic apply(Ljava/lang/Class;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/lang/Class.cast(Ljava/lang/Object;)Ljava/lang/Object; (5)
                  (Lorg/eclipse/jetty/server/ConnectionFactory;)Lorg/eclipse/jetty/server/ConnectionFactory$Upgrading;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
        10: .line 620
            aload 0 /* this */
            invokedynamic test(Lorg/eclipse/jetty/server/HttpChannelOverHttp;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  org/eclipse/jetty/server/HttpChannelOverHttp.lambda$2(Lorg/eclipse/jetty/server/ConnectionFactory$Upgrading;)Z (7)
                  (Lorg/eclipse/jetty/server/ConnectionFactory$Upgrading;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
        11: .line 621
            invokeinterface java.util.stream.Stream.findAny:()Ljava/util/Optional;
        12: .line 622
            aconst_null
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.ConnectionFactory$Upgrading
        13: .line 617
            astore 2 /* factory */
        start local 2 // org.eclipse.jetty.server.ConnectionFactory$Upgrading factory
        14: .line 624
            aload 2 /* factory */
            ifnonnull 18
        15: .line 626
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 17
        16: .line 627
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "No factory for {} in {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getConnector:()Lorg/eclipse/jetty/server/Connector;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        17: .line 628
      StackMap locals: org.eclipse.jetty.server.ConnectionFactory$Upgrading
      StackMap stack:
            iconst_0
            ireturn
        18: .line 632
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpFields.build:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            astore 4 /* response101 */
        start local 4 // org.eclipse.jetty.http.HttpFields$Mutable response101
        19: .line 633
            aload 2 /* factory */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getConnector:()Lorg/eclipse/jetty/server/Connector;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._metadata:Lorg/eclipse/jetty/http/MetaData$Request;
            aload 4 /* response101 */
            invokeinterface org.eclipse.jetty.server.ConnectionFactory$Upgrading.upgradeConnection:(Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;Lorg/eclipse/jetty/http/MetaData$Request;Lorg/eclipse/jetty/http/HttpFields$Mutable;)Lorg/eclipse/jetty/io/Connection;
            astore 5 /* upgradeConnection */
        start local 5 // org.eclipse.jetty.io.Connection upgradeConnection
        20: .line 634
            aload 5 /* upgradeConnection */
            ifnonnull 24
        21: .line 636
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 23
        22: .line 637
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "Upgrade ignored for {} by {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
            aload 2 /* factory */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        23: .line 638
      StackMap locals: org.eclipse.jetty.server.HttpChannelOverHttp int org.eclipse.jetty.server.ConnectionFactory$Upgrading top org.eclipse.jetty.http.HttpFields$Mutable org.eclipse.jetty.io.Connection
      StackMap stack:
            iconst_0
            ireturn
        24: .line 644
      StackMap locals:
      StackMap stack:
            iload 1 /* isUpgradedH2C */
            ifne 29
        25: .line 645
            aload 0 /* this */
            new org.eclipse.jetty.http.MetaData$Response
            dup
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            bipush 101
            aload 4 /* response101 */
            lconst_0
            invokespecial org.eclipse.jetty.http.MetaData$Response.<init>:(Lorg/eclipse/jetty/http/HttpVersion;ILorg/eclipse/jetty/http/HttpFields;J)V
            aconst_null
            iconst_1
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.sendResponse:(Lorg/eclipse/jetty/http/MetaData$Response;Ljava/nio/ByteBuffer;Z)Z
            pop
        26: .line 646
            goto 29
        27: .line 647
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 6 /* e */
        start local 6 // java.io.IOException e
        28: .line 649
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            aconst_null
            aload 6 /* e */
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.io.IOException e
        29: .line 652
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 31
        30: .line 653
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.LOG:Lorg/slf4j/Logger;
            ldc "Upgrade from {} to {}"
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.getConnection:()Lorg/eclipse/jetty/io/Connection;
            aload 5 /* upgradeConnection */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        31: .line 654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getRequest:()Lorg/eclipse/jetty/server/Request;
            getstatic org.eclipse.jetty.server.HttpTransport.UPGRADE_CONNECTION_ATTRIBUTE:Ljava/lang/String;
            aload 5 /* upgradeConnection */
            invokevirtual org.eclipse.jetty.server.Request.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
        32: .line 655
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getHttpTransport:()Lorg/eclipse/jetty/server/HttpTransport;
            invokeinterface org.eclipse.jetty.server.HttpTransport.onCompleted:()V
        33: .line 656
            iconst_1
            ireturn
        end local 5 // org.eclipse.jetty.io.Connection upgradeConnection
        end local 4 // org.eclipse.jetty.http.HttpFields$Mutable response101
        end local 2 // org.eclipse.jetty.server.ConnectionFactory$Upgrading factory
        end local 1 // boolean isUpgradedH2C
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   34     0               this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            5   34     1      isUpgradedH2C  Z
           14   34     2            factory  Lorg/eclipse/jetty/server/ConnectionFactory$Upgrading;
           19   34     4        response101  Lorg/eclipse/jetty/http/HttpFields$Mutable;
           20   34     5  upgradeConnection  Lorg/eclipse/jetty/io/Connection;
           28   29     6                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          24    26      27  Class java.io.IOException
    Exceptions:
      throws org.eclipse.jetty.http.BadMessageException

  boolean onIdleTimeout(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // java.lang.Throwable timeout
         0: .line 661
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._delayedForContent:Z
            ifeq 5
         1: .line 663
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._delayedForContent:Z
         2: .line 664
            aload 0 /* this */
            aload 1 /* timeout */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.doOnIdleTimeout:(Ljava/lang/Throwable;)V
         3: .line 665
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.execute:(Ljava/lang/Runnable;)V
         4: .line 666
            iconst_0
            ireturn
         5: .line 668
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // java.lang.Throwable timeout
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    6     1  timeout  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      timeout  

  private void doOnIdleTimeout(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // java.lang.Throwable x
         0: .line 673
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpChannelOverHttp.getState:()Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.isIdle:()Z
            istore 2 /* neverDispatched */
        start local 2 // boolean neverDispatched
         1: .line 674
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.remaining:()I
            ifeq 2
            iconst_0
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* waitingForContent */
        start local 3 // boolean waitingForContent
         4: .line 675
            iload 3 /* waitingForContent */
            ifne 5
            iload 2 /* neverDispatched */
            ifeq 8
      StackMap locals: int
      StackMap stack:
         5: aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 6
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isSpecial:()Z
            ifne 8
         6: .line 677
      StackMap locals:
      StackMap stack:
            aload 1 /* x */
            new java.lang.Throwable
            dup
            ldc "HttpInput idle timeout"
            invokespecial java.lang.Throwable.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
         7: .line 678
            aload 0 /* this */
            new org.eclipse.jetty.server.HttpInput$ErrorContent
            dup
            aload 1 /* x */
            invokespecial org.eclipse.jetty.server.HttpInput$ErrorContent.<init>:(Ljava/lang/Throwable;)V
            putfield org.eclipse.jetty.server.HttpChannelOverHttp._content:Lorg/eclipse/jetty/server/HttpInput$Content;
         8: .line 680
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean waitingForContent
        end local 2 // boolean neverDispatched
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    9     1                  x  Ljava/lang/Throwable;
            1    9     2    neverDispatched  Z
            4    9     3  waitingForContent  Z
    MethodParameters:
      Name  Flags
      x     

  static int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpVersion();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 50
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.$SWITCH_TABLE$org$eclipse$jetty$http$HttpVersion:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.http.HttpVersion.values:()[Lorg/eclipse/jetty/http/HttpVersion;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_0_9:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.ordinal:()I
            iconst_1
            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.HttpVersion.HTTP_1_0:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.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.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.ordinal:()I
            iconst_3
            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.HttpVersion.HTTP_2:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.ordinal:()I
            iconst_4
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            dup
            putstatic org.eclipse.jetty.server.HttpChannelOverHttp.$SWITCH_TABLE$org$eclipse$jetty$http$HttpVersion:[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

  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 50
            getstatic org.eclipse.jetty.server.HttpChannelOverHttp.$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.HttpChannelOverHttp.$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

  private static boolean lambda$0(org.eclipse.jetty.server.ConnectionFactory);
    descriptor: (Lorg/eclipse/jetty/server/ConnectionFactory;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ConnectionFactory f
         0: .line 618
            aload 0 /* f */
            instanceof org.eclipse.jetty.server.ConnectionFactory$Upgrading
            ireturn
        end local 0 // org.eclipse.jetty.server.ConnectionFactory f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     f  Lorg/eclipse/jetty/server/ConnectionFactory;

  private boolean lambda$2(org.eclipse.jetty.server.ConnectionFactory$Upgrading);
    descriptor: (Lorg/eclipse/jetty/server/ConnectionFactory$Upgrading;)Z
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
        start local 1 // org.eclipse.jetty.server.ConnectionFactory$Upgrading f
         0: .line 620
            aload 1 /* f */
            invokeinterface org.eclipse.jetty.server.ConnectionFactory$Upgrading.getProtocols:()Ljava/util/List;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpChannelOverHttp._upgrade:Lorg/eclipse/jetty/http/HttpField;
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // org.eclipse.jetty.server.ConnectionFactory$Upgrading f
        end local 0 // org.eclipse.jetty.server.HttpChannelOverHttp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpChannelOverHttp;
            0    1     1     f  Lorg/eclipse/jetty/server/ConnectionFactory$Upgrading;
}
SourceFile: "HttpChannelOverHttp.java"
NestMembers:
  org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Listener = org.eclipse.jetty.http.ComplianceViolation$Listener of org.eclipse.jetty.http.ComplianceViolation
  public abstract Mode = org.eclipse.jetty.http.ComplianceViolation$Mode of org.eclipse.jetty.http.ComplianceViolation
  public Mutable = org.eclipse.jetty.http.HttpFields$Mutable of org.eclipse.jetty.http.HttpFields
  public abstract RequestHandler = org.eclipse.jetty.http.HttpParser$RequestHandler of org.eclipse.jetty.http.HttpParser
  public Request = org.eclipse.jetty.http.MetaData$Request of org.eclipse.jetty.http.MetaData
  public Response = org.eclipse.jetty.http.MetaData$Response of org.eclipse.jetty.http.MetaData
  public abstract Upgrading = org.eclipse.jetty.server.ConnectionFactory$Upgrading of org.eclipse.jetty.server.ConnectionFactory
  private RequestBuilder = org.eclipse.jetty.server.HttpChannelOverHttp$RequestBuilder of org.eclipse.jetty.server.HttpChannelOverHttp
  public Content = org.eclipse.jetty.server.HttpInput$Content of org.eclipse.jetty.server.HttpInput
  public final EofContent = org.eclipse.jetty.server.HttpInput$EofContent of org.eclipse.jetty.server.HttpInput
  public final ErrorContent = org.eclipse.jetty.server.HttpInput$ErrorContent of org.eclipse.jetty.server.HttpInput
  public WrappingContent = org.eclipse.jetty.server.HttpInput$WrappingContent of org.eclipse.jetty.server.HttpInput