-
- All Known Implementing Classes:
ReflectiveChannelFactory
public interface ChannelFactory<T extends Channel>Creates a newChannel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TnewChannel(EventLoop eventLoop)Creates a new channel.
-