|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.xmlrpc.WebServer.Runner
Responsible for handling client connections.
| Field Summary | |
(package private) WebServer.Connection |
con
|
(package private) int |
count
|
(package private) java.lang.Thread |
thread
|
| Constructor Summary | |
(package private) |
WebServer.Runner()
|
| Method Summary | |
void |
handle(java.net.Socket socket)
Handles the client connection on socket. |
void |
run()
Delegates to con.run(). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.Thread thread
WebServer.Connection con
int count
| Constructor Detail |
WebServer.Runner()
| Method Detail |
public void handle(java.net.Socket socket)
throws java.io.IOException
socket.
socket - The source to read the client's request from.
java.io.IOExceptionpublic void run()
con.run().
run in interface java.lang.Runnable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||