Collaboration diagram for Server::Runnable:
Private Methods | |
public | ConnectionThread (Socket sock, Server server) |
public void | run () |
Private Attributes | |
private Socket | sock |
private Server | server |
Definition at line 296 of file Server.java.
|
Definition at line 302 of file Server.java. |
|
The main body of the thread.
Read requests from the InputStream until end-of-file, and dispatch on each request as it comes in using the
Definition at line 316 of file Server.java. |
|
Server we are acting on behalf of.
Definition at line 300 of file Server.java. |
|
Socket that connects us to our client.
Definition at line 298 of file Server.java. |