-
Methods Method Description io.netty5.bootstrap.AbstractBootstrap.group() UseAbstractBootstrap.config()instead.io.netty5.bootstrap.ServerBootstrap.childGroup() UseServerBootstrap.config()instead.io.netty5.channel.ChannelOption.newInstance(String) io.netty5.channel.group.ChannelGroup.deregister() This method will be removed in the next major feature release. Deregister allChannels in this group from theirEventLoop. Please note that this operation is asynchronous asChannel.deregister()is.io.netty5.channel.group.ChannelGroup.flushAndWrite(Object) UseChannelGroup.writeAndFlush(Object)instead.
-
Constructors Constructor Description io.netty5.channel.ChannelOption(String)