|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JawaServer
Final Assessment for Henry Bush's Java Course This is the Server Part of a multi- threaded Networking Chat Program
Field Summary | |
static java.net.Socket |
cSocket
|
static java.net.ServerSocket |
sSocket
|
Constructor Summary | |
JawaServer()
|
Method Summary | |
static void |
main(java.lang.String[] args)
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.net.Socket cSocket
public static java.net.ServerSocket sSocket
Constructor Detail |
public JawaServer()
Method Detail |
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |