Class chat
Class chat
Object
|
+----chat
- public class chat
- extends Object
- implements Runnable
-
chat(Socket, ctl_msg, boolean, int)
-
-
disconnected()
-
-
main(String[])
-
-
printByte(byte, byte[], JTextArea, int)
-
-
run()
-
-
setInv()
-
-
setupConnection()
-
-
start()
-
-
stop()
-
-
tabToSpaces(int)
-
chat
public chat(Socket theSocket,
ctl_msg request,
boolean caller,
int talkMode)
disconnected
public void disconnected()
main
public static void main(String[] args)
printByte
public int printByte(byte theByte,
byte theSpecialBytes,
JTextArea theTextArea,
int theCounter)
run
public void run()
setInv
public void setInv()
setupConnection
public void setupConnection()
start
public void start()
stop
public void stop()
tabToSpaces
public int tabToSpaces(int counter)