org.apache.xmlrpc

Class WebServer.Runner

class WebServer.Runner extends Object implements Runnable

Responsible for handling client connections.
Field Summary
WebServer.Connectioncon
intcount
Threadthread
Method Summary
voidhandle(Socket socket)
Handles the client connection on socket.
voidrun()
Delegates to con.run().

Field Detail

con

WebServer.Connection con

count

int count

thread

Thread thread

Method Detail

handle

public void handle(Socket socket)
Handles the client connection on socket.

Parameters: 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.