C D E F G H I M O P R S T U V 

O

OutputData - Class in <Unnamed>
OutputData is a container class for the output data needed to send an answer to a HTTP request, that is, a header and a file, along with an indicator of the status of the file, that is, whether or not it should be sent.
OutputData() - Constructor for class OutputData
 
outputData - Variable in class OutputDataParser
 
OutputDataParser - Class in <Unnamed>
OutputDataParser is a parser that takes the data sent from the client over a socket along with the directory to search for files in and parses it into an output data container which will contain the data necessary to answer the client request, i.e., a header and the file, if found.
OutputDataParser() - Constructor for class OutputDataParser
 
outputDataParser - Variable in class SocketThread
 
C D E F G H I M O P R S T U V