org.apache.xmlrpc
Class WebServer.Runner
java.lang.Object
org.apache.xmlrpc.WebServer.Runner
- WebServer
- Runnable
(package private) class WebServer.Runner
extends java.lang.Object
implements Runnable
Responsible for handling client connections.
void | handle(Socket socket) - Handles the client connection on
socket .
|
void | run() - Delegates to
con.run() .
|
count
(package private) int count
thread
(package private) Thread thread
handle
public void handle(Socket socket)
throws IOException
Handles the client connection on socket
.
socket
- The source to read the client's request from.
run
public void run()
Delegates to con.run()
.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.