Package io.grpc.netty

Class NettyServer.SharedResourceReferenceCounter

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

    class NettyServer.SharedResourceReferenceCounter
    extends io.netty.util.AbstractReferenceCounted
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void deallocate()  
      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

      • SharedResourceReferenceCounter

        SharedResourceReferenceCounter()
    • 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)