Package io.netty.channel
Interface IoHandlerFactory
-
public interface IoHandlerFactory
Factory forIoHandler
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IoHandler
newHandler(ThreadAwareExecutor ioExecutor)
Creates a newIoHandler
instance.
-
-
-
Method Detail
-
newHandler
IoHandler newHandler(ThreadAwareExecutor ioExecutor)
Creates a newIoHandler
instance.- Parameters:
ioExecutor
- theThreadAwareExecutor
for theIoHandler
.- Returns:
- a new
IoHandler
instance.
-
-