Class chat

Class chat

Object
   |
   +----chat

public class chat
extends Object
implements Runnable

Constructor Index

 o chat(Socket, ctl_msg, boolean, int)

Method Index

 o disconnected()
 o main(String[])
 o printByte(byte, byte[], JTextArea, int)
 o run()
 o setInv()
 o setupConnection()
 o start()
 o stop()
 o tabToSpaces(int)

Constructors

 o chat
public chat(Socket theSocket,
            ctl_msg request,
            boolean caller,
            int talkMode)

Methods

 o disconnected
public void disconnected()
 o main
public static void main(String[] args)
 o printByte
public int printByte(byte theByte,
                     byte theSpecialBytes,
                     JTextArea theTextArea,
                     int theCounter)
 o run
public void run()
 o setInv
public void setInv()
 o setupConnection
public void setupConnection()
 o start
public void start()
 o stop
public void stop()
 o tabToSpaces
public int tabToSpaces(int counter)