public class org.eclipse.jetty.server.SslConnectionFactory extends org.eclipse.jetty.server.AbstractConnectionFactory implements org.eclipse.jetty.server.ConnectionFactory$Detecting, org.eclipse.jetty.server.ConnectionFactory$Configuring
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.SslConnectionFactory
  super_class: org.eclipse.jetty.server.AbstractConnectionFactory
{
  private static final int TLS_ALERT_FRAME_TYPE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 21

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

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

  private final org.eclipse.jetty.util.ssl.SslContextFactory$Server _sslContextFactory;
    descriptor: Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
         0: .line 49
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.asString:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.server.SslConnectionFactory.<init>:(Ljava/lang/String;)V
         1: .line 50
            return
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/SslConnectionFactory;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
        start local 1 // java.lang.String nextProtocol
         0: .line 54
            aload 0 /* this */
            aconst_null
            aload 1 /* nextProtocol */
            invokespecial org.eclipse.jetty.server.SslConnectionFactory.<init>:(Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;Ljava/lang/String;)V
         1: .line 55
            return
        end local 1 // java.lang.String nextProtocol
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0    2     1  nextProtocol  Ljava/lang/String;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.eclipse.jetty.util.annotation.Name(value = "next")
    MethodParameters:
              Name  Flags
      nextProtocol  

  public void <init>(org.eclipse.jetty.util.ssl.SslContextFactory$Server, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
        start local 1 // org.eclipse.jetty.util.ssl.SslContextFactory$Server factory
        start local 2 // java.lang.String nextProtocol
         0: .line 59
            aload 0 /* this */
            ldc "SSL"
            invokespecial org.eclipse.jetty.server.AbstractConnectionFactory.<init>:(Ljava/lang/String;)V
         1: .line 43
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForEncryption:Z
         2: .line 44
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForDecryption:Z
         3: .line 45
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.SslConnectionFactory._ensureSecureRequestCustomizer:Z
         4: .line 60
            aload 0 /* this */
            aload 1 /* factory */
            ifnonnull 5
            new org.eclipse.jetty.util.ssl.SslContextFactory$Server
            dup
            invokespecial org.eclipse.jetty.util.ssl.SslContextFactory$Server.<init>:()V
            goto 6
      StackMap locals: org.eclipse.jetty.server.SslConnectionFactory org.eclipse.jetty.util.ssl.SslContextFactory$Server java.lang.String
      StackMap stack: org.eclipse.jetty.server.SslConnectionFactory
         5: aload 1 /* factory */
      StackMap locals: org.eclipse.jetty.server.SslConnectionFactory org.eclipse.jetty.util.ssl.SslContextFactory$Server java.lang.String
      StackMap stack: org.eclipse.jetty.server.SslConnectionFactory org.eclipse.jetty.util.ssl.SslContextFactory$Server
         6: putfield org.eclipse.jetty.server.SslConnectionFactory._sslContextFactory:Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
         7: .line 61
            aload 0 /* this */
            aload 2 /* nextProtocol */
            putfield org.eclipse.jetty.server.SslConnectionFactory._nextProtocol:Ljava/lang/String;
         8: .line 62
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._sslContextFactory:Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.addBean:(Ljava/lang/Object;)Z
            pop
         9: .line 63
            return
        end local 2 // java.lang.String nextProtocol
        end local 1 // org.eclipse.jetty.util.ssl.SslContextFactory$Server factory
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0   10     1       factory  Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            0   10     2  nextProtocol  Ljava/lang/String;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.eclipse.jetty.util.annotation.Name(value = "sslContextFactory")
      1:
        org.eclipse.jetty.util.annotation.Name(value = "next")
    MethodParameters:
              Name  Flags
      factory       
      nextProtocol  

  public org.eclipse.jetty.util.ssl.SslContextFactory$Server getSslContextFactory();
    descriptor: ()Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
         0: .line 67
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._sslContextFactory:Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            areturn
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/SslConnectionFactory;

  public void setDirectBuffersForEncryption(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
        start local 1 // boolean useDirectBuffers
         0: .line 72
            aload 0 /* this */
            iload 1 /* useDirectBuffers */
            putfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForEncryption:Z
         1: .line 73
            return
        end local 1 // boolean useDirectBuffers
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0    2     1  useDirectBuffers  Z
    MethodParameters:
                  Name  Flags
      useDirectBuffers  

  public void setDirectBuffersForDecryption(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
        start local 1 // boolean useDirectBuffers
         0: .line 77
            aload 0 /* this */
            iload 1 /* useDirectBuffers */
            putfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForDecryption:Z
         1: .line 78
            return
        end local 1 // boolean useDirectBuffers
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0    2     1  useDirectBuffers  Z
    MethodParameters:
                  Name  Flags
      useDirectBuffers  

  public boolean isDirectBuffersForDecryption();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
         0: .line 82
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForDecryption:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/SslConnectionFactory;

  public boolean isDirectBuffersForEncryption();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
         0: .line 87
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForEncryption:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/SslConnectionFactory;

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

  public boolean isEnsureSecureRequestCustomizer();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
         0: .line 97
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._ensureSecureRequestCustomizer:Z
            ireturn
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/SslConnectionFactory;

  public void setEnsureSecureRequestCustomizer(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
        start local 1 // boolean ensureSecureRequestCustomizer
         0: .line 107
            aload 0 /* this */
            iload 1 /* ensureSecureRequestCustomizer */
            putfield org.eclipse.jetty.server.SslConnectionFactory._ensureSecureRequestCustomizer:Z
         1: .line 108
            return
        end local 1 // boolean ensureSecureRequestCustomizer
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    2     0                           this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0    2     1  ensureSecureRequestCustomizer  Z
    MethodParameters:
                               Name  Flags
      ensureSecureRequestCustomizer  

  protected void doStart();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
         0: .line 113
            aload 0 /* this */
            invokespecial org.eclipse.jetty.server.AbstractConnectionFactory.doStart:()V
         1: .line 115
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._sslContextFactory:Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            invokevirtual org.eclipse.jetty.util.ssl.SslContextFactory$Server.newSSLEngine:()Ljavax/net/ssl/SSLEngine;
            astore 1 /* engine */
        start local 1 // javax.net.ssl.SSLEngine engine
         2: .line 116
            aload 1 /* engine */
            iconst_0
            invokevirtual javax.net.ssl.SSLEngine.setUseClientMode:(Z)V
         3: .line 117
            aload 1 /* engine */
            invokevirtual javax.net.ssl.SSLEngine.getSession:()Ljavax/net/ssl/SSLSession;
            astore 2 /* session */
        start local 2 // javax.net.ssl.SSLSession session
         4: .line 119
            aload 2 /* session */
            invokeinterface javax.net.ssl.SSLSession.getPacketBufferSize:()I
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.getInputBufferSize:()I
            if_icmple 6
         5: .line 120
            aload 0 /* this */
            aload 2 /* session */
            invokeinterface javax.net.ssl.SSLSession.getPacketBufferSize:()I
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.setInputBufferSize:(I)V
         6: .line 121
      StackMap locals: javax.net.ssl.SSLEngine javax.net.ssl.SSLSession
      StackMap stack:
            return
        end local 2 // javax.net.ssl.SSLSession session
        end local 1 // javax.net.ssl.SSLEngine engine
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            2    7     1   engine  Ljavax/net/ssl/SSLEngine;
            4    7     2  session  Ljavax/net/ssl/SSLSession;
    Exceptions:
      throws java.lang.Exception

  public void configure(org.eclipse.jetty.server.Connector);
    descriptor: (Lorg/eclipse/jetty/server/Connector;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
        start local 1 // org.eclipse.jetty.server.Connector connector
         0: .line 126
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.isEnsureSecureRequestCustomizer:()Z
            ifeq 2
         1: .line 128
            aload 1 /* connector */
            ldc Lorg/eclipse/jetty/server/HttpConfiguration;
            invokeinterface org.eclipse.jetty.server.Connector.getContainedBeans:(Ljava/lang/Class;)Ljava/util/Collection;
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/eclipse/jetty/server/SslConnectionFactory.lambda$0(Lorg/eclipse/jetty/server/HttpConfiguration;)V (6)
                  (Lorg/eclipse/jetty/server/HttpConfiguration;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
         2: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jetty.server.Connector connector
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0    3     1  connector  Lorg/eclipse/jetty/server/Connector;
    MethodParameters:
           Name  Flags
      connector  

  public org.eclipse.jetty.server.ConnectionFactory$Detecting$Detection detect(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/server/ConnectionFactory$Detecting$Detection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 139
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            if_icmpge 2
         1: .line 140
            getstatic org.eclipse.jetty.server.ConnectionFactory$Detecting$Detection.NEED_MORE_BYTES:Lorg/eclipse/jetty/server/ConnectionFactory$Detecting$Detection;
            areturn
         2: .line 141
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 2 /* tlsFrameType */
        start local 2 // int tlsFrameType
         3: .line 142
            aload 1 /* buffer */
            iconst_1
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 3 /* tlsMajorVersion */
        start local 3 // int tlsMajorVersion
         4: .line 143
            iload 2 /* tlsFrameType */
            bipush 22
            if_icmpeq 5
            iload 2 /* tlsFrameType */
            bipush 21
            if_icmpne 6
      StackMap locals: int int
      StackMap stack:
         5: iload 3 /* tlsMajorVersion */
            iconst_3
            if_icmpne 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* seemsSsl */
        start local 4 // boolean seemsSsl
         8: .line 144
            iload 4 /* seemsSsl */
            ifeq 9
            getstatic org.eclipse.jetty.server.ConnectionFactory$Detecting$Detection.RECOGNIZED:Lorg/eclipse/jetty/server/ConnectionFactory$Detecting$Detection;
            goto 10
      StackMap locals: int
      StackMap stack:
         9: getstatic org.eclipse.jetty.server.ConnectionFactory$Detecting$Detection.NOT_RECOGNIZED:Lorg/eclipse/jetty/server/ConnectionFactory$Detecting$Detection;
      StackMap locals:
      StackMap stack: org.eclipse.jetty.server.ConnectionFactory$Detecting$Detection
        10: areturn
        end local 4 // boolean seemsSsl
        end local 3 // int tlsMajorVersion
        end local 2 // int tlsFrameType
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0   11     1           buffer  Ljava/nio/ByteBuffer;
            3   11     2     tlsFrameType  I
            4   11     3  tlsMajorVersion  I
            8   11     4         seemsSsl  Z
    MethodParameters:
        Name  Flags
      buffer  

  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=4, locals=8, args_size=3
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
        start local 1 // org.eclipse.jetty.server.Connector connector
        start local 2 // org.eclipse.jetty.io.EndPoint endPoint
         0: .line 150
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._sslContextFactory:Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            aload 2 /* endPoint */
            invokeinterface org.eclipse.jetty.io.EndPoint.getRemoteAddress:()Ljava/net/InetSocketAddress;
            invokevirtual org.eclipse.jetty.util.ssl.SslContextFactory$Server.newSSLEngine:(Ljava/net/InetSocketAddress;)Ljavax/net/ssl/SSLEngine;
            astore 3 /* engine */
        start local 3 // javax.net.ssl.SSLEngine engine
         1: .line 151
            aload 3 /* engine */
            iconst_0
            invokevirtual javax.net.ssl.SSLEngine.setUseClientMode:(Z)V
         2: .line 153
            aload 0 /* this */
            aload 1 /* connector */
            aload 2 /* endPoint */
            aload 3 /* engine */
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.newSslConnection:(Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;)Lorg/eclipse/jetty/io/ssl/SslConnection;
            astore 4 /* sslConnection */
        start local 4 // org.eclipse.jetty.io.ssl.SslConnection sslConnection
         3: .line 154
            aload 4 /* sslConnection */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._sslContextFactory:Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            invokevirtual org.eclipse.jetty.util.ssl.SslContextFactory$Server.isRenegotiationAllowed:()Z
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.setRenegotiationAllowed:(Z)V
         4: .line 155
            aload 4 /* sslConnection */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._sslContextFactory:Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            invokevirtual org.eclipse.jetty.util.ssl.SslContextFactory$Server.getRenegotiationLimit:()I
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.setRenegotiationLimit:(I)V
         5: .line 156
            aload 0 /* this */
            aload 4 /* sslConnection */
            aload 1 /* connector */
            aload 2 /* endPoint */
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.configure:(Lorg/eclipse/jetty/io/AbstractConnection;Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/AbstractConnection;
            pop
         6: .line 158
            aload 1 /* connector */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._nextProtocol:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.server.Connector.getConnectionFactory:(Ljava/lang/String;)Lorg/eclipse/jetty/server/ConnectionFactory;
            astore 5 /* next */
        start local 5 // org.eclipse.jetty.server.ConnectionFactory next
         7: .line 159
            aload 4 /* sslConnection */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getDecryptedEndPoint:()Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            astore 6 /* decryptedEndPoint */
        start local 6 // org.eclipse.jetty.io.EndPoint decryptedEndPoint
         8: .line 160
            aload 5 /* next */
            aload 1 /* connector */
            aload 6 /* decryptedEndPoint */
            invokeinterface org.eclipse.jetty.server.ConnectionFactory.newConnection:(Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/Connection;
            astore 7 /* connection */
        start local 7 // org.eclipse.jetty.io.Connection connection
         9: .line 161
            aload 6 /* decryptedEndPoint */
            aload 7 /* connection */
            invokeinterface org.eclipse.jetty.io.EndPoint.setConnection:(Lorg/eclipse/jetty/io/Connection;)V
        10: .line 163
            aload 4 /* sslConnection */
            areturn
        end local 7 // org.eclipse.jetty.io.Connection connection
        end local 6 // org.eclipse.jetty.io.EndPoint decryptedEndPoint
        end local 5 // org.eclipse.jetty.server.ConnectionFactory next
        end local 4 // org.eclipse.jetty.io.ssl.SslConnection sslConnection
        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.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0   11     1          connector  Lorg/eclipse/jetty/server/Connector;
            0   11     2           endPoint  Lorg/eclipse/jetty/io/EndPoint;
            1   11     3             engine  Ljavax/net/ssl/SSLEngine;
            3   11     4      sslConnection  Lorg/eclipse/jetty/io/ssl/SslConnection;
            7   11     5               next  Lorg/eclipse/jetty/server/ConnectionFactory;
            8   11     6  decryptedEndPoint  Lorg/eclipse/jetty/io/EndPoint;
            9   11     7         connection  Lorg/eclipse/jetty/io/Connection;
    MethodParameters:
           Name  Flags
      connector  
      endPoint   

  protected org.eclipse.jetty.io.ssl.SslConnection newSslConnection(org.eclipse.jetty.server.Connector, org.eclipse.jetty.io.EndPoint, javax.net.ssl.SSLEngine);
    descriptor: (Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;)Lorg/eclipse/jetty/io/ssl/SslConnection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory 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
         0: .line 168
            new org.eclipse.jetty.io.ssl.SslConnection
            dup
            aload 1 /* connector */
            invokeinterface org.eclipse.jetty.server.Connector.getByteBufferPool:()Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 1 /* connector */
            invokeinterface org.eclipse.jetty.server.Connector.getExecutor:()Ljava/util/concurrent/Executor;
            aload 2 /* endPoint */
            aload 3 /* engine */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.isDirectBuffersForEncryption:()Z
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.isDirectBuffersForDecryption:()Z
            invokespecial org.eclipse.jetty.io.ssl.SslConnection.<init>:(Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;ZZ)V
            areturn
        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.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0    1     1  connector  Lorg/eclipse/jetty/server/Connector;
            0    1     2   endPoint  Lorg/eclipse/jetty/io/EndPoint;
            0    1     3     engine  Ljavax/net/ssl/SSLEngine;
    MethodParameters:
           Name  Flags
      connector  
      endPoint   
      engine     

  protected org.eclipse.jetty.io.AbstractConnection configure(org.eclipse.jetty.io.AbstractConnection, org.eclipse.jetty.server.Connector, org.eclipse.jetty.io.EndPoint);
    descriptor: (Lorg/eclipse/jetty/io/AbstractConnection;Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/AbstractConnection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
        start local 1 // org.eclipse.jetty.io.AbstractConnection connection
        start local 2 // org.eclipse.jetty.server.Connector connector
        start local 3 // org.eclipse.jetty.io.EndPoint endPoint
         0: .line 174
            aload 1 /* connection */
            instanceof org.eclipse.jetty.io.ssl.SslConnection
            ifeq 6
         1: .line 176
            aload 1 /* connection */
            checkcast org.eclipse.jetty.io.ssl.SslConnection
            astore 4 /* sslConnection */
        start local 4 // org.eclipse.jetty.io.ssl.SslConnection sslConnection
         2: .line 177
            aload 2 /* connector */
            instanceof org.eclipse.jetty.util.component.ContainerLifeCycle
            ifeq 5
         3: .line 179
            aload 2 /* connector */
            checkcast org.eclipse.jetty.util.component.ContainerLifeCycle
            astore 5 /* container */
        start local 5 // org.eclipse.jetty.util.component.ContainerLifeCycle container
         4: .line 180
            aload 5 /* container */
            ldc Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;
            invokevirtual org.eclipse.jetty.util.component.ContainerLifeCycle.getBeans:(Ljava/lang/Class;)Ljava/util/Collection;
            aload 4 /* sslConnection */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lorg/eclipse/jetty/io/ssl/SslConnection;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/eclipse/jetty/io/ssl/SslConnection.addHandshakeListener(Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;)V (5)
                  (Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
        end local 5 // org.eclipse.jetty.util.component.ContainerLifeCycle container
         5: .line 182
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection
      StackMap stack:
            aload 0 /* this */
            ldc Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.getBeans:(Ljava/lang/Class;)Ljava/util/Collection;
            aload 4 /* sslConnection */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Lorg/eclipse/jetty/io/ssl/SslConnection;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/eclipse/jetty/io/ssl/SslConnection.addHandshakeListener(Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;)V (5)
                  (Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
        end local 4 // org.eclipse.jetty.io.ssl.SslConnection sslConnection
         6: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* connection */
            aload 2 /* connector */
            aload 3 /* endPoint */
            invokespecial org.eclipse.jetty.server.AbstractConnectionFactory.configure:(Lorg/eclipse/jetty/io/AbstractConnection;Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/AbstractConnection;
            areturn
        end local 3 // org.eclipse.jetty.io.EndPoint endPoint
        end local 2 // org.eclipse.jetty.server.Connector connector
        end local 1 // org.eclipse.jetty.io.AbstractConnection connection
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0    7     1     connection  Lorg/eclipse/jetty/io/AbstractConnection;
            0    7     2      connector  Lorg/eclipse/jetty/server/Connector;
            0    7     3       endPoint  Lorg/eclipse/jetty/io/EndPoint;
            2    6     4  sslConnection  Lorg/eclipse/jetty/io/ssl/SslConnection;
            4    5     5      container  Lorg/eclipse/jetty/util/component/ContainerLifeCycle;
    MethodParameters:
            Name  Flags
      connection  
      connector   
      endPoint    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.SslConnectionFactory this
         0: .line 190
            ldc "%s@%x{%s->%s}"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.getProtocol:()Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield org.eclipse.jetty.server.SslConnectionFactory._nextProtocol:Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.SslConnectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/SslConnectionFactory;

  private static void lambda$0(org.eclipse.jetty.server.HttpConfiguration);
    descriptor: (Lorg/eclipse/jetty/server/HttpConfiguration;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpConfiguration configuration
         0: .line 130
            aload 0 /* configuration */
            ldc Lorg/eclipse/jetty/server/SecureRequestCustomizer;
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.getCustomizer:(Ljava/lang/Class;)Ljava/lang/Object;
            ifnonnull 2
         1: .line 131
            aload 0 /* configuration */
            new org.eclipse.jetty.server.SecureRequestCustomizer
            dup
            invokespecial org.eclipse.jetty.server.SecureRequestCustomizer.<init>:()V
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.addCustomizer:(Lorg/eclipse/jetty/server/HttpConfiguration$Customizer;)V
         2: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.HttpConfiguration configuration
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0  configuration  Lorg/eclipse/jetty/server/HttpConfiguration;
}
SourceFile: "SslConnectionFactory.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public DecryptedEndPoint = org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint of org.eclipse.jetty.io.ssl.SslConnection
  public abstract Configuring = org.eclipse.jetty.server.ConnectionFactory$Configuring of org.eclipse.jetty.server.ConnectionFactory
  public abstract Detecting = org.eclipse.jetty.server.ConnectionFactory$Detecting of org.eclipse.jetty.server.ConnectionFactory
  public final Detection = org.eclipse.jetty.server.ConnectionFactory$Detecting$Detection of org.eclipse.jetty.server.ConnectionFactory$Detecting
  public abstract Customizer = org.eclipse.jetty.server.HttpConfiguration$Customizer of org.eclipse.jetty.server.HttpConfiguration
  public Server = org.eclipse.jetty.util.ssl.SslContextFactory$Server of org.eclipse.jetty.util.ssl.SslContextFactory