public interface io.netty.bootstrap.ChannelFactory<T extends io.netty.channel.Channel>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.netty.bootstrap.ChannelFactory
super_class: java.lang.Object
{
public abstract T newChannel();
descriptor: ()Lio/netty/channel/Channel;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()TT;
}
Signature: <T::Lio/netty/channel/Channel;>Ljava/lang/Object;
SourceFile: "ChannelFactory.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()