Package io.netty.bootstrap
Interface ChannelFactory<T extends Channel>
- All Known Subinterfaces:
ChannelFactory<T>
- All Known Implementing Classes:
ReflectiveChannelFactory
Deprecated.
-
Method Summary
-
Method Details
-
newChannel
T newChannel()Deprecated.Creates a new channel.
-
ChannelFactory
instead.