org.apache.xmlrpc.webserver

Class ServletConnection

public class ServletConnection extends Object implements ThreadPool.Task

{@link org.apache.xmlrpc.webserver.ServletWebServer ServletWebServer's} {@link org.apache.xmlrpc.util.ThreadPool.Task} for handling a single servlet connection.
Constructor Summary
ServletConnection(HttpServlet pServlet, Socket pSocket)
Creates a new instance.
Method Summary
voidrun()

Constructor Detail

ServletConnection

public ServletConnection(HttpServlet pServlet, Socket pSocket)
Creates a new instance.

Parameters: pServlet The servlet, which ought to handle the request. pSocket The socket, to which the client is connected.

Throws: IOException

Method Detail

run

public void run()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.