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

  public static final java.lang.String TLS_VERSION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "TLS_VERSION"

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

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

  private static final byte[] MAGIC;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 51
            ldc Lorg/eclipse/jetty/server/ProxyConnectionFactory;
            invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
            putstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/eclipse/jetty/util/log/Logger;
         1: .line 330
            bipush 12
            newarray 8
            dup
            iconst_0
            bipush 13
            bastore
            dup
            iconst_1
            bipush 10
            bastore
            dup
            iconst_2
            bipush 13
            bastore
            dup
            iconst_3
            bipush 10
            bastore
            dup
            iconst_5
            bipush 13
            bastore
            dup
            bipush 6
            bipush 10
            bastore
            dup
            bipush 7
            bipush 81
            bastore
            dup
            bipush 8
            bipush 85
            bastore
            dup
            bipush 9
            bipush 73
            bastore
            dup
            bipush 10
            bipush 84
            bastore
            dup
            bipush 11
            bipush 10
            bastore
            putstatic org.eclipse.jetty.server.ProxyConnectionFactory.MAGIC:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory this
         0: .line 63
            aload 0 /* this */
            ldc "proxy"
            invokespecial org.eclipse.jetty.server.AbstractConnectionFactory.<init>:(Ljava/lang/String;)V
         1: .line 55
            aload 0 /* this */
            sipush 1024
            putfield org.eclipse.jetty.server.ProxyConnectionFactory._maxProxyHeader:I
         2: .line 64
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.ProxyConnectionFactory._next:Ljava/lang/String;
         3: .line 65
            return
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory;

  public void <init>(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.ProxyConnectionFactory this
        start local 1 // java.lang.String nextProtocol
         0: .line 69
            aload 0 /* this */
            ldc "proxy"
            invokespecial org.eclipse.jetty.server.AbstractConnectionFactory.<init>:(Ljava/lang/String;)V
         1: .line 55
            aload 0 /* this */
            sipush 1024
            putfield org.eclipse.jetty.server.ProxyConnectionFactory._maxProxyHeader:I
         2: .line 70
            aload 0 /* this */
            aload 1 /* nextProtocol */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory._next:Ljava/lang/String;
         3: .line 71
            return
        end local 1 // java.lang.String nextProtocol
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/eclipse/jetty/server/ProxyConnectionFactory;
            0    4     1  nextProtocol  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      nextProtocol  

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

  public void setMaxProxyHeader(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory this
        start local 1 // int maxProxyHeader
         0: .line 80
            aload 0 /* this */
            iload 1 /* maxProxyHeader */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory._maxProxyHeader:I
         1: .line 81
            return
        end local 1 // int maxProxyHeader
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/server/ProxyConnectionFactory;
            0    2     1  maxProxyHeader  I
    MethodParameters:
                Name  Flags
      maxProxyHeader  

  public org.eclipse.jetty.io.Connection newConnection(org.eclipse.jetty.server.Connector, org.eclipse.jetty.io.EndPoint);
    descriptor: (Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory this
        start local 1 // org.eclipse.jetty.server.Connector connector
        start local 2 // org.eclipse.jetty.io.EndPoint endp
         0: .line 86
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory._next:Ljava/lang/String;
            astore 3 /* next */
        start local 3 // java.lang.String next
         1: .line 87
            aload 3 /* next */
            ifnonnull 9
         2: .line 89
            aload 1 /* connector */
            invokeinterface org.eclipse.jetty.server.Connector.getProtocols:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* i */
        start local 4 // java.util.Iterator i
         3: goto 8
         4: .line 91
      StackMap locals: java.lang.String java.util.Iterator
      StackMap stack:
            aload 4 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* p */
        start local 5 // java.lang.String p
         5: .line 92
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory.getProtocol:()Ljava/lang/String;
            aload 5 /* p */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 8
         6: .line 94
            aload 4 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* next */
         7: .line 95
            goto 9
        end local 5 // java.lang.String p
         8: .line 89
      StackMap locals:
      StackMap stack:
            aload 4 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 4 // java.util.Iterator i
         9: .line 100
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection
            dup
            aload 0 /* this */
            aload 2 /* endp */
            aload 1 /* connector */
            aload 3 /* next */
            invokespecial org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.<init>:(Lorg/eclipse/jetty/server/ProxyConnectionFactory;Lorg/eclipse/jetty/io/EndPoint;Lorg/eclipse/jetty/server/Connector;Ljava/lang/String;)V
            areturn
        end local 3 // java.lang.String next
        end local 2 // org.eclipse.jetty.io.EndPoint endp
        end local 1 // org.eclipse.jetty.server.Connector connector
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/jetty/server/ProxyConnectionFactory;
            0   10     1  connector  Lorg/eclipse/jetty/server/Connector;
            0   10     2       endp  Lorg/eclipse/jetty/io/EndPoint;
            1   10     3       next  Ljava/lang/String;
            3    9     4          i  Ljava/util/Iterator<Ljava/lang/String;>;
            5    8     5          p  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      connector  
      endp       
}
SourceFile: "ProxyConnectionFactory.java"
NestMembers:
  org.eclipse.jetty.server.ProxyConnectionFactory$Family  org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint  org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1Connection  org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection  org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV2Connection  org.eclipse.jetty.server.ProxyConnectionFactory$Transport
InnerClasses:
  private final Family = org.eclipse.jetty.server.ProxyConnectionFactory$Family of org.eclipse.jetty.server.ProxyConnectionFactory
  public ProxyEndPoint = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint of org.eclipse.jetty.server.ProxyConnectionFactory
  public ProxyProtocolV1Connection = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1Connection of org.eclipse.jetty.server.ProxyConnectionFactory
  public ProxyProtocolV1orV2Connection = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection of org.eclipse.jetty.server.ProxyConnectionFactory
  public ProxyProtocolV2Connection = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV2Connection of org.eclipse.jetty.server.ProxyConnectionFactory
  private final Transport = org.eclipse.jetty.server.ProxyConnectionFactory$Transport of org.eclipse.jetty.server.ProxyConnectionFactory