Class ByteBufRef.RefReferenceCounting

  • All Implemented Interfaces:
    io.netty.util.ReferenceCounted
    Enclosing class:
    ByteBufRef

    protected class ByteBufRef.RefReferenceCounting
    extends io.netty.util.AbstractReferenceCounted
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RefReferenceCounting()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void deallocate()  
      void reset()  
      io.netty.util.ReferenceCounted touch​(java.lang.Object hint)  
      • Methods inherited from class io.netty.util.AbstractReferenceCounted

        refCnt, release, release, retain, retain, setRefCnt, touch
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RefReferenceCounting

        protected RefReferenceCounting()
    • Method Detail

      • deallocate

        protected void deallocate()
        Specified by:
        deallocate in class io.netty.util.AbstractReferenceCounted
      • touch

        public io.netty.util.ReferenceCounted touch​(java.lang.Object hint)
      • reset

        public void reset()