public class EndPointInfoImpl extends Object implements SocketInfo, LegacyServerSocketEndPointInfo
Modifier and Type | Field and Description |
---|---|
protected String |
hostname |
protected int |
locatorPort |
protected String |
name |
protected int |
port |
protected String |
type |
IIOP_CLEAR_TEXT
BOOT_NAMING, DEFAULT_ENDPOINT, NO_NAME
Constructor and Description |
---|
EndPointInfoImpl(String type,
int port,
String hostname) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHost() |
String |
getHostName()
Get the host name of this end point.
|
int |
getLocatorPort()
The ORBD's proxy port of this end point.
|
String |
getName() |
int |
getPort() |
String |
getType()
e.g.: "CLEAR_TEXT", "SSL", ...
|
int |
hashCode() |
void |
setLocatorPort(int port) |
String |
toString() |
protected String type
protected String hostname
protected int port
protected int locatorPort
protected String name
public String getType()
LegacyServerSocketEndPointInfo
getType
in interface LegacyServerSocketEndPointInfo
getType
in interface SocketInfo
public String getHost()
getHost
in interface SocketInfo
public String getHostName()
LegacyServerSocketEndPointInfo
getHostName
in interface LegacyServerSocketEndPointInfo
public int getPort()
getPort
in interface LegacyServerSocketEndPointInfo
getPort
in interface SocketInfo
public int getLocatorPort()
LegacyServerSocketEndPointInfo
getLocatorPort
in interface LegacyServerSocketEndPointInfo
public void setLocatorPort(int port)
setLocatorPort
in interface LegacyServerSocketEndPointInfo
public String getName()
getName
in interface LegacyServerSocketEndPointInfo
Copyright © 2021 JBoss by Red Hat. All rights reserved.