Package io.netty.channel
Interface ChannelFactory<T extends Channel>
- All Superinterfaces:
ChannelFactory<T>
- All Known Implementing Classes:
ReflectiveChannelFactory
Creates a new
Channel
.-
Method Summary
-
Method Details
-
newChannel
T newChannel()Creates a new channel.- Specified by:
newChannel
in interfaceChannelFactory<T extends Channel>
-