Class jedi.JediClnt
All Packages Class Hierarchy This Package Previous Next Index
Class jedi.JediClnt
java.lang.Object
|
+----ryw.XClient
|
+----jedi.JediClnt
- public class JediClnt
- extends XClient
Responsible for connecting and communicating to the JediServer.
- See Also:
- XClient
-
JediClnt()
-
-
clntRefresh(byte[])
-
-
clntUpdate(byte[], int, int)
-
-
initialize(Applet, JediCanvas, String, int, int)
-
-
readFromServer()
-
-
sendToServer()
-
-
sendToServer(int)
-
-
svrKeyDown(int, int)
-
-
svrLogo()
-
-
test(String)
-
JediClnt
public JediClnt()
initialize
public void initialize(Applet applet,
JediCanvas canvas,
String host,
int port,
int retryInter)
test
public void test(String message)
clntUpdate
public synchronized void clntUpdate(byte bytes[],
int xpos,
int ypos)
clntRefresh
public synchronized void clntRefresh(byte bytes[])
svrKeyDown
public void svrKeyDown(int key,
int modifier)
svrLogo
public void svrLogo()
readFromServer
public void readFromServer() throws IOException
- Overrides:
- readFromServer in class XClient
sendToServer
public void sendToServer(int command)
sendToServer
public void sendToServer() throws IOException
- Overrides:
- sendToServer in class XClient
All Packages Class Hierarchy This Package Previous Next Index