class sun.management.jmxremote.SSLContextRMIServerSocketFactory$1 extends java.net.ServerSocket
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.management.jmxremote.SSLContextRMIServerSocketFactory$1
  super_class: java.net.ServerSocket
{
  final sun.management.jmxremote.SSLContextRMIServerSocketFactory this$0;
    descriptor: Lsun/management/jmxremote/SSLContextRMIServerSocketFactory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final javax.net.ssl.SSLSocketFactory val$sslSocketFactory;
    descriptor: Ljavax/net/ssl/SSLSocketFactory;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.management.jmxremote.SSLContextRMIServerSocketFactory, int, javax.net.ssl.SSLSocketFactory);
    descriptor: (Lsun/management/jmxremote/SSLContextRMIServerSocketFactory;ILjavax/net/ssl/SSLSocketFactory;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.management.jmxremote.SSLContextRMIServerSocketFactory$1 this
        start local 2 // int $anonymous0
         0: .line 133
            aload 0 /* this */
            aload 1
            putfield sun.management.jmxremote.SSLContextRMIServerSocketFactory$1.this$0:Lsun/management/jmxremote/SSLContextRMIServerSocketFactory;
            aload 0 /* this */
            aload 3
            putfield sun.management.jmxremote.SSLContextRMIServerSocketFactory$1.val$sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            invokespecial java.net.ServerSocket.<init>:(I)V
            return
        end local 2 // int $anonymous0
        end local 0 // sun.management.jmxremote.SSLContextRMIServerSocketFactory$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/management/jmxremote/SSLContextRMIServerSocketFactory$1;
            0    1     2  $anonymous0  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                      Name  Flags
      this$0                final
      $anonymous0           
      val$sslSocketFactory  final

  public java.net.Socket accept();
    descriptor: ()Ljava/net/Socket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.management.jmxremote.SSLContextRMIServerSocketFactory$1 this
         0: .line 135
            aload 0 /* this */
            invokespecial java.net.ServerSocket.accept:()Ljava/net/Socket;
            astore 1 /* socket */
        start local 1 // java.net.Socket socket
         1: .line 137
            aload 0 /* this */
            getfield sun.management.jmxremote.SSLContextRMIServerSocketFactory$1.val$sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
         2: .line 138
            aload 1 /* socket */
            aload 1 /* socket */
            invokevirtual java.net.Socket.getInetAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostName:()Ljava/lang/String;
         3: .line 139
            aload 1 /* socket */
            invokevirtual java.net.Socket.getPort:()I
            iconst_1
         4: .line 137
            invokevirtual javax.net.ssl.SSLSocketFactory.createSocket:(Ljava/net/Socket;Ljava/lang/String;IZ)Ljava/net/Socket;
         5: .line 136
            checkcast javax.net.ssl.SSLSocket
            astore 2 /* sslSocket */
        start local 2 // javax.net.ssl.SSLSocket sslSocket
         6: .line 140
            aload 2 /* sslSocket */
            iconst_0
            invokevirtual javax.net.ssl.SSLSocket.setUseClientMode:(Z)V
         7: .line 141
            aload 0 /* this */
            getfield sun.management.jmxremote.SSLContextRMIServerSocketFactory$1.this$0:Lsun/management/jmxremote/SSLContextRMIServerSocketFactory;
            invokevirtual sun.management.jmxremote.SSLContextRMIServerSocketFactory.getEnabledCipherSuites:()[Ljava/lang/String;
            ifnull 9
         8: .line 142
            aload 2 /* sslSocket */
            aload 0 /* this */
            getfield sun.management.jmxremote.SSLContextRMIServerSocketFactory$1.this$0:Lsun/management/jmxremote/SSLContextRMIServerSocketFactory;
            invokevirtual sun.management.jmxremote.SSLContextRMIServerSocketFactory.getEnabledCipherSuites:()[Ljava/lang/String;
            invokevirtual javax.net.ssl.SSLSocket.setEnabledCipherSuites:([Ljava/lang/String;)V
         9: .line 144
      StackMap locals: java.net.Socket javax.net.ssl.SSLSocket
      StackMap stack:
            aload 0 /* this */
            getfield sun.management.jmxremote.SSLContextRMIServerSocketFactory$1.this$0:Lsun/management/jmxremote/SSLContextRMIServerSocketFactory;
            invokevirtual sun.management.jmxremote.SSLContextRMIServerSocketFactory.getEnabledProtocols:()[Ljava/lang/String;
            ifnull 11
        10: .line 145
            aload 2 /* sslSocket */
            aload 0 /* this */
            getfield sun.management.jmxremote.SSLContextRMIServerSocketFactory$1.this$0:Lsun/management/jmxremote/SSLContextRMIServerSocketFactory;
            invokevirtual sun.management.jmxremote.SSLContextRMIServerSocketFactory.getEnabledProtocols:()[Ljava/lang/String;
            invokevirtual javax.net.ssl.SSLSocket.setEnabledProtocols:([Ljava/lang/String;)V
        11: .line 147
      StackMap locals:
      StackMap stack:
            aload 2 /* sslSocket */
            aload 0 /* this */
            getfield sun.management.jmxremote.SSLContextRMIServerSocketFactory$1.this$0:Lsun/management/jmxremote/SSLContextRMIServerSocketFactory;
            invokevirtual sun.management.jmxremote.SSLContextRMIServerSocketFactory.getNeedClientAuth:()Z
            invokevirtual javax.net.ssl.SSLSocket.setNeedClientAuth:(Z)V
        12: .line 148
            aload 2 /* sslSocket */
            areturn
        end local 2 // javax.net.ssl.SSLSocket sslSocket
        end local 1 // java.net.Socket socket
        end local 0 // sun.management.jmxremote.SSLContextRMIServerSocketFactory$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/management/jmxremote/SSLContextRMIServerSocketFactory$1;
            1   13     1     socket  Ljava/net/Socket;
            6   13     2  sslSocket  Ljavax/net/ssl/SSLSocket;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "SSLContextRMIServerSocketFactory.java"
EnclosingMethod: sun.management.jmxremote.SSLContextRMIServerSocketFactory.createServerSocket:(I)Ljava/net/ServerSocket;
NestHost: sun.management.jmxremote.SSLContextRMIServerSocketFactory
InnerClasses:
  sun.management.jmxremote.SSLContextRMIServerSocketFactory$1