public class ReflectiveChannelFactory<T extends io.netty.channel.Channel> extends Object implements io.netty.bootstrap.ChannelFactory<T>
ChannelFactory that instantiates a new Channel by invoking its default constructor reflectively.| Constructor and Description |
|---|
ReflectiveChannelFactory(Class<? extends T> clazz) |
Copyright © 2016. All Rights Reserved.