Package io.netty.channel
Interface IoHandlerFactory
-
public interface IoHandlerFactoryFactory forIoHandlerinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IoHandlernewHandler(io.netty.util.concurrent.ThreadAwareExecutor ioExecutor)Creates a newIoHandlerinstance.
-