public class ServletConnection
extends java.lang.Object
ServletWebServer's
org.apache.xmlrpc.util.ThreadPool.Task for handling a single
servlet connection.| Constructor and Description |
|---|
ServletConnection(HttpServlet pServlet,
java.net.Socket pSocket)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
public ServletConnection(HttpServlet pServlet,
java.net.Socket pSocket)
throws java.io.IOException
pServlet - The servlet, which ought to handle the request.pSocket - The socket, to which the client is connected.java.io.IOException