public abstract class org.eclipse.jetty.server.NegotiatingServerConnection extends org.eclipse.jetty.io.AbstractConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jetty.server.NegotiatingServerConnection
  super_class: org.eclipse.jetty.io.AbstractConnection
{
  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

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

  private final javax.net.ssl.SSLEngine engine;
    descriptor: Ljavax/net/ssl/SSLEngine;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<java.lang.String> protocols;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 35
            ldc Lorg/eclipse/jetty/server/NegotiatingServerConnection;
            invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
            putstatic org.eclipse.jetty.server.NegotiatingServerConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(org.eclipse.jetty.server.Connector, org.eclipse.jetty.io.EndPoint, javax.net.ssl.SSLEngine, java.util.List<java.lang.String>, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;Ljava/util/List;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
        start local 1 // org.eclipse.jetty.server.Connector connector
        start local 2 // org.eclipse.jetty.io.EndPoint endPoint
        start local 3 // javax.net.ssl.SSLEngine engine
        start local 4 // java.util.List protocols
        start local 5 // java.lang.String defaultProtocol
         0: .line 50
            aload 0 /* this */
            aload 2 /* endPoint */
            aload 1 /* 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 51
            aload 0 /* this */
            aload 1 /* connector */
            putfield org.eclipse.jetty.server.NegotiatingServerConnection.connector:Lorg/eclipse/jetty/server/Connector;
         2: .line 52
            aload 0 /* this */
            aload 4 /* protocols */
            putfield org.eclipse.jetty.server.NegotiatingServerConnection.protocols:Ljava/util/List;
         3: .line 53
            aload 0 /* this */
            aload 5 /* defaultProtocol */
            putfield org.eclipse.jetty.server.NegotiatingServerConnection.defaultProtocol:Ljava/lang/String;
         4: .line 54
            aload 0 /* this */
            aload 3 /* engine */
            putfield org.eclipse.jetty.server.NegotiatingServerConnection.engine:Ljavax/net/ssl/SSLEngine;
         5: .line 55
            return
        end local 5 // java.lang.String defaultProtocol
        end local 4 // java.util.List protocols
        end local 3 // javax.net.ssl.SSLEngine engine
        end local 2 // org.eclipse.jetty.io.EndPoint endPoint
        end local 1 // org.eclipse.jetty.server.Connector connector
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;
            0    6     1        connector  Lorg/eclipse/jetty/server/Connector;
            0    6     2         endPoint  Lorg/eclipse/jetty/io/EndPoint;
            0    6     3           engine  Ljavax/net/ssl/SSLEngine;
            0    6     4        protocols  Ljava/util/List<Ljava/lang/String;>;
            0    6     5  defaultProtocol  Ljava/lang/String;
    Signature: (Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;Ljava/util/List<Ljava/lang/String;>;Ljava/lang/String;)V
    MethodParameters:
                 Name  Flags
      connector        
      endPoint         
      engine           
      protocols        
      defaultProtocol  

  public java.util.List<java.lang.String> getProtocols();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
         0: .line 59
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.protocols:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.lang.String getDefaultProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
         0: .line 64
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.defaultProtocol:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;

  public org.eclipse.jetty.server.Connector getConnector();
    descriptor: ()Lorg/eclipse/jetty/server/Connector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
         0: .line 69
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.connector:Lorg/eclipse/jetty/server/Connector;
            areturn
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;

  public javax.net.ssl.SSLEngine getSSLEngine();
    descriptor: ()Ljavax/net/ssl/SSLEngine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
         0: .line 74
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.engine:Ljavax/net/ssl/SSLEngine;
            areturn
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;

  public java.lang.String getProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
         0: .line 79
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.protocol:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;

  protected void setProtocol(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
        start local 1 // java.lang.String protocol
         0: .line 84
            aload 0 /* this */
            aload 1 /* protocol */
            putfield org.eclipse.jetty.server.NegotiatingServerConnection.protocol:Ljava/lang/String;
         1: .line 85
            return
        end local 1 // java.lang.String protocol
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;
            0    2     1  protocol  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      protocol  

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

  public void onFillable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
         0: .line 97
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.NegotiatingServerConnection.fill:()I
            istore 1 /* filled */
        start local 1 // int filled
         1: .line 99
            iload 1 /* filled */
            ifne 21
         2: .line 101
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.protocol:Ljava/lang/String;
            ifnonnull 10
         3: .line 103
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.engine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.getHandshakeStatus:()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.NOT_HANDSHAKING:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            if_acmpne 8
         4: .line 106
            getstatic org.eclipse.jetty.server.NegotiatingServerConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 6
         5: .line 107
            getstatic org.eclipse.jetty.server.NegotiatingServerConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "{} could not negotiate protocol, SSLEngine: {}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.engine:Ljavax/net/ssl/SSLEngine;
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 108
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.NegotiatingServerConnection.close:()V
         7: .line 109
            goto 27
         8: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.NegotiatingServerConnection.fillInterested:()V
         9: .line 116
            goto 27
        10: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.connector:Lorg/eclipse/jetty/server/Connector;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.protocol:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.server.Connector.getConnectionFactory:(Ljava/lang/String;)Lorg/eclipse/jetty/server/ConnectionFactory;
            astore 2 /* connectionFactory */
        start local 2 // org.eclipse.jetty.server.ConnectionFactory connectionFactory
        11: .line 120
            aload 2 /* connectionFactory */
            ifnonnull 17
        12: .line 122
            getstatic org.eclipse.jetty.server.NegotiatingServerConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "{} application selected protocol '{}', but no correspondent {} has been configured"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
        13: .line 123
            aload 0 /* this */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.protocol:Ljava/lang/String;
            aastore
            dup
            iconst_2
            ldc Lorg/eclipse/jetty/server/ConnectionFactory;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
        14: .line 122
            invokeinterface org.eclipse.jetty.util.log.Logger.info:(Ljava/lang/String;[Ljava/lang/Object;)V
        15: .line 124
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.NegotiatingServerConnection.close:()V
        16: .line 125
            goto 27
        17: .line 128
      StackMap locals: org.eclipse.jetty.server.ConnectionFactory
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.NegotiatingServerConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            astore 3 /* endPoint */
        start local 3 // org.eclipse.jetty.io.EndPoint endPoint
        18: .line 129
            aload 2 /* connectionFactory */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.NegotiatingServerConnection.connector:Lorg/eclipse/jetty/server/Connector;
            aload 3 /* endPoint */
            invokeinterface org.eclipse.jetty.server.ConnectionFactory.newConnection:(Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/Connection;
            astore 4 /* newConnection */
        start local 4 // org.eclipse.jetty.io.Connection newConnection
        19: .line 130
            aload 3 /* endPoint */
            aload 4 /* newConnection */
            invokeinterface org.eclipse.jetty.io.EndPoint.upgrade:(Lorg/eclipse/jetty/io/Connection;)V
        end local 4 // org.eclipse.jetty.io.Connection newConnection
        end local 3 // org.eclipse.jetty.io.EndPoint endPoint
        end local 2 // org.eclipse.jetty.server.ConnectionFactory connectionFactory
        20: .line 133
            goto 27
        21: .line 134
      StackMap locals:
      StackMap stack:
            iload 1 /* filled */
            ifge 26
        22: .line 137
            getstatic org.eclipse.jetty.server.NegotiatingServerConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 24
        23: .line 138
            getstatic org.eclipse.jetty.server.NegotiatingServerConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "{} detected close on client side"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
        24: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.NegotiatingServerConnection.close:()V
        25: .line 140
            goto 27
        26: .line 144
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        27: .line 146
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int filled
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   28     0               this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;
            1   28     1             filled  I
           11   20     2  connectionFactory  Lorg/eclipse/jetty/server/ConnectionFactory;
           18   20     3           endPoint  Lorg/eclipse/jetty/io/EndPoint;
           19   20     4      newConnection  Lorg/eclipse/jetty/io/Connection;

  private int fill();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
         0: .line 152
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.NegotiatingServerConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            getstatic org.eclipse.jetty.util.BufferUtil.EMPTY_BUFFER:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.EndPoint.fill:(Ljava/nio/ByteBuffer;)I
         1: ireturn
         2: .line 154
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* x */
        start local 1 // java.io.IOException x
         3: .line 156
            getstatic org.eclipse.jetty.server.NegotiatingServerConnection.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 1 /* x */
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/Throwable;)V
         4: .line 157
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.NegotiatingServerConnection.close:()V
         5: .line 158
            iconst_m1
            ireturn
        end local 1 // java.io.IOException x
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;
            3    6     1     x  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
         0: .line 166
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.NegotiatingServerConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.shutdownOutput:()V
         1: .line 167
            aload 0 /* this */
            invokespecial org.eclipse.jetty.io.AbstractConnection.close:()V
         2: .line 168
            return
        end local 0 // org.eclipse.jetty.server.NegotiatingServerConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/NegotiatingServerConnection;
}
SourceFile: "NegotiatingServerConnection.java"
NestMembers:
  org.eclipse.jetty.server.NegotiatingServerConnection$CipherDiscriminator
InnerClasses:
  public final HandshakeStatus = javax.net.ssl.SSLEngineResult$HandshakeStatus of javax.net.ssl.SSLEngineResult
  public abstract CipherDiscriminator = org.eclipse.jetty.server.NegotiatingServerConnection$CipherDiscriminator of org.eclipse.jetty.server.NegotiatingServerConnection