public final class sun.management.jmxremote.LocalRMIServerSocketFactory implements java.rmi.server.RMIServerSocketFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.management.jmxremote.LocalRMIServerSocketFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/jmxremote/LocalRMIServerSocketFactory;

  public java.net.ServerSocket createServerSocket(int);
    descriptor: (I)Ljava/net/ServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
        start local 1 // int port
         0: .line 49
            new sun.management.jmxremote.LocalRMIServerSocketFactory$1
            dup
            aload 0 /* this */
            iload 1 /* port */
            invokespecial sun.management.jmxremote.LocalRMIServerSocketFactory$1.<init>:(Lsun/management/jmxremote/LocalRMIServerSocketFactory;I)V
            areturn
        end local 1 // int port
        end local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/jmxremote/LocalRMIServerSocketFactory;
            0    1     1  port  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      port  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
        start local 1 // java.lang.Object obj
         0: .line 125
            aload 1 /* obj */
            instanceof sun.management.jmxremote.LocalRMIServerSocketFactory
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/jmxremote/LocalRMIServerSocketFactory;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
         0: .line 133
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // sun.management.jmxremote.LocalRMIServerSocketFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/jmxremote/LocalRMIServerSocketFactory;
}
SourceFile: "LocalRMIServerSocketFactory.java"
NestMembers:
  sun.management.jmxremote.LocalRMIServerSocketFactory$1
InnerClasses:
  sun.management.jmxremote.LocalRMIServerSocketFactory$1