Interface IOProcessor
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
DefaultConnectionListener
,HttpServiceProcessor
public interface IOProcessor extends Runnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
destroy()
boolean
isDestroyed()
-
-
-
Method Detail
-
close
void close() throws IOException
- Throws:
IOException
-
isDestroyed
boolean isDestroyed()
-
destroy
void destroy()
-
-