Class JawaServer

java.lang.Object
  |
  +--JawaServer

public class JawaServer
extends java.lang.Object

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

cSocket

public static java.net.Socket cSocket

sSocket

public static java.net.ServerSocket sSocket
Constructor Detail

JawaServer

public JawaServer()
Method Detail

main

public 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