Package ghidra.framework.remote
Class RMIServerPortFactory
java.lang.Object
ghidra.framework.remote.RMIServerPortFactory
- 
Constructor SummaryConstructorsConstructorDescriptionRMIServerPortFactory(int basePort) Construct port factory using specified basePort
- 
Method SummaryModifier and TypeMethodDescriptionintReturns RMI Registry portintReturns the SSL-protected RMI port.intReturns the SSL Stream port
- 
Constructor Details- 
RMIServerPortFactorypublic RMIServerPortFactory(int basePort) Construct port factory using specified basePort
 
- 
- 
Method Details- 
getRMIRegistryPortpublic int getRMIRegistryPort()Returns RMI Registry port
- 
getRMISSLPortpublic int getRMISSLPort()Returns the SSL-protected RMI port.
- 
getStreamPortpublic int getStreamPort()Returns the SSL Stream port
 
-