org.apache.commons.httpclient.protocol
public abstract static class ControllerThreadSocketFactory.SocketTask extends Object implements Runnable
| Method Summary | |
|---|---|
| abstract void | doit()
Perform the logic. |
| protected Socket | getSocket()
Return the socket. |
| void | run() Execute the logic in this object and keep track of any exceptions. |
| protected void | setSocket(Socket newSocket)
Set the socket. |
Throws: IOException If an IO problem occurs
Returns: Socket The socket.
Parameters: newSocket The new socket.