org.apache.xmlrpc.webserver
public class ServletConnection extends Object implements ThreadPool.Task
ServletWebServer's
Task for handling a single
servlet connection.
| 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