public class org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection extends org.eclipse.jetty.io.AbstractConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection
  super_class: org.eclipse.jetty.io.AbstractConnection
{
  private final org.eclipse.jetty.server.Connector _connector;
    descriptor: Lorg/eclipse/jetty/server/Connector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private java.nio.ByteBuffer _buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.jetty.server.ProxyConnectionFactory this$0;
    descriptor: Lorg/eclipse/jetty/server/ProxyConnectionFactory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(org.eclipse.jetty.server.ProxyConnectionFactory, org.eclipse.jetty.io.EndPoint, org.eclipse.jetty.server.Connector, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/server/ProxyConnectionFactory;Lorg/eclipse/jetty/io/EndPoint;Lorg/eclipse/jetty/server/Connector;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection this
        start local 2 // org.eclipse.jetty.io.EndPoint endp
        start local 3 // org.eclipse.jetty.server.Connector connector
        start local 4 // java.lang.String next
         0: .line 110
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.this$0:Lorg/eclipse/jetty/server/ProxyConnectionFactory;
         1: .line 111
            aload 0 /* this */
            aload 2 /* endp */
            aload 3 /* connector */
            invokeinterface org.eclipse.jetty.server.Connector.getExecutor:()Ljava/util/concurrent/Executor;
            invokespecial org.eclipse.jetty.io.AbstractConnection.<init>:(Lorg/eclipse/jetty/io/EndPoint;Ljava/util/concurrent/Executor;)V
         2: .line 107
            aload 0 /* this */
            bipush 16
            invokestatic org.eclipse.jetty.util.BufferUtil.allocate:(I)Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._buffer:Ljava/nio/ByteBuffer;
         3: .line 112
            aload 0 /* this */
            aload 3 /* connector */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._connector:Lorg/eclipse/jetty/server/Connector;
         4: .line 113
            aload 0 /* this */
            aload 4 /* next */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._next:Ljava/lang/String;
         5: .line 114
            return
        end local 4 // java.lang.String next
        end local 3 // org.eclipse.jetty.server.Connector connector
        end local 2 // org.eclipse.jetty.io.EndPoint endp
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyProtocolV1orV2Connection;
            0    6     2       endp  Lorg/eclipse/jetty/io/EndPoint;
            0    6     3  connector  Lorg/eclipse/jetty/server/Connector;
            0    6     4       next  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      this$0     final
      endp       
      connector  
      next       

  public void onOpen();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection this
         0: .line 119
            aload 0 /* this */
            invokespecial org.eclipse.jetty.io.AbstractConnection.onOpen:()V
         1: .line 120
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.fillInterested:()V
         2: .line 121
            return
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyProtocolV1orV2Connection;

  public void onFillable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection this
         0: .line 128
            goto 8
         1: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._buffer:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.EndPoint.fill:(Ljava/nio/ByteBuffer;)I
            istore 1 /* fill */
        start local 1 // int fill
         2: .line 132
            iload 1 /* fill */
            ifge 5
         3: .line 134
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.shutdownOutput:()V
         4: .line 135
            return
         5: .line 137
      StackMap locals: int
      StackMap stack:
            iload 1 /* fill */
            ifne 8
         6: .line 139
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.fillInterested:()V
         7: .line 140
            return
        end local 1 // int fill
         8: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._buffer:Ljava/nio/ByteBuffer;
            invokestatic org.eclipse.jetty.util.BufferUtil.space:(Ljava/nio/ByteBuffer;)I
            ifgt 1
         9: .line 145
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._buffer:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.get:(I)B
            lookupswitch { // 2
                   13: 13
                   80: 10
              default: 16
          }
        10: .line 149
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1Connection
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._connector:Lorg/eclipse/jetty/server/Connector;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._next:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._buffer:Ljava/nio/ByteBuffer;
            invokespecial org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1Connection.<init>:(Lorg/eclipse/jetty/io/EndPoint;Lorg/eclipse/jetty/server/Connector;Ljava/lang/String;Ljava/nio/ByteBuffer;)V
            astore 1 /* v1 */
        start local 1 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1Connection v1
        11: .line 150
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* v1 */
            invokeinterface org.eclipse.jetty.io.EndPoint.upgrade:(Lorg/eclipse/jetty/io/Connection;)V
        12: .line 151
            return
        end local 1 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1Connection v1
        13: .line 155
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV2Connection
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.this$0:Lorg/eclipse/jetty/server/ProxyConnectionFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._connector:Lorg/eclipse/jetty/server/Connector;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._next:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection._buffer:Ljava/nio/ByteBuffer;
            invokespecial org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV2Connection.<init>:(Lorg/eclipse/jetty/server/ProxyConnectionFactory;Lorg/eclipse/jetty/io/EndPoint;Lorg/eclipse/jetty/server/Connector;Ljava/lang/String;Ljava/nio/ByteBuffer;)V
            astore 1 /* v2 */
        start local 1 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV2Connection v2
        14: .line 156
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* v2 */
            invokeinterface org.eclipse.jetty.io.EndPoint.upgrade:(Lorg/eclipse/jetty/io/Connection;)V
        15: .line 157
            return
        end local 1 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV2Connection v2
        16: .line 160
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "Not PROXY protocol for {}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 161
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.close:()V
        18: .line 163
            goto 22
        19: .line 164
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* x */
        start local 1 // java.lang.Throwable x
        20: .line 166
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/eclipse/jetty/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "PROXY error for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* x */
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
        21: .line 167
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.close:()V
        end local 1 // java.lang.Throwable x
        22: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyProtocolV1orV2Connection;
            2    8     1  fill  I
           11   13     1    v1  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyProtocolV1Connection;
           14   16     1    v2  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyProtocolV2Connection;
           20   22     1     x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     4      19  Class java.lang.Throwable
           5     7      19  Class java.lang.Throwable
           8    12      19  Class java.lang.Throwable
          13    15      19  Class java.lang.Throwable
          16    18      19  Class java.lang.Throwable
}
SourceFile: "ProxyConnectionFactory.java"
NestHost: org.eclipse.jetty.server.ProxyConnectionFactory
InnerClasses:
  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