|
|||||||||
| Home >> All >> org >> zazof >> [ jteg overview ] | PREV NEXT | ||||||||
Uses of Class
org.zazof.jteg.ServerException
| Uses of ServerException in org.zazof.jteg |
| Methods in org.zazof.jteg that throw ServerException | |
void |
TEGServer.makeConnectionWithServer(java.lang.String server,
int port)
Makes the actual connection with server on the specified port. Before sending any message to the TEG server, this method should be called. |
void |
TEGServer.send(java.lang.String message,
java.lang.String errorMessage)
Sends a message to the TEGServer. |
java.lang.String |
TEGServer.getMessageFromServer()
Gets a message from the TEGServer in Stringformat. |
int |
TEGServer.getProtocolVersion()
Returns the protocol currently in use by Jteg. |
java.lang.String |
TEGServer.getServerVersion()
Returns a description of the server we are currently connected to. |
void |
MessageManager.makeConnectionWithServer(java.lang.String server,
int port)
Makes the actual connection with server on the specified port. |
void |
MessageManager.sendToServer(java.lang.String[] messageParts)
This method will build the correct messagestring to the server based on the 'parts' that are supplied as a parameter in a StringArray. |
void |
MessageManager.askPlayerStatus()
This method will ask the playerstatus to the server. |
|
|||||||||
| Home >> All >> org >> zazof >> [ jteg overview ] | PREV NEXT | ||||||||