|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SOCServerPing | |
|---|---|
| soc.client | |
| soc.message | |
| soc.robot | |
| soc.server | |
| Uses of SOCServerPing in soc.client |
|---|
| Methods in soc.client with parameters of type SOCServerPing | |
|---|---|
private void |
SOCPlayerClient.MessageTreater.handleSERVERPING(SOCServerPing mes,
boolean isPractice)
echo the server ping, to ensure we're still connected. |
| Uses of SOCServerPing in soc.message |
|---|
| Methods in soc.message that return SOCServerPing | |
|---|---|
static SOCServerPing |
SOCServerPing.parseDataStr(java.lang.String s)
Parse the command String into a ServerPing message |
| Uses of SOCServerPing in soc.robot |
|---|
| Methods in soc.robot with parameters of type SOCServerPing | |
|---|---|
protected void |
SOCRobotClient.handleSERVERPING(SOCServerPing mes)
handle the server ping message. |
| Uses of SOCServerPing in soc.server |
|---|
| Fields in soc.server declared as SOCServerPing | |
|---|---|
private SOCServerPing |
SOCServerRobotPinger.ping
|
| Methods in soc.server with parameters of type SOCServerPing | |
|---|---|
private void |
SOCServer.handleSERVERPING(StringConnection c,
SOCServerPing mes)
Handle the client's echo of a SOCMessage.SERVERPING. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||