|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.webserver.ServletConnection
public class ServletConnection
ServletWebServer's
ThreadPool.Task for handling a single
servlet connection.
| Constructor Summary | |
|---|---|
ServletConnection(javax.servlet.http.HttpServlet pServlet,
java.net.Socket pSocket)
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
run()
|
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletConnection(javax.servlet.http.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| Method Detail |
|---|
public void run()
throws java.lang.Throwable
run in interface org.apache.xmlrpc.util.ThreadPool.Taskjava.lang.Throwable
public void shutdown()
throws java.lang.Throwable
shutdown in interface org.apache.xmlrpc.util.ThreadPool.InterruptableTaskjava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||