Interface LegacyServerSocketEndPointInfo
- All Known Implementing Classes:
AcceptorAcceptOnlyImpl
,AcceptorBase
,AcceptorImpl
,AcceptorLazyImpl
,EndPointInfoImpl
,SocketFactoryAcceptorImpl
public interface LegacyServerSocketEndPointInfo
LegacyServerSocketEndPointInfo is an abstraction of a port.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the host name of this end point.int
The ORBD's proxy port of this end point.getName()
int
getPort()
getType()
e.g.: "CLEAR_TEXT", "SSL", ...void
setLocatorPort
(int port)
-
Field Details
-
DEFAULT_ENDPOINT
- See Also:
-
BOOT_NAMING
- See Also:
-
NO_NAME
- See Also:
-
-
Method Details
-
getType
String getType()e.g.: "CLEAR_TEXT", "SSL", ...- Returns:
- type
-
getHostName
String getHostName()Get the host name of this end point. Subcontracts must use this instead of InetAddress.getHostName() because this would take into account the value of the ORBServerHost property.- Returns:
- the host name
-
getPort
int getPort() -
getLocatorPort
int getLocatorPort()The ORBD's proxy port of this end point. Note: Pre-ORT "port-exchange" model.- Returns:
- proxy port
-
setLocatorPort
void setLocatorPort(int port) -
getName
String getName()
-