public class org.eclipse.jetty.server.SslConnectionFactory extends org.eclipse.jetty.server.AbstractConnectionFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.SslConnectionFactory
  super_class: org.eclipse.jetty.server.AbstractConnectionFactory
{
  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

  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 43
            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 44
            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 48
            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 49
            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 53
            aload 0 /* this */
            ldc "SSL"
            invokespecial org.eclipse.jetty.server.AbstractConnectionFactory.<init>:(Ljava/lang/String;)V
         1: .line 38
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForEncryption:Z
         2: .line 39
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForDecryption:Z
         3: .line 54
            aload 0 /* this */
            aload 1 /* factory */
            ifnonnull 4
            new org.eclipse.jetty.util.ssl.SslContextFactory$Server
            dup
            invokespecial org.eclipse.jetty.util.ssl.SslContextFactory$Server.<init>:()V
            goto 5
      StackMap locals: org.eclipse.jetty.server.SslConnectionFactory org.eclipse.jetty.util.ssl.SslContextFactory$Server java.lang.String
      StackMap stack: org.eclipse.jetty.server.SslConnectionFactory
         4: 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
         5: putfield org.eclipse.jetty.server.SslConnectionFactory._sslContextFactory:Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
         6: .line 55
            aload 0 /* this */
            aload 2 /* nextProtocol */
            putfield org.eclipse.jetty.server.SslConnectionFactory._nextProtocol:Ljava/lang/String;
         7: .line 56
            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
         8: .line 57
            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    9     0          this  Lorg/eclipse/jetty/server/SslConnectionFactory;
            0    9     1       factory  Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            0    9     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 61
            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 66
            aload 0 /* this */
            iload 1 /* useDirectBuffers */
            putfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForEncryption:Z
         1: .line 67
            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 71
            aload 0 /* this */
            iload 1 /* useDirectBuffers */
            putfield org.eclipse.jetty.server.SslConnectionFactory._directBuffersForDecryption:Z
         1: .line 72
            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 76
            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 81
            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 86
            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;

  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 92
            aload 0 /* this */
            invokespecial org.eclipse.jetty.server.AbstractConnectionFactory.doStart:()V
         1: .line 94
            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 95
            aload 1 /* engine */
            iconst_0
            invokevirtual javax.net.ssl.SSLEngine.setUseClientMode:(Z)V
         3: .line 96
            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 98
            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 99
            aload 0 /* this */
            aload 2 /* session */
            invokeinterface javax.net.ssl.SSLSession.getPacketBufferSize:()I
            invokevirtual org.eclipse.jetty.server.SslConnectionFactory.setInputBufferSize:(I)V
         6: .line 100
      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 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 105
            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 106
            aload 3 /* engine */
            iconst_0
            invokevirtual javax.net.ssl.SSLEngine.setUseClientMode:(Z)V
         2: .line 108
            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 109
            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 110
            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 111
            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 113
            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 114
            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 115
            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 116
            aload 6 /* decryptedEndPoint */
            aload 7 /* connection */
            invokeinterface org.eclipse.jetty.io.EndPoint.setConnection:(Lorg/eclipse/jetty/io/Connection;)V
        10: .line 118
            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 123
            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 129
            aload 1 /* connection */
            instanceof org.eclipse.jetty.io.ssl.SslConnection
            ifeq 6
         1: .line 131
            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 132
            aload 2 /* connector */
            instanceof org.eclipse.jetty.util.component.ContainerLifeCycle
            ifeq 5
         3: .line 134
            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 135
            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 137
      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 139
      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 145
            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;
}
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 Server = org.eclipse.jetty.util.ssl.SslContextFactory$Server of org.eclipse.jetty.util.ssl.SslContextFactory