public interface NioSelector
extends java.lang.Runnable
限定符和类型 | 方法和说明 |
---|---|
void |
rebuildSelector()
Replaces the current
Selector with a new Selector to work around the infamous epoll 100% CPU
bug. |
void |
register(Channel channel,
ChannelFuture future) |
void |
shutdown() |
void register(Channel channel, ChannelFuture future)
void rebuildSelector()
Selector
with a new Selector
to work around the infamous epoll 100% CPU
bug.void shutdown()