-
- 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 T
newChannel(EventLoop eventLoop)
Creates a new channel.
-