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 voidclose()voiddestroy()booleanisDestroyed()
-
-
-
Method Detail
-
close
void close() throws IOException- Throws:
IOException
-
isDestroyed
boolean isDestroyed()
-
destroy
void destroy()
-
-