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 TypeMethodDescriptionvoidexecuteInIoThread(Runnable task) Execute the givenRunnablein the IO-Thread.