public interface  io.netty.bootstrap.ChannelFactory extends java.lang.Object
{
public abstract io.netty.channel.Channel newChannel();
}