public class org.eclipse.jetty.server.HttpConfiguration implements org.eclipse.jetty.util.component.Dumpable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.HttpConfiguration
  super_class: java.lang.Object
{
  public static final java.lang.String SERVER_VERSION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final java.util.List<org.eclipse.jetty.server.HttpConfiguration$Customizer> _customizers;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/eclipse/jetty/server/HttpConfiguration$Customizer;>;

  private final org.eclipse.jetty.util.Index$Mutable<java.lang.Boolean> _formEncodedMethods;
    descriptor: Lorg/eclipse/jetty/util/Index$Mutable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/jetty/util/Index$Mutable<Ljava/lang/Boolean;>;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 51
            new java.lang.StringBuilder
            dup
            ldc "Jetty("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic org.eclipse.jetty.util.Jetty.VERSION:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic org.eclipse.jetty.server.HttpConfiguration.SERVER_VERSION:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            new java.util.concurrent.CopyOnWriteArrayList
            dup
            invokespecial java.util.concurrent.CopyOnWriteArrayList.<init>:()V
            putfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
         2: .line 53
            aload 0 /* this */
            new org.eclipse.jetty.util.Index$Builder
            dup
            invokespecial org.eclipse.jetty.util.Index$Builder.<init>:()V
         3: .line 54
            iconst_0
            invokevirtual org.eclipse.jetty.util.Index$Builder.caseSensitive:(Z)Lorg/eclipse/jetty/util/Index$Builder;
         4: .line 55
            invokevirtual org.eclipse.jetty.util.Index$Builder.mutable:()Lorg/eclipse/jetty/util/Index$Mutable$Builder;
         5: .line 56
            invokevirtual org.eclipse.jetty.util.Index$Mutable$Builder.build:()Lorg/eclipse/jetty/util/Index$Mutable;
            putfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
         6: .line 57
            aload 0 /* this */
            ldc 32768
            putfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
         7: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
            iconst_4
            idiv
            putfield org.eclipse.jetty.server.HttpConfiguration._outputAggregationSize:I
         8: .line 59
            aload 0 /* this */
            sipush 8192
            putfield org.eclipse.jetty.server.HttpConfiguration._requestHeaderSize:I
         9: .line 60
            aload 0 /* this */
            sipush 8192
            putfield org.eclipse.jetty.server.HttpConfiguration._responseHeaderSize:I
        10: .line 61
            aload 0 /* this */
            sipush 1024
            putfield org.eclipse.jetty.server.HttpConfiguration._headerCacheSize:I
        11: .line 62
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpConfiguration._headerCacheCaseSensitive:Z
        12: .line 64
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.HttpConfiguration._idleTimeout:J
        13: .line 65
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpScheme.HTTPS:Lorg/eclipse/jetty/http/HttpScheme;
            invokevirtual org.eclipse.jetty.http.HttpScheme.asString:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.HttpConfiguration._secureScheme:Ljava/lang/String;
        14: .line 66
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._sendServerVersion:Z
        15: .line 67
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpConfiguration._sendXPoweredBy:Z
        16: .line 68
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._sendDateHeader:Z
        17: .line 69
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._delayDispatchUntilContent:Z
        18: .line 70
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._persistentConnectionsEnabled:Z
        19: .line 71
            aload 0 /* this */
            bipush 10
            putfield org.eclipse.jetty.server.HttpConfiguration._maxErrorDispatches:I
        20: .line 72
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._useInputDirectByteBuffers:Z
        21: .line 73
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._useOutputDirectByteBuffers:Z
        22: .line 76
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance.RFC7230:Lorg/eclipse/jetty/http/HttpCompliance;
            putfield org.eclipse.jetty.server.HttpConfiguration._httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
        23: .line 77
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.CookieCompliance.RFC6265:Lorg/eclipse/jetty/http/CookieCompliance;
            putfield org.eclipse.jetty.server.HttpConfiguration._requestCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
        24: .line 78
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.CookieCompliance.RFC6265:Lorg/eclipse/jetty/http/CookieCompliance;
            putfield org.eclipse.jetty.server.HttpConfiguration._responseCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
        25: .line 79
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._notifyRemoteAsyncErrors:Z
        26: .line 110
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
            getstatic org.eclipse.jetty.http.HttpMethod.POST:Lorg/eclipse/jetty/http/HttpMethod;
            invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.put:(Ljava/lang/String;Ljava/lang/Object;)Z
            pop
        27: .line 111
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
            getstatic org.eclipse.jetty.http.HttpMethod.PUT:Lorg/eclipse/jetty/http/HttpMethod;
            invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.put:(Ljava/lang/String;Ljava/lang/Object;)Z
            pop
        28: .line 112
            return
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;

  public void <init>(org.eclipse.jetty.server.HttpConfiguration);
    descriptor: (Lorg/eclipse/jetty/server/HttpConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // org.eclipse.jetty.server.HttpConfiguration config
         0: .line 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            new java.util.concurrent.CopyOnWriteArrayList
            dup
            invokespecial java.util.concurrent.CopyOnWriteArrayList.<init>:()V
            putfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
         2: .line 53
            aload 0 /* this */
            new org.eclipse.jetty.util.Index$Builder
            dup
            invokespecial org.eclipse.jetty.util.Index$Builder.<init>:()V
         3: .line 54
            iconst_0
            invokevirtual org.eclipse.jetty.util.Index$Builder.caseSensitive:(Z)Lorg/eclipse/jetty/util/Index$Builder;
         4: .line 55
            invokevirtual org.eclipse.jetty.util.Index$Builder.mutable:()Lorg/eclipse/jetty/util/Index$Mutable$Builder;
         5: .line 56
            invokevirtual org.eclipse.jetty.util.Index$Mutable$Builder.build:()Lorg/eclipse/jetty/util/Index$Mutable;
            putfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
         6: .line 57
            aload 0 /* this */
            ldc 32768
            putfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
         7: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
            iconst_4
            idiv
            putfield org.eclipse.jetty.server.HttpConfiguration._outputAggregationSize:I
         8: .line 59
            aload 0 /* this */
            sipush 8192
            putfield org.eclipse.jetty.server.HttpConfiguration._requestHeaderSize:I
         9: .line 60
            aload 0 /* this */
            sipush 8192
            putfield org.eclipse.jetty.server.HttpConfiguration._responseHeaderSize:I
        10: .line 61
            aload 0 /* this */
            sipush 1024
            putfield org.eclipse.jetty.server.HttpConfiguration._headerCacheSize:I
        11: .line 62
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpConfiguration._headerCacheCaseSensitive:Z
        12: .line 64
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.HttpConfiguration._idleTimeout:J
        13: .line 65
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpScheme.HTTPS:Lorg/eclipse/jetty/http/HttpScheme;
            invokevirtual org.eclipse.jetty.http.HttpScheme.asString:()Ljava/lang/String;
            putfield org.eclipse.jetty.server.HttpConfiguration._secureScheme:Ljava/lang/String;
        14: .line 66
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._sendServerVersion:Z
        15: .line 67
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpConfiguration._sendXPoweredBy:Z
        16: .line 68
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._sendDateHeader:Z
        17: .line 69
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._delayDispatchUntilContent:Z
        18: .line 70
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._persistentConnectionsEnabled:Z
        19: .line 71
            aload 0 /* this */
            bipush 10
            putfield org.eclipse.jetty.server.HttpConfiguration._maxErrorDispatches:I
        20: .line 72
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._useInputDirectByteBuffers:Z
        21: .line 73
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._useOutputDirectByteBuffers:Z
        22: .line 76
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance.RFC7230:Lorg/eclipse/jetty/http/HttpCompliance;
            putfield org.eclipse.jetty.server.HttpConfiguration._httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
        23: .line 77
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.CookieCompliance.RFC6265:Lorg/eclipse/jetty/http/CookieCompliance;
            putfield org.eclipse.jetty.server.HttpConfiguration._requestCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
        24: .line 78
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.CookieCompliance.RFC6265:Lorg/eclipse/jetty/http/CookieCompliance;
            putfield org.eclipse.jetty.server.HttpConfiguration._responseCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
        25: .line 79
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpConfiguration._notifyRemoteAsyncErrors:Z
        26: .line 121
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        27: .line 122
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 30
      StackMap locals: org.eclipse.jetty.server.HttpConfiguration org.eclipse.jetty.server.HttpConfiguration top java.util.Iterator
      StackMap stack:
        28: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* s */
        start local 2 // java.lang.String s
        29: .line 124
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
            aload 2 /* s */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.put:(Ljava/lang/String;Ljava/lang/Object;)Z
            pop
        end local 2 // java.lang.String s
        30: .line 122
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 28
        31: .line 126
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
            putfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
        32: .line 127
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputAggregationSize:I
            putfield org.eclipse.jetty.server.HttpConfiguration._outputAggregationSize:I
        33: .line 128
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._requestHeaderSize:I
            putfield org.eclipse.jetty.server.HttpConfiguration._requestHeaderSize:I
        34: .line 129
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._responseHeaderSize:I
            putfield org.eclipse.jetty.server.HttpConfiguration._responseHeaderSize:I
        35: .line 130
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._headerCacheSize:I
            putfield org.eclipse.jetty.server.HttpConfiguration._headerCacheSize:I
        36: .line 131
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._headerCacheCaseSensitive:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._headerCacheCaseSensitive:Z
        37: .line 132
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._secureScheme:Ljava/lang/String;
            putfield org.eclipse.jetty.server.HttpConfiguration._secureScheme:Ljava/lang/String;
        38: .line 133
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._securePort:I
            putfield org.eclipse.jetty.server.HttpConfiguration._securePort:I
        39: .line 134
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._idleTimeout:J
            putfield org.eclipse.jetty.server.HttpConfiguration._idleTimeout:J
        40: .line 135
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._sendDateHeader:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._sendDateHeader:Z
        41: .line 136
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._sendServerVersion:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._sendServerVersion:Z
        42: .line 137
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._sendXPoweredBy:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._sendXPoweredBy:Z
        43: .line 138
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._delayDispatchUntilContent:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._delayDispatchUntilContent:Z
        44: .line 139
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._persistentConnectionsEnabled:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._persistentConnectionsEnabled:Z
        45: .line 140
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._maxErrorDispatches:I
            putfield org.eclipse.jetty.server.HttpConfiguration._maxErrorDispatches:I
        46: .line 141
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._useInputDirectByteBuffers:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._useInputDirectByteBuffers:Z
        47: .line 142
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._useOutputDirectByteBuffers:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._useOutputDirectByteBuffers:Z
        48: .line 143
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._minRequestDataRate:J
            putfield org.eclipse.jetty.server.HttpConfiguration._minRequestDataRate:J
        49: .line 144
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._minResponseDataRate:J
            putfield org.eclipse.jetty.server.HttpConfiguration._minResponseDataRate:J
        50: .line 145
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
            putfield org.eclipse.jetty.server.HttpConfiguration._httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
        51: .line 146
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._requestCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
            putfield org.eclipse.jetty.server.HttpConfiguration._requestCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
        52: .line 147
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._responseCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
            putfield org.eclipse.jetty.server.HttpConfiguration._responseCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
        53: .line 148
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._notifyRemoteAsyncErrors:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._notifyRemoteAsyncErrors:Z
        54: .line 149
            aload 0 /* this */
            aload 1 /* config */
            getfield org.eclipse.jetty.server.HttpConfiguration._relativeRedirectAllowed:Z
            putfield org.eclipse.jetty.server.HttpConfiguration._relativeRedirectAllowed:Z
        55: .line 150
            return
        end local 1 // org.eclipse.jetty.server.HttpConfiguration config
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   56     0    this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0   56     1  config  Lorg/eclipse/jetty/server/HttpConfiguration;
           29   30     2       s  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      config  

  public void addCustomizer(org.eclipse.jetty.server.HttpConfiguration$Customizer);
    descriptor: (Lorg/eclipse/jetty/server/HttpConfiguration$Customizer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // org.eclipse.jetty.server.HttpConfiguration$Customizer customizer
         0: .line 162
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
            aload 1 /* customizer */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 163
            return
        end local 1 // org.eclipse.jetty.server.HttpConfiguration$Customizer customizer
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  customizer  Lorg/eclipse/jetty/server/HttpConfiguration$Customizer;
    MethodParameters:
            Name  Flags
      customizer  

  public java.util.List<org.eclipse.jetty.server.HttpConfiguration$Customizer> getCustomizers();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 167
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    Signature: ()Ljava/util/List<Lorg/eclipse/jetty/server/HttpConfiguration$Customizer;>;

  public <T> T getCustomizer(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // java.lang.Class type
         0: .line 172
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.server.HttpConfiguration java.lang.Class top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.HttpConfiguration$Customizer
            astore 2 /* c */
        start local 2 // org.eclipse.jetty.server.HttpConfiguration$Customizer c
         2: .line 174
            aload 1 /* type */
            aload 2 /* c */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 4
         3: .line 175
            aload 2 /* c */
            areturn
        end local 2 // org.eclipse.jetty.server.HttpConfiguration$Customizer c
         4: .line 172
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 177
            aconst_null
            areturn
        end local 1 // java.lang.Class type
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    6     1  type  Ljava/lang/Class<TT;>;
            2    4     2     c  Lorg/eclipse/jetty/server/HttpConfiguration$Customizer;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
      Name  Flags
      type  

  public int getOutputBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 183
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The size in bytes of the output buffer used to aggregate HTTP output")

  public int getOutputAggregationSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 189
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputAggregationSize:I
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The maximum size in bytes for HTTP output to be aggregated")

  public int getRequestHeaderSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 195
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._requestHeaderSize:I
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The maximum allowed size in bytes for an HTTP request header")

  public int getResponseHeaderSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 201
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._responseHeaderSize:I
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The maximum allowed size in bytes for an HTTP response header")

  public int getHeaderCacheSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 207
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._headerCacheSize:I
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The maximum allowed size in Trie nodes for an HTTP header field cache")

  public boolean isHeaderCacheCaseSensitive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 213
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._headerCacheCaseSensitive:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "True if the header field cache is case sensitive")

  public int getSecurePort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 219
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._securePort:I
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The port to which Integral or Confidential security constraints are redirected")

  public java.lang.String getSecureScheme();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 225
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._secureScheme:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The scheme with which Integral or Confidential security constraints are redirected")

  public boolean isPersistentConnectionsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 231
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._persistentConnectionsEnabled:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether persistent connections are enabled")

  public long getIdleTimeout();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 244
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._idleTimeout:J
            lreturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The idle timeout in ms for I/O operations during the handling of an HTTP request")

  public void setIdleTimeout(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // long timeoutMs
         0: .line 256
            aload 0 /* this */
            lload 1 /* timeoutMs */
            putfield org.eclipse.jetty.server.HttpConfiguration._idleTimeout:J
         1: .line 257
            return
        end local 1 // long timeoutMs
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  timeoutMs  J
    MethodParameters:
           Name  Flags
      timeoutMs  

  public void setPersistentConnectionsEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean persistentConnectionsEnabled
         0: .line 261
            aload 0 /* this */
            iload 1 /* persistentConnectionsEnabled */
            putfield org.eclipse.jetty.server.HttpConfiguration._persistentConnectionsEnabled:Z
         1: .line 262
            return
        end local 1 // boolean persistentConnectionsEnabled
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    2     0                          this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  persistentConnectionsEnabled  Z
    MethodParameters:
                              Name  Flags
      persistentConnectionsEnabled  

  public void setSendServerVersion(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean sendServerVersion
         0: .line 266
            aload 0 /* this */
            iload 1 /* sendServerVersion */
            putfield org.eclipse.jetty.server.HttpConfiguration._sendServerVersion:Z
         1: .line 267
            return
        end local 1 // boolean sendServerVersion
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  sendServerVersion  Z
    MethodParameters:
                   Name  Flags
      sendServerVersion  

  public boolean getSendServerVersion();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 272
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._sendServerVersion:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether to send the Server header in responses")

  public void writePoweredBy(java.lang.Appendable, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // java.lang.Appendable out
        start local 2 // java.lang.String preamble
        start local 3 // java.lang.String postamble
         0: .line 277
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.getSendServerVersion:()Z
            ifeq 6
         1: .line 279
            aload 2 /* preamble */
            ifnull 3
         2: .line 280
            aload 1 /* out */
            aload 2 /* preamble */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         3: .line 281
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            getstatic org.eclipse.jetty.util.Jetty.POWERED_BY:Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         4: .line 282
            aload 3 /* postamble */
            ifnull 6
         5: .line 283
            aload 1 /* out */
            aload 3 /* postamble */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         6: .line 285
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String postamble
        end local 2 // java.lang.String preamble
        end local 1 // java.lang.Appendable out
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    7     1        out  Ljava/lang/Appendable;
            0    7     2   preamble  Ljava/lang/String;
            0    7     3  postamble  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      out        
      preamble   
      postamble  

  public void setSendXPoweredBy(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean sendXPoweredBy
         0: .line 289
            aload 0 /* this */
            iload 1 /* sendXPoweredBy */
            putfield org.eclipse.jetty.server.HttpConfiguration._sendXPoweredBy:Z
         1: .line 290
            return
        end local 1 // boolean sendXPoweredBy
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  sendXPoweredBy  Z
    MethodParameters:
                Name  Flags
      sendXPoweredBy  

  public boolean getSendXPoweredBy();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 295
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._sendXPoweredBy:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether to send the X-Powered-By header in responses")

  public void setSendDateHeader(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean sendDateHeader
         0: .line 307
            aload 0 /* this */
            iload 1 /* sendDateHeader */
            putfield org.eclipse.jetty.server.HttpConfiguration._sendDateHeader:Z
         1: .line 308
            return
        end local 1 // boolean sendDateHeader
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  sendDateHeader  Z
    MethodParameters:
                Name  Flags
      sendDateHeader  

  public boolean getSendDateHeader();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 318
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._sendDateHeader:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether to send the Date header in responses")

  public void setDelayDispatchUntilContent(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean delay
         0: .line 326
            aload 0 /* this */
            iload 1 /* delay */
            putfield org.eclipse.jetty.server.HttpConfiguration._delayDispatchUntilContent:Z
         1: .line 327
            return
        end local 1 // boolean delay
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  delay  Z
    MethodParameters:
       Name  Flags
      delay  

  public boolean isDelayDispatchUntilContent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 332
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._delayDispatchUntilContent:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether to delay the application dispatch until content is available")

  public void setUseInputDirectByteBuffers(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean useInputDirectByteBuffers
         0: .line 340
            aload 0 /* this */
            iload 1 /* useInputDirectByteBuffers */
            putfield org.eclipse.jetty.server.HttpConfiguration._useInputDirectByteBuffers:Z
         1: .line 341
            return
        end local 1 // boolean useInputDirectByteBuffers
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  useInputDirectByteBuffers  Z
    MethodParameters:
                           Name  Flags
      useInputDirectByteBuffers  

  public boolean isUseInputDirectByteBuffers();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 346
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._useInputDirectByteBuffers:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether to use direct ByteBuffers for reading")

  public void setUseOutputDirectByteBuffers(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean useOutputDirectByteBuffers
         0: .line 354
            aload 0 /* this */
            iload 1 /* useOutputDirectByteBuffers */
            putfield org.eclipse.jetty.server.HttpConfiguration._useOutputDirectByteBuffers:Z
         1: .line 355
            return
        end local 1 // boolean useOutputDirectByteBuffers
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  useOutputDirectByteBuffers  Z
    MethodParameters:
                            Name  Flags
      useOutputDirectByteBuffers  

  public boolean isUseOutputDirectByteBuffers();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 360
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._useOutputDirectByteBuffers:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether to use direct ByteBuffers for writing")

  public void setCustomizers(java.util.List<org.eclipse.jetty.server.HttpConfiguration$Customizer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // java.util.List customizers
         0: .line 373
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 374
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
            aload 1 /* customizers */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 375
            return
        end local 1 // java.util.List customizers
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    3     1  customizers  Ljava/util/List<Lorg/eclipse/jetty/server/HttpConfiguration$Customizer;>;
    Signature: (Ljava/util/List<Lorg/eclipse/jetty/server/HttpConfiguration$Customizer;>;)V
    MethodParameters:
             Name  Flags
      customizers  

  public void setOutputBufferSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // int outputBufferSize
         0: .line 387
            aload 0 /* this */
            iload 1 /* outputBufferSize */
            putfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
         1: .line 388
            aload 0 /* this */
            iload 1 /* outputBufferSize */
            iconst_4
            idiv
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.setOutputAggregationSize:(I)V
         2: .line 389
            return
        end local 1 // int outputBufferSize
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    3     1  outputBufferSize  I
    MethodParameters:
                  Name  Flags
      outputBufferSize  

  public void setOutputAggregationSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // int outputAggregationSize
         0: .line 401
            aload 0 /* this */
            iload 1 /* outputAggregationSize */
            putfield org.eclipse.jetty.server.HttpConfiguration._outputAggregationSize:I
         1: .line 402
            return
        end local 1 // int outputAggregationSize
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  outputAggregationSize  I
    MethodParameters:
                       Name  Flags
      outputAggregationSize  

  public void setRequestHeaderSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // int requestHeaderSize
         0: .line 413
            aload 0 /* this */
            iload 1 /* requestHeaderSize */
            putfield org.eclipse.jetty.server.HttpConfiguration._requestHeaderSize:I
         1: .line 414
            return
        end local 1 // int requestHeaderSize
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  requestHeaderSize  I
    MethodParameters:
                   Name  Flags
      requestHeaderSize  

  public void setResponseHeaderSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // int responseHeaderSize
         0: .line 424
            aload 0 /* this */
            iload 1 /* responseHeaderSize */
            putfield org.eclipse.jetty.server.HttpConfiguration._responseHeaderSize:I
         1: .line 425
            return
        end local 1 // int responseHeaderSize
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  responseHeaderSize  I
    MethodParameters:
                    Name  Flags
      responseHeaderSize  

  public void setHeaderCacheSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // int headerCacheSize
         0: .line 433
            aload 0 /* this */
            iload 1 /* headerCacheSize */
            putfield org.eclipse.jetty.server.HttpConfiguration._headerCacheSize:I
         1: .line 434
            return
        end local 1 // int headerCacheSize
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  headerCacheSize  I
    MethodParameters:
                 Name  Flags
      headerCacheSize  

  public void setHeaderCacheCaseSensitive(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean headerCacheCaseSensitive
         0: .line 438
            aload 0 /* this */
            iload 1 /* headerCacheCaseSensitive */
            putfield org.eclipse.jetty.server.HttpConfiguration._headerCacheCaseSensitive:Z
         1: .line 439
            return
        end local 1 // boolean headerCacheCaseSensitive
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  headerCacheCaseSensitive  Z
    MethodParameters:
                          Name  Flags
      headerCacheCaseSensitive  

  public void setSecurePort(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // int securePort
         0: .line 448
            aload 0 /* this */
            iload 1 /* securePort */
            putfield org.eclipse.jetty.server.HttpConfiguration._securePort:I
         1: .line 449
            return
        end local 1 // int securePort
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  securePort  I
    MethodParameters:
            Name  Flags
      securePort  

  public void setSecureScheme(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // java.lang.String secureScheme
         0: .line 458
            aload 0 /* this */
            aload 1 /* secureScheme */
            putfield org.eclipse.jetty.server.HttpConfiguration._secureScheme:Ljava/lang/String;
         1: .line 459
            return
        end local 1 // java.lang.String secureScheme
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  secureScheme  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      secureScheme  

  public void setFormEncodedMethods(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // java.lang.String[] methods
         0: .line 470
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.clear:()V
         1: .line 471
            aload 1 /* methods */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.eclipse.jetty.server.HttpConfiguration java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* method */
        start local 2 // java.lang.String method
         3: .line 473
            aload 0 /* this */
            aload 2 /* method */
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.addFormEncodedMethod:(Ljava/lang/String;)V
        end local 2 // java.lang.String method
         4: .line 471
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 475
            return
        end local 1 // java.lang.String[] methods
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    7     1  methods  [Ljava/lang/String;
            3    4     2   method  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      methods  

  public java.util.Set<java.lang.String> getFormEncodedMethods();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 484
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.keySet:()Ljava/util/Set;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public void addFormEncodedMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // java.lang.String method
         0: .line 496
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
            aload 1 /* method */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.put:(Ljava/lang/String;Ljava/lang/Object;)Z
            pop
         1: .line 497
            return
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  method  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  

  public boolean isFormEncodedMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // java.lang.String method
         0: .line 509
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
            aload 1 /* method */
            invokeinterface org.eclipse.jetty.util.Index$Mutable.get:(Ljava/lang/String;)Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.String method
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  method  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  

  public int getMaxErrorDispatches();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 518
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._maxErrorDispatches:I
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The maximum ERROR dispatches for a request for loop prevention (default 10)")

  public void setMaxErrorDispatches(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // int max
         0: .line 526
            aload 0 /* this */
            iload 1 /* max */
            putfield org.eclipse.jetty.server.HttpConfiguration._maxErrorDispatches:I
         1: .line 527
            return
        end local 1 // int max
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1   max  I
    MethodParameters:
      Name  Flags
      max   

  public long getMinRequestDataRate();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 535
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._minRequestDataRate:J
            lreturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The minimum request content data rate in bytes per second")

  public void setMinRequestDataRate(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // long bytesPerSecond
         0: .line 543
            aload 0 /* this */
            lload 1 /* bytesPerSecond */
            putfield org.eclipse.jetty.server.HttpConfiguration._minRequestDataRate:J
         1: .line 544
            return
        end local 1 // long bytesPerSecond
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  bytesPerSecond  J
    MethodParameters:
                Name  Flags
      bytesPerSecond  

  public long getMinResponseDataRate();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 552
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._minResponseDataRate:J
            lreturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "The minimum response content data rate in bytes per second")

  public void setMinResponseDataRate(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // long bytesPerSecond
         0: .line 565
            aload 0 /* this */
            lload 1 /* bytesPerSecond */
            putfield org.eclipse.jetty.server.HttpConfiguration._minResponseDataRate:J
         1: .line 566
            return
        end local 1 // long bytesPerSecond
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  bytesPerSecond  J
    MethodParameters:
                Name  Flags
      bytesPerSecond  

  public org.eclipse.jetty.http.HttpCompliance getHttpCompliance();
    descriptor: ()Lorg/eclipse/jetty/http/HttpCompliance;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 570
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;

  public void setHttpCompliance(org.eclipse.jetty.http.HttpCompliance);
    descriptor: (Lorg/eclipse/jetty/http/HttpCompliance;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // org.eclipse.jetty.http.HttpCompliance httpCompliance
         0: .line 575
            aload 0 /* this */
            aload 1 /* httpCompliance */
            putfield org.eclipse.jetty.server.HttpConfiguration._httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
         1: .line 576
            return
        end local 1 // org.eclipse.jetty.http.HttpCompliance httpCompliance
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  httpCompliance  Lorg/eclipse/jetty/http/HttpCompliance;
    MethodParameters:
                Name  Flags
      httpCompliance  

  public org.eclipse.jetty.http.CookieCompliance getRequestCookieCompliance();
    descriptor: ()Lorg/eclipse/jetty/http/CookieCompliance;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 584
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._requestCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;

  public org.eclipse.jetty.http.CookieCompliance getResponseCookieCompliance();
    descriptor: ()Lorg/eclipse/jetty/http/CookieCompliance;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 593
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._responseCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;

  public void setRequestCookieCompliance(org.eclipse.jetty.http.CookieCompliance);
    descriptor: (Lorg/eclipse/jetty/http/CookieCompliance;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // org.eclipse.jetty.http.CookieCompliance cookieCompliance
         0: .line 601
            aload 0 /* this */
            aload 1 /* cookieCompliance */
            ifnonnull 1
            getstatic org.eclipse.jetty.http.CookieCompliance.RFC6265:Lorg/eclipse/jetty/http/CookieCompliance;
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.HttpConfiguration
         1: aload 1 /* cookieCompliance */
      StackMap locals: org.eclipse.jetty.server.HttpConfiguration org.eclipse.jetty.http.CookieCompliance
      StackMap stack: org.eclipse.jetty.server.HttpConfiguration org.eclipse.jetty.http.CookieCompliance
         2: putfield org.eclipse.jetty.server.HttpConfiguration._requestCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
         3: .line 602
            return
        end local 1 // org.eclipse.jetty.http.CookieCompliance cookieCompliance
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    4     1  cookieCompliance  Lorg/eclipse/jetty/http/CookieCompliance;
    MethodParameters:
                  Name  Flags
      cookieCompliance  

  public void setResponseCookieCompliance(org.eclipse.jetty.http.CookieCompliance);
    descriptor: (Lorg/eclipse/jetty/http/CookieCompliance;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // org.eclipse.jetty.http.CookieCompliance cookieCompliance
         0: .line 609
            aload 0 /* this */
            aload 1 /* cookieCompliance */
            ifnonnull 1
            getstatic org.eclipse.jetty.http.CookieCompliance.RFC6265:Lorg/eclipse/jetty/http/CookieCompliance;
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.HttpConfiguration
         1: aload 1 /* cookieCompliance */
      StackMap locals: org.eclipse.jetty.server.HttpConfiguration org.eclipse.jetty.http.CookieCompliance
      StackMap stack: org.eclipse.jetty.server.HttpConfiguration org.eclipse.jetty.http.CookieCompliance
         2: putfield org.eclipse.jetty.server.HttpConfiguration._responseCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
         3: .line 610
            return
        end local 1 // org.eclipse.jetty.http.CookieCompliance cookieCompliance
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    4     1  cookieCompliance  Lorg/eclipse/jetty/http/CookieCompliance;
    MethodParameters:
                  Name  Flags
      cookieCompliance  

  public void setNotifyRemoteAsyncErrors(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean notifyRemoteAsyncErrors
         0: .line 617
            aload 0 /* this */
            iload 1 /* notifyRemoteAsyncErrors */
            putfield org.eclipse.jetty.server.HttpConfiguration._notifyRemoteAsyncErrors:Z
         1: .line 618
            return
        end local 1 // boolean notifyRemoteAsyncErrors
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  notifyRemoteAsyncErrors  Z
    MethodParameters:
                         Name  Flags
      notifyRemoteAsyncErrors  

  public boolean isNotifyRemoteAsyncErrors();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 626
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._notifyRemoteAsyncErrors:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether remote errors, when detected, are notified to async applications")

  public void setRelativeRedirectAllowed(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // boolean allowed
         0: .line 634
            aload 0 /* this */
            iload 1 /* allowed */
            putfield org.eclipse.jetty.server.HttpConfiguration._relativeRedirectAllowed:Z
         1: .line 635
            return
        end local 1 // boolean allowed
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0    2     1  allowed  Z
    MethodParameters:
         Name  Flags
      allowed  

  public boolean isRelativeRedirectAllowed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 643
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._relativeRedirectAllowed:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether relative redirection locations are allowed")

  public java.lang.String dump();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 649
            aload 0 /* this */
            invokestatic org.eclipse.jetty.util.component.Dumpable.dump:(Lorg/eclipse/jetty/util/component/Dumpable;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;

  public void dump(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
        start local 1 // java.lang.Appendable out
        start local 2 // java.lang.String indent
         0: .line 655
            aload 1 /* out */
            aload 2 /* indent */
            aload 0 /* this */
            bipush 22
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 656
            new org.eclipse.jetty.util.component.DumpableCollection
            dup
            ldc "customizers"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
            invokespecial org.eclipse.jetty.util.component.DumpableCollection.<init>:(Ljava/lang/String;Ljava/util/Collection;)V
            aastore
            dup
            iconst_1
         2: .line 657
            new org.eclipse.jetty.util.component.DumpableCollection
            dup
            ldc "formEncodedMethods"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._formEncodedMethods:Lorg/eclipse/jetty/util/Index$Mutable;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.keySet:()Ljava/util/Set;
            invokespecial org.eclipse.jetty.util.component.DumpableCollection.<init>:(Ljava/lang/String;Ljava/util/Collection;)V
            aastore
            dup
            iconst_2
         3: .line 658
            new java.lang.StringBuilder
            dup
            ldc "outputBufferSize="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_3
         4: .line 659
            new java.lang.StringBuilder
            dup
            ldc "outputAggregationSize="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputAggregationSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_4
         5: .line 660
            new java.lang.StringBuilder
            dup
            ldc "requestHeaderSize="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._requestHeaderSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_5
         6: .line 661
            new java.lang.StringBuilder
            dup
            ldc "responseHeaderSize="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._responseHeaderSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 6
         7: .line 662
            new java.lang.StringBuilder
            dup
            ldc "headerCacheSize="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._headerCacheSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 7
         8: .line 663
            new java.lang.StringBuilder
            dup
            ldc "secureScheme="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._secureScheme:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 8
         9: .line 664
            new java.lang.StringBuilder
            dup
            ldc "securePort="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._securePort:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 9
        10: .line 665
            new java.lang.StringBuilder
            dup
            ldc "idleTimeout="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._idleTimeout:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 10
        11: .line 666
            new java.lang.StringBuilder
            dup
            ldc "sendDateHeader="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._sendDateHeader:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 11
        12: .line 667
            new java.lang.StringBuilder
            dup
            ldc "sendServerVersion="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._sendServerVersion:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 12
        13: .line 668
            new java.lang.StringBuilder
            dup
            ldc "sendXPoweredBy="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._sendXPoweredBy:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 13
        14: .line 669
            new java.lang.StringBuilder
            dup
            ldc "delayDispatchUntilContent="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._delayDispatchUntilContent:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 14
        15: .line 670
            new java.lang.StringBuilder
            dup
            ldc "persistentConnectionsEnabled="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._persistentConnectionsEnabled:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 15
        16: .line 671
            new java.lang.StringBuilder
            dup
            ldc "maxErrorDispatches="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._maxErrorDispatches:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 16
        17: .line 672
            new java.lang.StringBuilder
            dup
            ldc "minRequestDataRate="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._minRequestDataRate:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 17
        18: .line 673
            new java.lang.StringBuilder
            dup
            ldc "minResponseDataRate="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._minResponseDataRate:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 18
        19: .line 674
            new java.lang.StringBuilder
            dup
            ldc "requestCookieCompliance="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._requestCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 19
        20: .line 675
            new java.lang.StringBuilder
            dup
            ldc "responseCookieCompliance="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._responseCookieCompliance:Lorg/eclipse/jetty/http/CookieCompliance;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 20
        21: .line 676
            new java.lang.StringBuilder
            dup
            ldc "notifyRemoteAsyncErrors="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._notifyRemoteAsyncErrors:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            bipush 21
        22: .line 677
            new java.lang.StringBuilder
            dup
            ldc "relativeRedirectAllowed="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._relativeRedirectAllowed:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
        23: .line 655
            invokestatic org.eclipse.jetty.util.component.Dumpable.dumpObjects:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/Object;)V
        24: .line 679
            return
        end local 2 // java.lang.String indent
        end local 1 // java.lang.Appendable out
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lorg/eclipse/jetty/server/HttpConfiguration;
            0   25     1     out  Ljava/lang/Appendable;
            0   25     2  indent  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      indent  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration this
         0: .line 684
            ldc "%s@%x{%d/%d,%d/%d,%s://:%d,%s}"
            bipush 9
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 685
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 686
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
         3: .line 687
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputBufferSize:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
         4: .line 688
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._outputAggregationSize:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
         5: .line 689
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._requestHeaderSize:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_5
         6: .line 690
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._responseHeaderSize:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
         7: .line 691
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._secureScheme:Ljava/lang/String;
            aastore
            dup
            bipush 7
         8: .line 692
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._securePort:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 8
         9: .line 693
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpConfiguration._customizers:Ljava/util/List;
            aastore
        10: .line 684
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jetty/server/HttpConfiguration;
}
SourceFile: "HttpConfiguration.java"
NestMembers:
  org.eclipse.jetty.server.HttpConfiguration$ConnectionFactory  org.eclipse.jetty.server.HttpConfiguration$Customizer
InnerClasses:
  public abstract ConnectionFactory = org.eclipse.jetty.server.HttpConfiguration$ConnectionFactory of org.eclipse.jetty.server.HttpConfiguration
  public abstract Customizer = org.eclipse.jetty.server.HttpConfiguration$Customizer of org.eclipse.jetty.server.HttpConfiguration
  public Builder = org.eclipse.jetty.util.Index$Builder of org.eclipse.jetty.util.Index
  public abstract Mutable = org.eclipse.jetty.util.Index$Mutable of org.eclipse.jetty.util.Index
  public Builder = org.eclipse.jetty.util.Index$Mutable$Builder of org.eclipse.jetty.util.Index$Mutable
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedObject(value = "HTTP Configuration")