Package io.netty.channel
Class ReflectiveChannelFactory<T extends Channel>
java.lang.Object
io.netty.channel.ReflectiveChannelFactory<T>
- All Implemented Interfaces:
ChannelFactory<T>
,ChannelFactory<T>
public class ReflectiveChannelFactory<T extends Channel>
extends Object
implements ChannelFactory<T>
A
ChannelFactory
that instantiates a new Channel
by invoking its default constructor reflectively.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
constructor
-
-
Constructor Details
-
ReflectiveChannelFactory
-
-
Method Details
-
newChannel
Description copied from interface:ChannelFactory
Creates a new channel.- Specified by:
newChannel
in interfaceChannelFactory<T extends Channel>
- Specified by:
newChannel
in interfaceChannelFactory<T extends Channel>
-
toString
-