Package io.netty.channel
Interface ChannelFactory<T extends Channel>
-
- All Superinterfaces:
ChannelFactory<T>
- All Known Implementing Classes:
NioUdtProvider
,ReflectiveChannelFactory
public interface ChannelFactory<T extends Channel> extends ChannelFactory<T>
Creates a newChannel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
newChannel()
Creates a new channel.
-
-
-
Method Detail
-
newChannel
T newChannel()
Creates a new channel.- Specified by:
newChannel
in interfaceChannelFactory<T extends Channel>
-
-