Interface NioSelector
-
- All Superinterfaces:
Runnable
- All Known Subinterfaces:
Boss
- All Known Implementing Classes:
NioClientBoss,NioDatagramWorker,NioServerBoss,NioWorker
public interface NioSelector extends Runnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrebuildSelector()voidregister(Channel channel, ChannelFuture future)voidshutdown()
-
-
-
Method Detail
-
register
void register(Channel channel, ChannelFuture future)
-
rebuildSelector
void rebuildSelector()
-
shutdown
void shutdown()
-
-