public interface NettyIoExecutor extends IoExecutor
IoExecutor
for netty.
Modifier and Type | Method and Description |
---|---|
Executor |
asExecutor()
Get an
Executor which will use an IoExecutor thread for execution. |
isFileDescriptorSocketAddressSupported, isUnixDomainSocketSupported
onClose
closeAsync, closeAsyncGracefully
Executor asExecutor()
Executor
which will use an IoExecutor
thread for execution.
Runnable
s.
If this assumption is violated, it will impact EventLoop responsiveness and hence should be avoided.Executor
which will use an IoExecutor
thread for execution.