Class RMIServerPortFactory


  • public class RMIServerPortFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RMIServerPortFactory​(int basePort)
      Construct port factory using specified basePort
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRMIRegistryPort()
      Returns RMI Registry port
      int getRMISSLPort()
      Returns the SSL-protected RMI port.
      int getStreamPort()
      Returns the SSL Stream port
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMIServerPortFactory

        public RMIServerPortFactory​(int basePort)
        Construct port factory using specified basePort
    • Method Detail

      • getRMIRegistryPort

        public int getRMIRegistryPort()
        Returns RMI Registry port
      • getRMISSLPort

        public int getRMISSLPort()
        Returns the SSL-protected RMI port.
      • getStreamPort

        public int getStreamPort()
        Returns the SSL Stream port