|
Class Summary |
| Listener |
Listener will listen on the assigned
listeningPort for incoming client requests. |
| MirrorHttpWorkerImpl |
Is the actual implementation of the handleClient() methode used in Worker |
| MirrorHttpWorkerImplFactory |
Creates instances of the MirrorHttpWorkerImpl |
| Server |
The main purpose of the Server is to
get a socket from the Listener and to hand
this socket to the Worker.
The Server gets the Worker by
requesting one from the WorkerCache. |
| ServerConfig |
Contains the information to configure the server. |
| Worker |
The Worker is responsible for talking to the client.
This includes receiving the request header and sending the
file or any given error back to the client. |
| WorkerCache |
The WorkerCache hold a bunch of already started Worker threads. |