|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Free.ClientProtocol
Processes data from TCPClient to formulate the correct resonses.
The source code is extremely readable and provides the best explanation of its function.
| Constructor Summary | |
ClientProtocol()
|
|
| Method Summary | |
protected static java.lang.String[] |
process(java.lang.String inputData,
int vectIndex)
process analyses packets and responds appropriately |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ClientProtocol()
| Method Detail |
protected static java.lang.String[] process(java.lang.String inputData,
int vectIndex)
throws java.lang.Exception
inputData - Contains the contents of a received packetException, - all errors are handled by TCPClient
which has the ability to gracefully close the connection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||