- parse(String[]) - Method in class InputDataParser
-
Parses and validates the input arguments.
- parse(String, File) - Method in class OutputDataParser
-
Parses input client data into an output data container containing
a suitable answer to the good/bad request in the form of a header
and a possible file, depending on the request.
- parseClientData(String) - Method in class OutputDataParser
-
Parses the string received from the client into a request container.
- parseInput(String[]) - Method in class InputDataParser
-
Parses the input arguments into the inut data container and sets the
flag according to whether or not the input fulfills the requirements.
- port - Variable in class InputData
-