org.apache.xmlrpc.webserver
Class ServletConnection
java.lang.Object
org.apache.xmlrpc.webserver.ServletConnection
- ThreadPool.InterruptableTask, ThreadPool.Task
public class ServletConnection
extends java.lang.Object
ServletConnection
public ServletConnection(HttpServlet pServlet,
Socket pSocket)
throws IOException
Creates a new instance.
pServlet
- The servlet, which ought to handle the request.pSocket
- The socket, to which the client is connected.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.