Package io.netty.bootstrap
Interface ChannelFactory<T extends Channel>
-
- All Known Subinterfaces:
ChannelFactory<T>
- All Known Implementing Classes:
NioUdtProvider
,ReflectiveChannelFactory
@Deprecated public interface ChannelFactory<T extends Channel>
Deprecated.UseChannelFactory
instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description T
newChannel()
Deprecated.Creates a new channel.
-
-
-
Method Detail
-
newChannel
T newChannel()
Deprecated.Creates a new channel.
-
-