org.apache.xmlrpc
class WebServer.Runner extends Object implements Runnable
Field Summary | |
---|---|
WebServer.Connection | con |
int | count |
Thread | thread |
Method Summary | |
---|---|
void | handle(Socket socket)
Handles the client connection on socket .
|
void | run()
Delegates to con.run() . |
socket
.
Parameters: socket The source to read the client's request from.
con.run()
.