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