org.apache.xmlrpc.webserver
Class ServletConnection

java.lang.Object
  extended by org.apache.xmlrpc.webserver.ServletConnection

public class ServletConnection
extends java.lang.Object

ServletWebServer's org.apache.xmlrpc.util.ThreadPool.Task for handling a single servlet connection.


Constructor Summary
ServletConnection(HttpServlet pServlet, java.net.Socket pSocket)
          Creates a new instance.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletConnection

public ServletConnection(HttpServlet pServlet,
                         java.net.Socket pSocket)
                  throws java.io.IOException
Creates a new instance.

Parameters:
pServlet - The servlet, which ought to handle the request.
pSocket - The socket, to which the client is connected.
Throws:
java.io.IOException
Method Detail

run

public void run()
         throws java.lang.Throwable
Throws:
java.lang.Throwable