public class ChefProcessor
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 |
---|
ChefProcessor(java.net.Socket clientSocket,
ChefGUI GUI)
Instantiates a new chef 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 ChefProcessor(java.net.Socket clientSocket, ChefGUI GUI)
clientSocket
- the client socketGUI
- the gui