Package org.jboss.netty.channel.socket
Interface Worker
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AbstractNioWorker
,AbstractOioWorker
,NioDatagramWorker
,NioWorker
,OioDatagramWorker
,OioWorker
A
Worker
is responsible to dispatch IO operations-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeInIoThread
(Runnable task) Execute the givenRunnable
in the IO-Thread.