public class DOServerInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostAddress() |
int |
getPort() |
java.security.PublicKey |
getPublicKey() |
java.lang.String |
getServerID()
Returns a string that differentiates this server from the others
in the same service.
|
DOServiceInfo |
getService()
Return the service that contains this server.
|
java.lang.String |
getServiceID() |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getServerID()
public java.lang.String getServiceID()
public DOServiceInfo getService()
public java.lang.String getHostAddress()
public int getPort()
public java.security.PublicKey getPublicKey() throws java.lang.Exception
java.lang.Exception