|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerDisconnectedException | |
---|---|
org.starhope.vergil.game | |
org.starhope.vergil.net |
Uses of ServerDisconnectedException in org.starhope.vergil.game |
---|
Methods in org.starhope.vergil.game that throw ServerDisconnectedException | |
---|---|
static void |
PubliusVergiliusMaro.sendCommand(String command,
com.google.gwt.json.client.JSONObject data)
WRITEME: Document this method brpocock@star-hope.org |
Uses of ServerDisconnectedException in org.starhope.vergil.net |
---|
Methods in org.starhope.vergil.net that throw ServerDisconnectedException | |
---|---|
void |
AppianClient.connect(String serverAddress,
int serverPort)
Connect to the server based upon a hostname and port |
void |
AppianGWTClient.connect(String serverAddress,
int serverPort)
|
void |
WebSocketServerConnection.connect(String newHost,
int newPort,
String newZone)
|
void |
ServerConnection.connect(String newHost,
int port,
String newZone)
Connect to a game server |
com.google.gwt.json.client.JSONObject |
WebSocketServerConnection.readMessage()
|
com.google.gwt.json.client.JSONValue |
ServerConnection.readMessage()
Retrieve the next message from the server's queue, or null if there are no messages waiting |
com.google.gwt.json.client.JSONObject |
WebSocketServerConnection.readMessageBlocking()
|
com.google.gwt.json.client.JSONObject |
ServerConnection.readMessageBlocking()
Retrieves the next message from the server, blocking to wait for one if there are none queued. |
void |
WebSocketServerConnection.sendMessage(com.google.gwt.json.client.JSONObject jso)
|
void |
ServerConnection.sendMessage(com.google.gwt.json.client.JSONObject jso)
Send a message to the server |
void |
AppianClient.sendResponse(com.google.gwt.json.client.JSONObject result)
WRITEME |
void |
AppianGWTClient.sendResponse(com.google.gwt.json.client.JSONObject ret)
WRITEME: Document this method brpocock@star-hope.org |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |