org.apache.xmlrpc.webserver
public class ServletConnection extends Object implements ThreadPool.Task
Constructor Summary | |
---|---|
ServletConnection(HttpServlet pServlet, Socket pSocket) Creates a new instance. |
Method Summary | |
---|---|
void | run() |
Parameters: pServlet The servlet, which ought to handle the request. pSocket The socket, to which the client is connected.
Throws: IOException