public interface ServerAddress extends Serializable
Implementations of this interface should override the equals
and hashCode methods.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Implementations should override this method in manner consistent
with the method's specification (in the
Object class). |
String |
getTransportType()
Returns the "transport type" of the server corresponding
to this server address.
|
String getTransportType()
String.boolean equals(Object o)
Object class).equals in class ObjectObject.equals(Object obj).Copyright © 2012 Sapia OSS. All Rights Reserved.