Package org.jboss.netty.channel.socket
Interface Worker
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
NioDatagramWorker
,NioWorker
public interface Worker extends Runnable
AWorker
is responsible to dispatch IO operations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executeInIoThread(Runnable task)
Execute the givenRunnable
in the IO-Thread.
-