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

Constructor Index

 o JediClnt()

Method Index

 o clntRefresh(byte[])
 o clntUpdate(byte[], int, int)
 o initialize(Applet, JediCanvas, String, int, int)
 o readFromServer()
 o sendToServer()
 o sendToServer(int)
 o svrKeyDown(int, int)
 o svrLogo()
 o test(String)

Constructors

 o JediClnt
  public JediClnt()

Methods

 o initialize
  public void initialize(Applet applet,
                         JediCanvas canvas,
                         String host,
                         int port,
                         int retryInter)
 o test
  public void test(String message)
 o clntUpdate
  public synchronized void clntUpdate(byte bytes[],
                                      int xpos,
                                      int ypos)
 o clntRefresh
  public synchronized void clntRefresh(byte bytes[])
 o svrKeyDown
  public void svrKeyDown(int key,
                         int modifier)
 o svrLogo
  public void svrLogo()
 o readFromServer
  public void readFromServer() throws IOException
Overrides:
readFromServer in class XClient
 o sendToServer
  public void sendToServer(int command)
 o sendToServer
  public void sendToServer() throws IOException
Overrides:
sendToServer in class XClient

All Packages  Class Hierarchy  This Package  Previous  Next  Index