|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerAddress
This interface models the concept of "server address", which hides the transport-specific details (host, port, etc.).
Implementations of this interface should override the equals
method.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Implementations should override this method in manner consistent with the method's specification (in the Object class). |
java.lang.String |
getTransportType()
Returns the "transport type" of the server corresponding to this server address. |
| Method Detail |
|---|
java.lang.String getTransportType()
String.boolean equals(java.lang.Object o)
Object class).
equals in class java.lang.ObjectObject.equals(Object obj).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||