public class ExternalServiceInfo extends Object implements Serializable
| Constructor and Description |
|---|
ExternalServiceInfo(String protocol,
String remoteHostname,
Integer remotePort) |
| Modifier and Type | Method and Description |
|---|---|
ExternalServiceInfo |
copy() |
boolean |
equals(Object o) |
String |
getHostname() |
String |
getProtocol() |
Integer |
getRemotePort() |
int |
hashCode() |
String |
signature()
Returns a combination of strings including protocol, remote hostname,
and remote port.
|
public String getHostname()
public String getProtocol()
public Integer getRemotePort()
public String signature()
public ExternalServiceInfo copy()
Copyright © 2016–2024. All rights reserved.