public class WaiterProcessor
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
waiterIP
The Constant waiterIP.
|
static int |
waiterPort
The Constant waiterPort.
|
Constructor and Description |
---|
WaiterProcessor(java.net.Socket clientSocket,
WaiterGUI GUI)
Instantiates a new waiter processor.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Parses the message processes the request to do the appropriate response
|
public static final java.lang.String waiterIP
public static final int waiterPort
public WaiterProcessor(java.net.Socket clientSocket, WaiterGUI GUI)
clientSocket
- the client socketGUI
- the gui