Package ghidra.framework.remote
Class RMIServerPortFactory
java.lang.Object
ghidra.framework.remote.RMIServerPortFactory
-
Constructor Summary
ConstructorDescriptionRMIServerPortFactory
(int basePort) Construct port factory using specified basePort -
Method Summary
Modifier and TypeMethodDescriptionint
Returns RMI Registry portint
Returns the SSL-protected RMI port.int
Returns the SSL Stream port
-
Constructor Details
-
RMIServerPortFactory
public RMIServerPortFactory(int basePort) Construct port factory using specified basePort
-
-
Method Details
-
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
-