Class ControllerThreadSocketFactory.SocketTask
- java.lang.Object
-
- org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory.SocketTask
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ControllerThreadSocketFactory
public abstract static class ControllerThreadSocketFactory.SocketTask extends Object implements Runnable
Helper class for wrapping socket based tasks.
-
-
Constructor Summary
Constructors Constructor Description SocketTask()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voiddoit()Perform the logic.voidrun()Execute the logic in this object and keep track of any exceptions.
-
-
-
Method Detail
-
doit
public abstract void doit() throws IOExceptionPerform the logic.- Throws:
IOException- If an IO problem occurs
-
-