class org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection extends org.eclipse.jetty.io.AbstractConnection implements org.eclipse.jetty.io.Connection$UpgradeFrom, org.eclipse.jetty.io.Connection$UpgradeTo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection
  super_class: org.eclipse.jetty.io.AbstractConnection
{
  private static final int CR_INDEX;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final int LF_INDEX;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

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

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

  private final java.nio.ByteBuffer _buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  private void <init>(org.eclipse.jetty.io.EndPoint, org.eclipse.jetty.server.Connector, org.eclipse.jetty.server.ConnectionFactory);
    descriptor: (Lorg/eclipse/jetty/io/EndPoint;Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/server/ConnectionFactory;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
        start local 1 // org.eclipse.jetty.io.EndPoint endp
        start local 2 // org.eclipse.jetty.server.Connector connector
        start local 3 // org.eclipse.jetty.server.ConnectionFactory next
         0: .line 161
            aload 0 /* this */
            aload 1 /* endp */
            aload 2 /* 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
         1: .line 154
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._builder:Ljava/lang/StringBuilder;
         2: .line 155
            aload 0 /* this */
            bipush 6
            anewarray java.lang.String
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._fields:[Ljava/lang/String;
         3: .line 162
            aload 0 /* this */
            aload 2 /* connector */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._connector:Lorg/eclipse/jetty/server/Connector;
         4: .line 163
            aload 0 /* this */
            aload 3 /* next */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._next:Lorg/eclipse/jetty/server/ConnectionFactory;
         5: .line 164
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._connector:Lorg/eclipse/jetty/server/Connector;
            invokeinterface org.eclipse.jetty.server.Connector.getByteBufferPool:()Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getInputBufferSize:()I
            iconst_1
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.acquire:(IZ)Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
         6: .line 165
            return
        end local 3 // org.eclipse.jetty.server.ConnectionFactory next
        end local 2 // org.eclipse.jetty.server.Connector connector
        end local 1 // org.eclipse.jetty.io.EndPoint endp
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection;
            0    7     1       endp  Lorg/eclipse/jetty/io/EndPoint;
            0    7     2  connector  Lorg/eclipse/jetty/server/Connector;
            0    7     3       next  Lorg/eclipse/jetty/server/ConnectionFactory;
    MethodParameters:
           Name  Flags
      endp       
      connector  
      next       

  public void onFillable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
         0: .line 170
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 15
         1: .line 171
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 onFillable current index = {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._index:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 174
            goto 15
         3: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.EndPoint.fill:(Ljava/nio/ByteBuffer;)I
            istore 1 /* fill */
        start local 1 // int fill
         4: .line 178
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 6
         5: .line 179
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 filled buffer with {} bytes"
            iload 1 /* fill */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         6: .line 180
      StackMap locals: int
      StackMap stack:
            iload 1 /* fill */
            ifge 10
         7: .line 182
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._connector:Lorg/eclipse/jetty/server/Connector;
            invokeinterface org.eclipse.jetty.server.Connector.getByteBufferPool:()Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
         8: .line 183
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.shutdownOutput:()V
         9: .line 184
            return
        10: .line 186
      StackMap locals:
      StackMap stack:
            iload 1 /* fill */
            ifne 13
        11: .line 188
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.fillInterested:()V
        12: .line 189
            return
        13: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.parse:()Z
            ifeq 15
        14: .line 193
            goto 16
        end local 1 // int fill
        15: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._index:I
            bipush 7
            if_icmplt 3
        16: .line 196
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 18
        17: .line 197
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 onFillable parsing done, now upgrading"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        18: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.upgrade:()V
        19: .line 199
            goto 23
        20: .line 200
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* x */
        start local 1 // java.lang.Throwable x
        21: .line 202
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 error for {}"
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* x */
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        22: .line 203
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.releaseAndClose:()V
        end local 1 // java.lang.Throwable x
        23: .line 205
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection;
            4   15     1  fill  I
           21   23     1     x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     9      20  Class java.lang.Throwable
          10    12      20  Class java.lang.Throwable
          13    19      20  Class java.lang.Throwable

  public void onOpen();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
         0: .line 210
            aload 0 /* this */
            invokespecial org.eclipse.jetty.io.AbstractConnection.onOpen:()V
         1: .line 214
            goto 7
         2: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.parse:()Z
            ifne 7
         3: .line 218
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 5
         4: .line 219
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 onOpen parsing ran out of bytes, marking as fillInterested"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
         5: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.fillInterested:()V
         6: .line 221
            return
         7: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._index:I
            bipush 7
            if_icmplt 2
         8: .line 225
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 10
         9: .line 226
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 onOpen parsing done, now upgrading"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        10: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.upgrade:()V
        11: .line 228
            goto 15
        12: .line 229
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* x */
        start local 1 // java.lang.Throwable x
        13: .line 231
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 error for {}"
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* x */
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        14: .line 232
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.releaseAndClose:()V
        end local 1 // java.lang.Throwable x
        15: .line 234
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection;
           13   15     1     x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     6      12  Class java.lang.Throwable
           7    11      12  Class java.lang.Throwable

  public java.nio.ByteBuffer onUpgradeFrom();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
         0: .line 239
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 6
         1: .line 241
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.nio.ByteBuffer.allocateDirect:(I)Ljava/nio/ByteBuffer;
            astore 1 /* unconsumed */
        start local 1 // java.nio.ByteBuffer unconsumed
         2: .line 242
            aload 1 /* unconsumed */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         3: .line 243
            aload 1 /* unconsumed */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
         4: .line 244
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._connector:Lorg/eclipse/jetty/server/Connector;
            invokeinterface org.eclipse.jetty.server.Connector.getByteBufferPool:()Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
         5: .line 245
            aload 1 /* unconsumed */
            areturn
        end local 1 // java.nio.ByteBuffer unconsumed
         6: .line 247
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection;
            2    6     1  unconsumed  Ljava/nio/ByteBuffer;

  public void onUpgradeTo(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 253
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 254
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 copying unconsumed buffer {}"
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.toDetailString:(Ljava/nio/ByteBuffer;)Ljava/lang/String;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.append:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
            pop
         3: .line 256
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection;
            0    4     1  buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  private boolean parse();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
         0: .line 263
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 264
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 parsing {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokestatic org.eclipse.jetty.util.BufferUtil.toDetailString:(Ljava/nio/ByteBuffer;)Ljava/lang/String;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._length:I
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._length:I
         3: .line 268
            goto 22
         4: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 1 /* b */
        start local 1 // byte b
         5: .line 271
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._index:I
            bipush 6
            if_icmpge 16
         6: .line 273
            iload 1 /* b */
            bipush 32
            if_icmpeq 7
            iload 1 /* b */
            bipush 13
            if_icmpne 12
         7: .line 275
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._fields:[Ljava/lang/String;
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._index:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._index:I
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._builder:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
         8: .line 276
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._builder:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
         9: .line 277
            iload 1 /* b */
            bipush 13
            if_icmpne 22
        10: .line 278
            aload 0 /* this */
            bipush 6
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._index:I
        11: .line 279
            goto 22
        12: .line 280
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 32
            if_icmpge 14
        13: .line 282
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Proxy v1 bad character "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* b */
            sipush 255
            iand
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._builder:Ljava/lang/StringBuilder;
            iload 1 /* b */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        15: .line 288
            goto 22
        16: .line 291
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 10
            if_icmpne 21
        17: .line 293
            aload 0 /* this */
            bipush 7
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._index:I
        18: .line 294
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 20
        19: .line 295
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 parsing is done"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        20: .line 296
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        21: .line 299
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Proxy v1 bad CRLF "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* b */
            sipush 255
            iand
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // byte b
        22: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 4
        23: .line 304
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 25
        24: .line 305
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 parsing requires more bytes"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        25: .line 306
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection;
            5   22     1     b  B
    Exceptions:
      throws java.io.IOException

  private void releaseAndClose();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
         0: .line 311
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 312
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 releasing buffer and closing"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
         2: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._connector:Lorg/eclipse/jetty/server/Connector;
            invokeinterface org.eclipse.jetty.server.Connector.getByteBufferPool:()Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
         3: .line 314
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.close:()V
         4: .line 315
            return
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection;

  private void upgrade();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
         0: .line 319
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._length:I
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            isub
            istore 1 /* proxyLineLength */
        start local 1 // int proxyLineLength
         1: .line 320
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 321
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 pre-upgrade packet length (including CRLF) is {}"
            iload 1 /* proxyLineLength */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 322
      StackMap locals: int
      StackMap stack:
            iload 1 /* proxyLineLength */
            bipush 110
            if_icmplt 7
         4: .line 324
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 PROXY line too long {} for {}"
            iload 1 /* proxyLineLength */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 325
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.releaseAndClose:()V
         6: .line 326
            return
         7: .line 330
      StackMap locals:
      StackMap stack:
            ldc "PROXY"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._fields:[Ljava/lang/String;
            iconst_0
            aaload
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
         8: .line 332
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 not PROXY protocol for {}"
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;)V
         9: .line 333
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.releaseAndClose:()V
        10: .line 334
            return
        11: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._fields:[Ljava/lang/String;
            iconst_2
            aaload
            astore 2 /* srcIP */
        start local 2 // java.lang.String srcIP
        12: .line 338
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._fields:[Ljava/lang/String;
            iconst_4
            aaload
            astore 3 /* srcPort */
        start local 3 // java.lang.String srcPort
        13: .line 339
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._fields:[Ljava/lang/String;
            iconst_3
            aaload
            astore 4 /* dstIP */
        start local 4 // java.lang.String dstIP
        14: .line 340
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._fields:[Ljava/lang/String;
            iconst_5
            aaload
            astore 5 /* dstPort */
        start local 5 // java.lang.String dstPort
        15: .line 342
            ldc "UNKNOWN"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._fields:[Ljava/lang/String;
            iconst_1
            aaload
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            istore 6 /* unknown */
        start local 6 // boolean unknown
        16: .line 343
            iload 6 /* unknown */
            ifeq 21
        17: .line 345
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.getRemoteAddress:()Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
            astore 2 /* srcIP */
        18: .line 346
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.getRemoteAddress:()Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            astore 3 /* srcPort */
        19: .line 347
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.getLocalAddress:()Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
            astore 4 /* dstIP */
        20: .line 348
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.getLocalAddress:()Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            astore 5 /* dstPort */
        21: .line 350
      StackMap locals: org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection int java.lang.String java.lang.String java.lang.String java.lang.String int
      StackMap stack:
            new java.net.InetSocketAddress
            dup
            aload 2 /* srcIP */
            aload 3 /* srcPort */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/lang/String;I)V
            astore 7 /* remote */
        start local 7 // java.net.InetSocketAddress remote
        22: .line 351
            new java.net.InetSocketAddress
            dup
            aload 4 /* dstIP */
            aload 5 /* dstPort */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/lang/String;I)V
            astore 8 /* local */
        start local 8 // java.net.InetSocketAddress local
        23: .line 353
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 25
        24: .line 354
            getstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/slf4j/Logger;
            ldc "Proxy v1 next protocol '{}' for {} r={} l={}"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._next:Lorg/eclipse/jetty/server/ConnectionFactory;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aastore
            dup
            iconst_2
            aload 7 /* remote */
            aastore
            dup
            iconst_3
            aload 8 /* local */
            aastore
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
        25: .line 356
      StackMap locals: java.net.InetSocketAddress java.net.InetSocketAddress
      StackMap stack:
            new org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 7 /* remote */
            aload 8 /* local */
            invokespecial org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint.<init>:(Lorg/eclipse/jetty/io/EndPoint;Ljava/net/InetSocketAddress;Ljava/net/InetSocketAddress;)V
            astore 9 /* endPoint */
        start local 9 // org.eclipse.jetty.io.EndPoint endPoint
        26: .line 357
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._next:Lorg/eclipse/jetty/server/ConnectionFactory;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection._connector:Lorg/eclipse/jetty/server/Connector;
            aload 9 /* endPoint */
            invokestatic org.eclipse.jetty.server.ProxyConnectionFactory.upgradeToConnectionFactory:(Lorg/eclipse/jetty/server/ConnectionFactory;Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)V
        27: .line 358
            return
        end local 9 // org.eclipse.jetty.io.EndPoint endPoint
        end local 8 // java.net.InetSocketAddress local
        end local 7 // java.net.InetSocketAddress remote
        end local 6 // boolean unknown
        end local 5 // java.lang.String dstPort
        end local 4 // java.lang.String dstIP
        end local 3 // java.lang.String srcPort
        end local 2 // java.lang.String srcIP
        end local 1 // int proxyLineLength
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   28     0             this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection;
            1   28     1  proxyLineLength  I
           12   28     2            srcIP  Ljava/lang/String;
           13   28     3          srcPort  Ljava/lang/String;
           14   28     4            dstIP  Ljava/lang/String;
           15   28     5          dstPort  Ljava/lang/String;
           16   28     6          unknown  Z
           22   28     7           remote  Ljava/net/InetSocketAddress;
           23   28     8            local  Ljava/net/InetSocketAddress;
           26   28     9         endPoint  Lorg/eclipse/jetty/io/EndPoint;
}
SourceFile: "ProxyConnectionFactory.java"
NestHost: org.eclipse.jetty.server.ProxyConnectionFactory
InnerClasses:
  public abstract UpgradeFrom = org.eclipse.jetty.io.Connection$UpgradeFrom of org.eclipse.jetty.io.Connection
  public abstract UpgradeTo = org.eclipse.jetty.io.Connection$UpgradeTo of org.eclipse.jetty.io.Connection
  public ProxyEndPoint = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint of org.eclipse.jetty.server.ProxyConnectionFactory
  private ProxyV1ConnectionFactory = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory of org.eclipse.jetty.server.ProxyConnectionFactory
  private ProxyProtocolV1Connection = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory$ProxyProtocolV1Connection of org.eclipse.jetty.server.ProxyConnectionFactory$ProxyV1ConnectionFactory