public class io.dropwizard.jetty.HttpConnectorFactory implements io.dropwizard.jetty.ConnectorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jetty.HttpConnectorFactory
  super_class: java.lang.Object
{
  private int port;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      io.dropwizard.validation.PortRange()
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.PortRange()

  private java.lang.String bindHost;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()

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

  private io.dropwizard.util.Size headerCacheSize;
    descriptor: Lio/dropwizard/util/Size;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.NotNull()
      io.dropwizard.validation.MinSize(value = 128)
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.MinSize(value = 128)

  private io.dropwizard.util.Size outputBufferSize;
    descriptor: Lio/dropwizard/util/Size;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.NotNull()
      io.dropwizard.validation.MinSize(value = 8, unit = io.dropwizard.util.SizeUnit.KILOBYTES:Lio/dropwizard/util/SizeUnit;)
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.MinSize(value = 8, unit = io.dropwizard.util.SizeUnit.KILOBYTES:Lio/dropwizard/util/SizeUnit;)

  private io.dropwizard.util.Size maxRequestHeaderSize;
    descriptor: Lio/dropwizard/util/Size;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.NotNull()
      io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.KILOBYTES:Lio/dropwizard/util/SizeUnit;)
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.KILOBYTES:Lio/dropwizard/util/SizeUnit;)

  private io.dropwizard.util.Size maxResponseHeaderSize;
    descriptor: Lio/dropwizard/util/Size;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.NotNull()
      io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.KILOBYTES:Lio/dropwizard/util/SizeUnit;)
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.KILOBYTES:Lio/dropwizard/util/SizeUnit;)

  private io.dropwizard.util.Size inputBufferSize;
    descriptor: Lio/dropwizard/util/Size;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.NotNull()
      io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.KILOBYTES:Lio/dropwizard/util/SizeUnit;)
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.KILOBYTES:Lio/dropwizard/util/SizeUnit;)

  private io.dropwizard.util.Duration idleTimeout;
    descriptor: Lio/dropwizard/util/Duration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.NotNull()
      io.dropwizard.validation.MinDuration(value = 1, unit = java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;)
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.MinDuration(value = 1, unit = java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;)

  private io.dropwizard.util.Duration blockingTimeout;
    descriptor: Lio/dropwizard/util/Duration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()

  private io.dropwizard.util.Size minBufferPoolSize;
    descriptor: Lio/dropwizard/util/Size;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.NotNull()
      io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.BYTES:Lio/dropwizard/util/SizeUnit;)
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.BYTES:Lio/dropwizard/util/SizeUnit;)

  private io.dropwizard.util.Size bufferPoolIncrement;
    descriptor: Lio/dropwizard/util/Size;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.NotNull()
      io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.BYTES:Lio/dropwizard/util/SizeUnit;)
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.BYTES:Lio/dropwizard/util/SizeUnit;)

  private io.dropwizard.util.Size maxBufferPoolSize;
    descriptor: Lio/dropwizard/util/Size;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.NotNull()
      io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.BYTES:Lio/dropwizard/util/SizeUnit;)
    RuntimeVisibleTypeAnnotations: 
      FIELD
        io.dropwizard.validation.MinSize(value = 1, unit = io.dropwizard.util.SizeUnit.BYTES:Lio/dropwizard/util/SizeUnit;)

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

  private java.util.Optional<java.lang.Integer> acceptorThreads;
    descriptor: Ljava/util/Optional;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Optional<Ljava/lang/Integer;>;
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.Min(value = 1)
      org.hibernate.validator.valuehandling.UnwrapValidatedValue()

  private java.util.Optional<java.lang.Integer> selectorThreads;
    descriptor: Ljava/util/Optional;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Optional<Ljava/lang/Integer;>;
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.Min(value = 1)
      org.hibernate.validator.valuehandling.UnwrapValidatedValue()

  private java.lang.Integer acceptQueueSize;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.constraints.Min(value = 0)
      javax.annotation.Nullable()

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

  private io.dropwizard.util.Duration soLingerTime;
    descriptor: Lio/dropwizard/util/Duration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 208
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 222
            aload 0 /* this */
            sipush 8080
            putfield io.dropwizard.jetty.HttpConnectorFactory.port:I
         2: .line 227
            aload 0 /* this */
            iconst_0
            putfield io.dropwizard.jetty.HttpConnectorFactory.inheritChannel:Z
         3: .line 231
            aload 0 /* this */
            ldc 512
            invokestatic io.dropwizard.util.Size.bytes:(J)Lio/dropwizard/util/Size;
            putfield io.dropwizard.jetty.HttpConnectorFactory.headerCacheSize:Lio/dropwizard/util/Size;
         4: .line 235
            aload 0 /* this */
            ldc 32
            invokestatic io.dropwizard.util.Size.kilobytes:(J)Lio/dropwizard/util/Size;
            putfield io.dropwizard.jetty.HttpConnectorFactory.outputBufferSize:Lio/dropwizard/util/Size;
         5: .line 239
            aload 0 /* this */
            ldc 8
            invokestatic io.dropwizard.util.Size.kilobytes:(J)Lio/dropwizard/util/Size;
            putfield io.dropwizard.jetty.HttpConnectorFactory.maxRequestHeaderSize:Lio/dropwizard/util/Size;
         6: .line 243
            aload 0 /* this */
            ldc 8
            invokestatic io.dropwizard.util.Size.kilobytes:(J)Lio/dropwizard/util/Size;
            putfield io.dropwizard.jetty.HttpConnectorFactory.maxResponseHeaderSize:Lio/dropwizard/util/Size;
         7: .line 247
            aload 0 /* this */
            ldc 8
            invokestatic io.dropwizard.util.Size.kilobytes:(J)Lio/dropwizard/util/Size;
            putfield io.dropwizard.jetty.HttpConnectorFactory.inputBufferSize:Lio/dropwizard/util/Size;
         8: .line 251
            aload 0 /* this */
            ldc 30
            invokestatic io.dropwizard.util.Duration.seconds:(J)Lio/dropwizard/util/Duration;
            putfield io.dropwizard.jetty.HttpConnectorFactory.idleTimeout:Lio/dropwizard/util/Duration;
         9: .line 258
            aload 0 /* this */
            ldc 64
            invokestatic io.dropwizard.util.Size.bytes:(J)Lio/dropwizard/util/Size;
            putfield io.dropwizard.jetty.HttpConnectorFactory.minBufferPoolSize:Lio/dropwizard/util/Size;
        10: .line 262
            aload 0 /* this */
            ldc 1024
            invokestatic io.dropwizard.util.Size.bytes:(J)Lio/dropwizard/util/Size;
            putfield io.dropwizard.jetty.HttpConnectorFactory.bufferPoolIncrement:Lio/dropwizard/util/Size;
        11: .line 266
            aload 0 /* this */
            ldc 64
            invokestatic io.dropwizard.util.Size.kilobytes:(J)Lio/dropwizard/util/Size;
            putfield io.dropwizard.jetty.HttpConnectorFactory.maxBufferPoolSize:Lio/dropwizard/util/Size;
        12: .line 268
            aload 0 /* this */
            lconst_0
            putfield io.dropwizard.jetty.HttpConnectorFactory.minRequestDataRate:J
        13: .line 272
            aload 0 /* this */
            invokestatic java.util.Optional.empty:()Ljava/util/Optional;
            putfield io.dropwizard.jetty.HttpConnectorFactory.acceptorThreads:Ljava/util/Optional;
        14: .line 276
            aload 0 /* this */
            invokestatic java.util.Optional.empty:()Ljava/util/Optional;
            putfield io.dropwizard.jetty.HttpConnectorFactory.selectorThreads:Ljava/util/Optional;
        15: .line 282
            aload 0 /* this */
            iconst_1
            putfield io.dropwizard.jetty.HttpConnectorFactory.reuseAddress:Z
        16: .line 286
            aload 0 /* this */
            iconst_0
            putfield io.dropwizard.jetty.HttpConnectorFactory.useServerHeader:Z
        17: .line 287
            aload 0 /* this */
            iconst_1
            putfield io.dropwizard.jetty.HttpConnectorFactory.useDateHeader:Z
        18: .line 288
            aload 0 /* this */
            iconst_1
            putfield io.dropwizard.jetty.HttpConnectorFactory.useForwardedHeaders:Z
        19: .line 289
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance.RFC7230:Lorg/eclipse/jetty/http/HttpCompliance;
            putfield io.dropwizard.jetty.HttpConnectorFactory.httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
        20: .line 208
            return
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;

  public static io.dropwizard.jetty.ConnectorFactory application();
    descriptor: ()Lio/dropwizard/jetty/ConnectorFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 210
            new io.dropwizard.jetty.HttpConnectorFactory
            dup
            invokespecial io.dropwizard.jetty.HttpConnectorFactory.<init>:()V
            astore 0 /* factory */
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory factory
         1: .line 211
            aload 0 /* factory */
            sipush 8080
            putfield io.dropwizard.jetty.HttpConnectorFactory.port:I
         2: .line 212
            aload 0 /* factory */
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory factory
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            1    3     0  factory  Lio/dropwizard/jetty/HttpConnectorFactory;

  public static io.dropwizard.jetty.ConnectorFactory admin();
    descriptor: ()Lio/dropwizard/jetty/ConnectorFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 216
            new io.dropwizard.jetty.HttpConnectorFactory
            dup
            invokespecial io.dropwizard.jetty.HttpConnectorFactory.<init>:()V
            astore 0 /* factory */
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory factory
         1: .line 217
            aload 0 /* factory */
            sipush 8081
            putfield io.dropwizard.jetty.HttpConnectorFactory.port:I
         2: .line 218
            aload 0 /* factory */
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory factory
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            1    3     0  factory  Lio/dropwizard/jetty/HttpConnectorFactory;

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 293
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.port:I
            ireturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setPort(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // int port
         0: .line 298
            aload 0 /* this */
            iload 1 /* port */
            putfield io.dropwizard.jetty.HttpConnectorFactory.port:I
         1: .line 299
            return
        end local 1 // int port
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  port  I
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
      Name  Flags
      port  

  public java.lang.String getBindHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 304
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.bindHost:Ljava/lang/String;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()

  public void setBindHost(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // java.lang.String bindHost
         0: .line 309
            aload 0 /* this */
            aload 1 /* bindHost */
            putfield io.dropwizard.jetty.HttpConnectorFactory.bindHost:Ljava/lang/String;
         1: .line 310
            return
        end local 1 // java.lang.String bindHost
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  bindHost  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
          Name  Flags
      bindHost  

  public boolean isInheritChannel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 314
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.inheritChannel:Z
            ireturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setInheritChannel(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // boolean inheritChannel
         0: .line 319
            aload 0 /* this */
            iload 1 /* inheritChannel */
            putfield io.dropwizard.jetty.HttpConnectorFactory.inheritChannel:Z
         1: .line 320
            return
        end local 1 // boolean inheritChannel
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  inheritChannel  Z
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                Name  Flags
      inheritChannel  

  public io.dropwizard.util.Size getHeaderCacheSize();
    descriptor: ()Lio/dropwizard/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 324
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.headerCacheSize:Lio/dropwizard/util/Size;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setHeaderCacheSize(io.dropwizard.util.Size);
    descriptor: (Lio/dropwizard/util/Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Size headerCacheSize
         0: .line 329
            aload 0 /* this */
            aload 1 /* headerCacheSize */
            putfield io.dropwizard.jetty.HttpConnectorFactory.headerCacheSize:Lio/dropwizard/util/Size;
         1: .line 330
            return
        end local 1 // io.dropwizard.util.Size headerCacheSize
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  headerCacheSize  Lio/dropwizard/util/Size;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                 Name  Flags
      headerCacheSize  

  public io.dropwizard.util.Size getOutputBufferSize();
    descriptor: ()Lio/dropwizard/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 334
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.outputBufferSize:Lio/dropwizard/util/Size;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setOutputBufferSize(io.dropwizard.util.Size);
    descriptor: (Lio/dropwizard/util/Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Size outputBufferSize
         0: .line 339
            aload 0 /* this */
            aload 1 /* outputBufferSize */
            putfield io.dropwizard.jetty.HttpConnectorFactory.outputBufferSize:Lio/dropwizard/util/Size;
         1: .line 340
            return
        end local 1 // io.dropwizard.util.Size outputBufferSize
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  outputBufferSize  Lio/dropwizard/util/Size;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                  Name  Flags
      outputBufferSize  

  public io.dropwizard.util.Size getMaxRequestHeaderSize();
    descriptor: ()Lio/dropwizard/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 344
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.maxRequestHeaderSize:Lio/dropwizard/util/Size;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setMaxRequestHeaderSize(io.dropwizard.util.Size);
    descriptor: (Lio/dropwizard/util/Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Size maxRequestHeaderSize
         0: .line 349
            aload 0 /* this */
            aload 1 /* maxRequestHeaderSize */
            putfield io.dropwizard.jetty.HttpConnectorFactory.maxRequestHeaderSize:Lio/dropwizard/util/Size;
         1: .line 350
            return
        end local 1 // io.dropwizard.util.Size maxRequestHeaderSize
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  maxRequestHeaderSize  Lio/dropwizard/util/Size;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                      Name  Flags
      maxRequestHeaderSize  

  public io.dropwizard.util.Size getMaxResponseHeaderSize();
    descriptor: ()Lio/dropwizard/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 354
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.maxResponseHeaderSize:Lio/dropwizard/util/Size;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setMaxResponseHeaderSize(io.dropwizard.util.Size);
    descriptor: (Lio/dropwizard/util/Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Size maxResponseHeaderSize
         0: .line 359
            aload 0 /* this */
            aload 1 /* maxResponseHeaderSize */
            putfield io.dropwizard.jetty.HttpConnectorFactory.maxResponseHeaderSize:Lio/dropwizard/util/Size;
         1: .line 360
            return
        end local 1 // io.dropwizard.util.Size maxResponseHeaderSize
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  maxResponseHeaderSize  Lio/dropwizard/util/Size;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                       Name  Flags
      maxResponseHeaderSize  

  public io.dropwizard.util.Size getInputBufferSize();
    descriptor: ()Lio/dropwizard/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 364
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.inputBufferSize:Lio/dropwizard/util/Size;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setInputBufferSize(io.dropwizard.util.Size);
    descriptor: (Lio/dropwizard/util/Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Size inputBufferSize
         0: .line 369
            aload 0 /* this */
            aload 1 /* inputBufferSize */
            putfield io.dropwizard.jetty.HttpConnectorFactory.inputBufferSize:Lio/dropwizard/util/Size;
         1: .line 370
            return
        end local 1 // io.dropwizard.util.Size inputBufferSize
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  inputBufferSize  Lio/dropwizard/util/Size;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                 Name  Flags
      inputBufferSize  

  public io.dropwizard.util.Duration getIdleTimeout();
    descriptor: ()Lio/dropwizard/util/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 374
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.idleTimeout:Lio/dropwizard/util/Duration;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setIdleTimeout(io.dropwizard.util.Duration);
    descriptor: (Lio/dropwizard/util/Duration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Duration idleTimeout
         0: .line 379
            aload 0 /* this */
            aload 1 /* idleTimeout */
            putfield io.dropwizard.jetty.HttpConnectorFactory.idleTimeout:Lio/dropwizard/util/Duration;
         1: .line 380
            return
        end local 1 // io.dropwizard.util.Duration idleTimeout
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  idleTimeout  Lio/dropwizard/util/Duration;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
             Name  Flags
      idleTimeout  

  public io.dropwizard.util.Duration getBlockingTimeout();
    descriptor: ()Lio/dropwizard/util/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 385
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.blockingTimeout:Lio/dropwizard/util/Duration;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()

  public void setBlockingTimeout(io.dropwizard.util.Duration);
    descriptor: (Lio/dropwizard/util/Duration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Duration blockingTimeout
         0: .line 390
            aload 0 /* this */
            aload 1 /* blockingTimeout */
            putfield io.dropwizard.jetty.HttpConnectorFactory.blockingTimeout:Lio/dropwizard/util/Duration;
         1: .line 391
            return
        end local 1 // io.dropwizard.util.Duration blockingTimeout
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  blockingTimeout  Lio/dropwizard/util/Duration;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                 Name  Flags
      blockingTimeout  

  public io.dropwizard.util.Size getMinBufferPoolSize();
    descriptor: ()Lio/dropwizard/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 395
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.minBufferPoolSize:Lio/dropwizard/util/Size;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setMinBufferPoolSize(io.dropwizard.util.Size);
    descriptor: (Lio/dropwizard/util/Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Size minBufferPoolSize
         0: .line 400
            aload 0 /* this */
            aload 1 /* minBufferPoolSize */
            putfield io.dropwizard.jetty.HttpConnectorFactory.minBufferPoolSize:Lio/dropwizard/util/Size;
         1: .line 401
            return
        end local 1 // io.dropwizard.util.Size minBufferPoolSize
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  minBufferPoolSize  Lio/dropwizard/util/Size;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                   Name  Flags
      minBufferPoolSize  

  public io.dropwizard.util.Size getBufferPoolIncrement();
    descriptor: ()Lio/dropwizard/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 405
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.bufferPoolIncrement:Lio/dropwizard/util/Size;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setBufferPoolIncrement(io.dropwizard.util.Size);
    descriptor: (Lio/dropwizard/util/Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Size bufferPoolIncrement
         0: .line 410
            aload 0 /* this */
            aload 1 /* bufferPoolIncrement */
            putfield io.dropwizard.jetty.HttpConnectorFactory.bufferPoolIncrement:Lio/dropwizard/util/Size;
         1: .line 411
            return
        end local 1 // io.dropwizard.util.Size bufferPoolIncrement
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  bufferPoolIncrement  Lio/dropwizard/util/Size;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                     Name  Flags
      bufferPoolIncrement  

  public io.dropwizard.util.Size getMaxBufferPoolSize();
    descriptor: ()Lio/dropwizard/util/Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 415
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.maxBufferPoolSize:Lio/dropwizard/util/Size;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setMaxBufferPoolSize(io.dropwizard.util.Size);
    descriptor: (Lio/dropwizard/util/Size;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Size maxBufferPoolSize
         0: .line 420
            aload 0 /* this */
            aload 1 /* maxBufferPoolSize */
            putfield io.dropwizard.jetty.HttpConnectorFactory.maxBufferPoolSize:Lio/dropwizard/util/Size;
         1: .line 421
            return
        end local 1 // io.dropwizard.util.Size maxBufferPoolSize
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  maxBufferPoolSize  Lio/dropwizard/util/Size;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                   Name  Flags
      maxBufferPoolSize  

  public long getMinRequestDataRate();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 425
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.minRequestDataRate:J
            lreturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setMinRequestDataRate(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // long minRequestDataRate
         0: .line 430
            aload 0 /* this */
            lload 1 /* minRequestDataRate */
            putfield io.dropwizard.jetty.HttpConnectorFactory.minRequestDataRate:J
         1: .line 431
            return
        end local 1 // long minRequestDataRate
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  minRequestDataRate  J
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                    Name  Flags
      minRequestDataRate  

  public java.util.Optional<java.lang.Integer> getAcceptorThreads();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 435
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.acceptorThreads:Ljava/util/Optional;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    Signature: ()Ljava/util/Optional<Ljava/lang/Integer;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setAcceptorThreads(java.util.Optional<java.lang.Integer>);
    descriptor: (Ljava/util/Optional;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // java.util.Optional acceptorThreads
         0: .line 440
            aload 0 /* this */
            aload 1 /* acceptorThreads */
            putfield io.dropwizard.jetty.HttpConnectorFactory.acceptorThreads:Ljava/util/Optional;
         1: .line 441
            return
        end local 1 // java.util.Optional acceptorThreads
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  acceptorThreads  Ljava/util/Optional<Ljava/lang/Integer;>;
    Signature: (Ljava/util/Optional<Ljava/lang/Integer;>;)V
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                 Name  Flags
      acceptorThreads  

  public java.util.Optional<java.lang.Integer> getSelectorThreads();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 445
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.selectorThreads:Ljava/util/Optional;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    Signature: ()Ljava/util/Optional<Ljava/lang/Integer;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setSelectorThreads(java.util.Optional<java.lang.Integer>);
    descriptor: (Ljava/util/Optional;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // java.util.Optional selectorThreads
         0: .line 450
            aload 0 /* this */
            aload 1 /* selectorThreads */
            putfield io.dropwizard.jetty.HttpConnectorFactory.selectorThreads:Ljava/util/Optional;
         1: .line 451
            return
        end local 1 // java.util.Optional selectorThreads
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  selectorThreads  Ljava/util/Optional<Ljava/lang/Integer;>;
    Signature: (Ljava/util/Optional<Ljava/lang/Integer;>;)V
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                 Name  Flags
      selectorThreads  

  public java.lang.Integer getAcceptQueueSize();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 456
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.acceptQueueSize:Ljava/lang/Integer;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()

  public void setAcceptQueueSize(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // java.lang.Integer acceptQueueSize
         0: .line 461
            aload 0 /* this */
            aload 1 /* acceptQueueSize */
            putfield io.dropwizard.jetty.HttpConnectorFactory.acceptQueueSize:Ljava/lang/Integer;
         1: .line 462
            return
        end local 1 // java.lang.Integer acceptQueueSize
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  acceptQueueSize  Ljava/lang/Integer;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                 Name  Flags
      acceptQueueSize  

  public boolean isReuseAddress();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 466
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.reuseAddress:Z
            ireturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setReuseAddress(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // boolean reuseAddress
         0: .line 471
            aload 0 /* this */
            iload 1 /* reuseAddress */
            putfield io.dropwizard.jetty.HttpConnectorFactory.reuseAddress:Z
         1: .line 472
            return
        end local 1 // boolean reuseAddress
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  reuseAddress  Z
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
              Name  Flags
      reuseAddress  

  public io.dropwizard.util.Duration getSoLingerTime();
    descriptor: ()Lio/dropwizard/util/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 477
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.soLingerTime:Lio/dropwizard/util/Duration;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()

  public void setSoLingerTime(io.dropwizard.util.Duration);
    descriptor: (Lio/dropwizard/util/Duration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // io.dropwizard.util.Duration soLingerTime
         0: .line 482
            aload 0 /* this */
            aload 1 /* soLingerTime */
            putfield io.dropwizard.jetty.HttpConnectorFactory.soLingerTime:Lio/dropwizard/util/Duration;
         1: .line 483
            return
        end local 1 // io.dropwizard.util.Duration soLingerTime
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  soLingerTime  Lio/dropwizard/util/Duration;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
              Name  Flags
      soLingerTime  

  public boolean isUseServerHeader();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 487
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.useServerHeader:Z
            ireturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setUseServerHeader(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // boolean useServerHeader
         0: .line 492
            aload 0 /* this */
            iload 1 /* useServerHeader */
            putfield io.dropwizard.jetty.HttpConnectorFactory.useServerHeader:Z
         1: .line 493
            return
        end local 1 // boolean useServerHeader
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  useServerHeader  Z
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                 Name  Flags
      useServerHeader  

  public boolean isUseDateHeader();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 497
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.useDateHeader:Z
            ireturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setUseDateHeader(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // boolean useDateHeader
         0: .line 502
            aload 0 /* this */
            iload 1 /* useDateHeader */
            putfield io.dropwizard.jetty.HttpConnectorFactory.useDateHeader:Z
         1: .line 503
            return
        end local 1 // boolean useDateHeader
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  useDateHeader  Z
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
               Name  Flags
      useDateHeader  

  public boolean isUseForwardedHeaders();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 507
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.useForwardedHeaders:Z
            ireturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  public void setUseForwardedHeaders(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // boolean useForwardedHeaders
         0: .line 512
            aload 0 /* this */
            iload 1 /* useForwardedHeaders */
            putfield io.dropwizard.jetty.HttpConnectorFactory.useForwardedHeaders:Z
         1: .line 513
            return
        end local 1 // boolean useForwardedHeaders
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  useForwardedHeaders  Z
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                     Name  Flags
      useForwardedHeaders  

  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 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 517
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()

  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 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // org.eclipse.jetty.http.HttpCompliance httpCompliance
         0: .line 522
            aload 0 /* this */
            aload 1 /* httpCompliance */
            putfield io.dropwizard.jetty.HttpConnectorFactory.httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
         1: .line 523
            return
        end local 1 // org.eclipse.jetty.http.HttpCompliance httpCompliance
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    2     1  httpCompliance  Lorg/eclipse/jetty/http/HttpCompliance;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty()
    MethodParameters:
                Name  Flags
      httpCompliance  

  public org.eclipse.jetty.server.Connector build(org.eclipse.jetty.server.Server, com.codahale.metrics.MetricRegistry, java.lang.String, org.eclipse.jetty.util.thread.ThreadPool);
    descriptor: (Lorg/eclipse/jetty/server/Server;Lcom/codahale/metrics/MetricRegistry;Ljava/lang/String;Lorg/eclipse/jetty/util/thread/ThreadPool;)Lorg/eclipse/jetty/server/Connector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=9, args_size=5
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // org.eclipse.jetty.server.Server server
        start local 2 // com.codahale.metrics.MetricRegistry metrics
        start local 3 // java.lang.String name
        start local 4 // org.eclipse.jetty.util.thread.ThreadPool threadPool
         0: .line 531
            aload 0 /* this */
            invokevirtual io.dropwizard.jetty.HttpConnectorFactory.buildHttpConfiguration:()Lorg/eclipse/jetty/server/HttpConfiguration;
            astore 5 /* httpConfig */
        start local 5 // org.eclipse.jetty.server.HttpConfiguration httpConfig
         1: .line 533
            aload 0 /* this */
            aload 5 /* httpConfig */
            invokevirtual io.dropwizard.jetty.HttpConnectorFactory.buildHttpConnectionFactory:(Lorg/eclipse/jetty/server/HttpConfiguration;)Lorg/eclipse/jetty/server/HttpConnectionFactory;
            astore 6 /* httpConnectionFactory */
        start local 6 // org.eclipse.jetty.server.HttpConnectionFactory httpConnectionFactory
         2: .line 535
            new org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
            dup
            invokespecial org.eclipse.jetty.util.thread.ScheduledExecutorScheduler.<init>:()V
            astore 7 /* scheduler */
        start local 7 // org.eclipse.jetty.util.thread.Scheduler scheduler
         3: .line 537
            aload 0 /* this */
            invokevirtual io.dropwizard.jetty.HttpConnectorFactory.buildBufferPool:()Lorg/eclipse/jetty/io/ByteBufferPool;
            astore 8 /* bufferPool */
        start local 8 // org.eclipse.jetty.io.ByteBufferPool bufferPool
         4: .line 539
            aload 0 /* this */
            aload 1 /* server */
            aload 7 /* scheduler */
            aload 8 /* bufferPool */
            aload 3 /* name */
            aload 4 /* threadPool */
            iconst_1
            anewarray org.eclipse.jetty.server.ConnectionFactory
            dup
            iconst_0
         5: .line 540
            new io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory
            dup
            aload 6 /* httpConnectionFactory */
         6: .line 541
            aload 2 /* metrics */
            aload 0 /* this */
            invokevirtual io.dropwizard.jetty.HttpConnectorFactory.httpConnections:()Ljava/lang/String;
            invokevirtual com.codahale.metrics.MetricRegistry.timer:(Ljava/lang/String;)Lcom/codahale/metrics/Timer;
         7: .line 540
            invokespecial io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory.<init>:(Lorg/eclipse/jetty/server/ConnectionFactory;Lcom/codahale/metrics/Timer;)V
            aastore
         8: .line 539
            invokevirtual io.dropwizard.jetty.HttpConnectorFactory.buildConnector:(Lorg/eclipse/jetty/server/Server;Lorg/eclipse/jetty/util/thread/Scheduler;Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/lang/String;Lorg/eclipse/jetty/util/thread/ThreadPool;[Lorg/eclipse/jetty/server/ConnectionFactory;)Lorg/eclipse/jetty/server/ServerConnector;
            areturn
        end local 8 // org.eclipse.jetty.io.ByteBufferPool bufferPool
        end local 7 // org.eclipse.jetty.util.thread.Scheduler scheduler
        end local 6 // org.eclipse.jetty.server.HttpConnectionFactory httpConnectionFactory
        end local 5 // org.eclipse.jetty.server.HttpConfiguration httpConfig
        end local 4 // org.eclipse.jetty.util.thread.ThreadPool threadPool
        end local 3 // java.lang.String name
        end local 2 // com.codahale.metrics.MetricRegistry metrics
        end local 1 // org.eclipse.jetty.server.Server server
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    9     1                 server  Lorg/eclipse/jetty/server/Server;
            0    9     2                metrics  Lcom/codahale/metrics/MetricRegistry;
            0    9     3                   name  Ljava/lang/String;
            0    9     4             threadPool  Lorg/eclipse/jetty/util/thread/ThreadPool;
            1    9     5             httpConfig  Lorg/eclipse/jetty/server/HttpConfiguration;
            2    9     6  httpConnectionFactory  Lorg/eclipse/jetty/server/HttpConnectionFactory;
            3    9     7              scheduler  Lorg/eclipse/jetty/util/thread/Scheduler;
            4    9     8             bufferPool  Lorg/eclipse/jetty/io/ByteBufferPool;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        javax.annotation.Nullable()
    MethodParameters:
            Name  Flags
      server      
      metrics     
      name        
      threadPool  

  protected java.lang.String httpConnections();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 548
            ldc Lorg/eclipse/jetty/server/HttpConnectionFactory;
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.bindHost:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.port:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_2
            ldc "connections"
            aastore
            invokestatic com.codahale.metrics.MetricRegistry.name:(Ljava/lang/Class;[Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;

  protected org.eclipse.jetty.server.ServerConnector buildConnector(org.eclipse.jetty.server.Server, org.eclipse.jetty.util.thread.Scheduler, org.eclipse.jetty.io.ByteBufferPool, java.lang.String, org.eclipse.jetty.util.thread.ThreadPool, org.eclipse.jetty.server.ConnectionFactory[]);
    descriptor: (Lorg/eclipse/jetty/server/Server;Lorg/eclipse/jetty/util/thread/Scheduler;Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/lang/String;Lorg/eclipse/jetty/util/thread/ThreadPool;[Lorg/eclipse/jetty/server/ConnectionFactory;)Lorg/eclipse/jetty/server/ServerConnector;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=9, locals=8, args_size=7
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // org.eclipse.jetty.server.Server server
        start local 2 // org.eclipse.jetty.util.thread.Scheduler scheduler
        start local 3 // org.eclipse.jetty.io.ByteBufferPool bufferPool
        start local 4 // java.lang.String name
        start local 5 // org.eclipse.jetty.util.thread.ThreadPool threadPool
        start local 6 // org.eclipse.jetty.server.ConnectionFactory[] factories
         0: .line 557
            new org.eclipse.jetty.server.ServerConnector
            dup
            aload 1 /* server */
         1: .line 558
            aload 5 /* threadPool */
         2: .line 559
            aload 2 /* scheduler */
         3: .line 560
            aload 3 /* bufferPool */
         4: .line 561
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.acceptorThreads:Ljava/util/Optional;
            iconst_m1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         5: .line 562
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.selectorThreads:Ljava/util/Optional;
            iconst_m1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         6: .line 563
            aload 6 /* factories */
         7: .line 557
            invokespecial org.eclipse.jetty.server.ServerConnector.<init>:(Lorg/eclipse/jetty/server/Server;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/util/thread/Scheduler;Lorg/eclipse/jetty/io/ByteBufferPool;II[Lorg/eclipse/jetty/server/ConnectionFactory;)V
            astore 7 /* connector */
        start local 7 // org.eclipse.jetty.server.ServerConnector connector
         8: .line 564
            aload 7 /* connector */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.port:I
            invokevirtual org.eclipse.jetty.server.ServerConnector.setPort:(I)V
         9: .line 565
            aload 7 /* connector */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.bindHost:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.server.ServerConnector.setHost:(Ljava/lang/String;)V
        10: .line 566
            aload 7 /* connector */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.inheritChannel:Z
            invokevirtual org.eclipse.jetty.server.ServerConnector.setInheritChannel:(Z)V
        11: .line 567
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.acceptQueueSize:Ljava/lang/Integer;
            ifnull 14
        12: .line 568
            aload 7 /* connector */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.acceptQueueSize:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.eclipse.jetty.server.ServerConnector.setAcceptQueueSize:(I)V
        13: .line 569
            goto 15
        14: .line 575
      StackMap locals: org.eclipse.jetty.server.ServerConnector
      StackMap stack:
            aload 7 /* connector */
            invokestatic io.dropwizard.jetty.NetUtil.getTcpBacklog:()I
            invokevirtual org.eclipse.jetty.server.ServerConnector.setAcceptQueueSize:(I)V
        15: .line 578
      StackMap locals:
      StackMap stack:
            aload 7 /* connector */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.reuseAddress:Z
            invokevirtual org.eclipse.jetty.server.ServerConnector.setReuseAddress:(Z)V
        16: .line 579
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.soLingerTime:Lio/dropwizard/util/Duration;
            ifnull 18
        17: .line 580
            aload 7 /* connector */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.soLingerTime:Lio/dropwizard/util/Duration;
            invokevirtual io.dropwizard.util.Duration.toMilliseconds:()J
            l2i
            invokevirtual org.eclipse.jetty.server.ServerConnector.setSoLingerTime:(I)V
        18: .line 582
      StackMap locals:
      StackMap stack:
            aload 7 /* connector */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.idleTimeout:Lio/dropwizard/util/Duration;
            invokevirtual io.dropwizard.util.Duration.toMilliseconds:()J
            invokevirtual org.eclipse.jetty.server.ServerConnector.setIdleTimeout:(J)V
        19: .line 583
            aload 7 /* connector */
            aload 4 /* name */
            invokevirtual org.eclipse.jetty.server.ServerConnector.setName:(Ljava/lang/String;)V
        20: .line 585
            aload 7 /* connector */
            areturn
        end local 7 // org.eclipse.jetty.server.ServerConnector connector
        end local 6 // org.eclipse.jetty.server.ConnectionFactory[] factories
        end local 5 // org.eclipse.jetty.util.thread.ThreadPool threadPool
        end local 4 // java.lang.String name
        end local 3 // org.eclipse.jetty.io.ByteBufferPool bufferPool
        end local 2 // org.eclipse.jetty.util.thread.Scheduler scheduler
        end local 1 // org.eclipse.jetty.server.Server server
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0   21     1      server  Lorg/eclipse/jetty/server/Server;
            0   21     2   scheduler  Lorg/eclipse/jetty/util/thread/Scheduler;
            0   21     3  bufferPool  Lorg/eclipse/jetty/io/ByteBufferPool;
            0   21     4        name  Ljava/lang/String;
            0   21     5  threadPool  Lorg/eclipse/jetty/util/thread/ThreadPool;
            0   21     6   factories  [Lorg/eclipse/jetty/server/ConnectionFactory;
            8   21     7   connector  Lorg/eclipse/jetty/server/ServerConnector;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
      4:
        javax.annotation.Nullable()
      5:
    MethodParameters:
            Name  Flags
      server      
      scheduler   
      bufferPool  
      name        
      threadPool  
      factories   

  protected org.eclipse.jetty.server.HttpConnectionFactory buildHttpConnectionFactory(org.eclipse.jetty.server.HttpConfiguration);
    descriptor: (Lorg/eclipse/jetty/server/HttpConfiguration;)Lorg/eclipse/jetty/server/HttpConnectionFactory;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
        start local 1 // org.eclipse.jetty.server.HttpConfiguration httpConfig
         0: .line 589
            new org.eclipse.jetty.server.HttpConnectionFactory
            dup
            aload 1 /* httpConfig */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.httpCompliance:Lorg/eclipse/jetty/http/HttpCompliance;
            invokespecial org.eclipse.jetty.server.HttpConnectionFactory.<init>:(Lorg/eclipse/jetty/server/HttpConfiguration;Lorg/eclipse/jetty/http/HttpCompliance;)V
            astore 2 /* httpConnectionFactory */
        start local 2 // org.eclipse.jetty.server.HttpConnectionFactory httpConnectionFactory
         1: .line 590
            aload 2 /* httpConnectionFactory */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.inputBufferSize:Lio/dropwizard/util/Size;
            invokevirtual io.dropwizard.util.Size.toBytes:()J
            l2i
            invokevirtual org.eclipse.jetty.server.HttpConnectionFactory.setInputBufferSize:(I)V
         2: .line 591
            aload 2 /* httpConnectionFactory */
            areturn
        end local 2 // org.eclipse.jetty.server.HttpConnectionFactory httpConnectionFactory
        end local 1 // org.eclipse.jetty.server.HttpConfiguration httpConfig
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lio/dropwizard/jetty/HttpConnectorFactory;
            0    3     1             httpConfig  Lorg/eclipse/jetty/server/HttpConfiguration;
            1    3     2  httpConnectionFactory  Lorg/eclipse/jetty/server/HttpConnectionFactory;
    MethodParameters:
            Name  Flags
      httpConfig  

  protected org.eclipse.jetty.server.HttpConfiguration buildHttpConfiguration();
    descriptor: ()Lorg/eclipse/jetty/server/HttpConfiguration;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 595
            new org.eclipse.jetty.server.HttpConfiguration
            dup
            invokespecial org.eclipse.jetty.server.HttpConfiguration.<init>:()V
            astore 1 /* httpConfig */
        start local 1 // org.eclipse.jetty.server.HttpConfiguration httpConfig
         1: .line 596
            aload 1 /* httpConfig */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.headerCacheSize:Lio/dropwizard/util/Size;
            invokevirtual io.dropwizard.util.Size.toBytes:()J
            l2i
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.setHeaderCacheSize:(I)V
         2: .line 597
            aload 1 /* httpConfig */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.outputBufferSize:Lio/dropwizard/util/Size;
            invokevirtual io.dropwizard.util.Size.toBytes:()J
            l2i
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.setOutputBufferSize:(I)V
         3: .line 598
            aload 1 /* httpConfig */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.maxRequestHeaderSize:Lio/dropwizard/util/Size;
            invokevirtual io.dropwizard.util.Size.toBytes:()J
            l2i
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.setRequestHeaderSize:(I)V
         4: .line 599
            aload 1 /* httpConfig */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.maxResponseHeaderSize:Lio/dropwizard/util/Size;
            invokevirtual io.dropwizard.util.Size.toBytes:()J
            l2i
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.setResponseHeaderSize:(I)V
         5: .line 600
            aload 1 /* httpConfig */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.useDateHeader:Z
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.setSendDateHeader:(Z)V
         6: .line 601
            aload 1 /* httpConfig */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.useServerHeader:Z
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.setSendServerVersion:(Z)V
         7: .line 602
            aload 1 /* httpConfig */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.minRequestDataRate:J
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.setMinRequestDataRate:(J)V
         8: .line 604
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.useForwardedHeaders:Z
            ifeq 10
         9: .line 605
            aload 1 /* httpConfig */
            new org.eclipse.jetty.server.ForwardedRequestCustomizer
            dup
            invokespecial org.eclipse.jetty.server.ForwardedRequestCustomizer.<init>:()V
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.addCustomizer:(Lorg/eclipse/jetty/server/HttpConfiguration$Customizer;)V
        10: .line 607
      StackMap locals: org.eclipse.jetty.server.HttpConfiguration
      StackMap stack:
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.blockingTimeout:Lio/dropwizard/util/Duration;
            ifnull 12
        11: .line 608
            aload 1 /* httpConfig */
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.blockingTimeout:Lio/dropwizard/util/Duration;
            invokevirtual io.dropwizard.util.Duration.toMilliseconds:()J
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.setBlockingTimeout:(J)V
        12: .line 610
      StackMap locals:
      StackMap stack:
            aload 1 /* httpConfig */
            areturn
        end local 1 // org.eclipse.jetty.server.HttpConfiguration httpConfig
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lio/dropwizard/jetty/HttpConnectorFactory;
            1   13     1  httpConfig  Lorg/eclipse/jetty/server/HttpConfiguration;

  protected org.eclipse.jetty.io.ByteBufferPool buildBufferPool();
    descriptor: ()Lorg/eclipse/jetty/io/ByteBufferPool;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.HttpConnectorFactory this
         0: .line 614
            new org.eclipse.jetty.io.ArrayByteBufferPool
            dup
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.minBufferPoolSize:Lio/dropwizard/util/Size;
            invokevirtual io.dropwizard.util.Size.toBytes:()J
            l2i
         1: .line 615
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.bufferPoolIncrement:Lio/dropwizard/util/Size;
            invokevirtual io.dropwizard.util.Size.toBytes:()J
            l2i
         2: .line 616
            aload 0 /* this */
            getfield io.dropwizard.jetty.HttpConnectorFactory.maxBufferPoolSize:Lio/dropwizard/util/Size;
            invokevirtual io.dropwizard.util.Size.toBytes:()J
            l2i
         3: .line 614
            invokespecial org.eclipse.jetty.io.ArrayByteBufferPool.<init>:(III)V
            areturn
        end local 0 // io.dropwizard.jetty.HttpConnectorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/dropwizard/jetty/HttpConnectorFactory;
}
SourceFile: "HttpConnectorFactory.java"
InnerClasses:
  public abstract Customizer = org.eclipse.jetty.server.HttpConfiguration$Customizer of org.eclipse.jetty.server.HttpConfiguration
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonTypeName(value = "http")