C J M N P R S

C

cSocket - Static variable in class JawaServer
 
cSocket - Static variable in class Netjunk.JawaServerReciever
 

J

JawaServer - class JawaServer.
Final Assessment for Henry Bush's Java Course This is the Server Part of a multi- threaded Networking Chat Program
JawaServer() - Constructor for class JawaServer
 
JawaServerGUI - class Netjunk.JawaServerGUI.
This is the GUI (Graphical User Interface).
JawaServerGUI(Socket) - Constructor for class Netjunk.JawaServerGUI
 
JawaServerReciever - class Netjunk.JawaServerReciever.
 
JawaServerReciever(JawaServerGUI, Socket) - Constructor for class Netjunk.JawaServerReciever
This is the constructor I don't totally understad this, but it works and it is based on an example from the course.

M

main(String[]) - Static method in class JawaServer
Main Method - calls the GUI and sets up the Reciever The GUI is called and set up, and then the program waits for the IP address to be entered And then it sets the Reciever to work
myReply - Variable in class Netjunk.JawaServerGUI
 

N

Netjunk - package Netjunk
 

P

pressButtonOrEnter(int) - Method in class Netjunk.JawaServerGUI
This is called whenever the send button is pressed or Enter is typed after a message This method does most of the work.

R

run() - Method in class Netjunk.JawaServerReciever
This is the multi-thread part of the program Once started, this start looping and whenever the server sends a message, this hears it and sends it to the GUI

S

SetMyReply(String) - Method in class Netjunk.JawaServerGUI
This is the set method for myReply.
sSocket - Static variable in class JawaServer
 

C J M N P R S