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 void
rebuildSelector()
void
register(Channel channel, ChannelFuture future)
void
shutdown()
-
-
-
Method Detail
-
register
void register(Channel channel, ChannelFuture future)
-
rebuildSelector
void rebuildSelector()
-
shutdown
void shutdown()
-
-