org.apache.xmlrpc

Class WebServer.Runner

Enclosing Class:
WebServer
Implemented Interfaces:
Runnable

(package private) class WebServer.Runner
extends java.lang.Object
implements Runnable

Responsible for handling client connections.

Field Summary

(package private) WebServer.Connection
con
(package private) int
count
(package private) Thread
thread

Method Summary

void
handle(Socket socket)
Handles the client connection on socket.
void
run()
Delegates to con.run().

Field Details

con

(package private)  WebServer.Connection con

count

(package private)  int count

thread

(package private)  Thread thread

Method Details

handle

public void handle(Socket socket)
            throws IOException
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.