-
Methods Method Description io.netty5.util.Attribute.getAndRemove() please consider usingAttribute.getAndSet(Object)(with value ofnull).io.netty5.util.Attribute.remove() please consider usingAttribute.set(Object)(with value ofnull).io.netty5.util.CharsetUtil.getDecoder(Charset) io.netty5.util.CharsetUtil.getEncoder(Charset) io.netty5.util.ConstantPool.nextId() io.netty5.util.DomainNameMapping.add(String, V) useDomainNameMappingBuilderto create and fill the mapping insteadio.netty5.util.Recycler.recycle(T, Recycler.Handle<T>) io.netty5.util.ResourceLeakDetector.reportInstancesLeak(String) This method will no longer be invoked byResourceLeakDetector.
-
Constructors Constructor Description io.netty5.util.DomainNameMapping(V) useDomainNameMappingBuilderto create and fill the mapping insteadio.netty5.util.internal.logging.CommonsLoggerFactory() UseCommonsLoggerFactory.INSTANCEinstead.io.netty5.util.internal.logging.JdkLoggerFactory() UseJdkLoggerFactory.INSTANCEinstead.io.netty5.util.internal.logging.Log4J2LoggerFactory() UseLog4J2LoggerFactory.INSTANCEinstead.io.netty5.util.internal.logging.Slf4JLoggerFactory() UseSlf4JLoggerFactory.INSTANCEinstead.io.netty5.util.Recycler(int, int)