|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dyndns.kwitte.ogc.Entry
A game entry in the list of games of the OGC server. Immutable, thread-safe.
ClientConnection.getListModel(),
ClientConnection.getEnumeration()| Method Summary | |
java.lang.String |
getEntry()
Returns the entry in precisely the same way as it has been sent by the Open Game Cache server according to the Open Game Cache protocol. |
java.lang.String |
getID()
Returns the ID of this entry. |
java.lang.String |
getIP()
Returns the IP or the host of this entry in the list of games. |
int |
getPort()
Returns the port of the game. |
java.lang.String |
getVersion()
Returns the version of this entry. |
java.lang.String |
toString()
Returns a well readable String representation
of this Entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String getIP()
public int getPort()
public java.lang.String getID()
public java.lang.String getVersion()
public java.lang.String toString()
String representation
of this Entry. It can be used for example
to display it to the user in a list of games that are currently
running on an Open Game Cache server. The precise structure
of the returned String is undefined and may change
in a later release, but it will never be null.
String representation of this Entrypublic java.lang.String getEntry()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||