- handleConnection() - Method in class SocketThread
-
Handles a request through the socket connection.
- handleConnections(File) - Static method in class HttpServer
-
Handles the connections by listening to the socket and accepting any
incoming connection.
- hasFile() - Method in class OutputData
-
Checks if the file is to be sent.
- Header - Class in <Unnamed>
-
Header is a container for data needed for building a HTTP/1.0
header answer to a HTTP/[0.9|1.0|1.1] request.
- Header() - Constructor for class Header
-
- header - Variable in class OutputData
-
- HttpServer - Class in <Unnamed>
-
HttpServer is a HTTP/1.0 server that handles HTTP/[0.9 | 1.0 | 1.1] requests.
- HttpServer() - Constructor for class HttpServer
-
- httpVersion - Variable in class Request
-