Package io.netty.util

Interface ResourceLeakDetector.LeakListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onLeak​(java.lang.String resourceType, java.lang.String records)
      Will be called once a leak is detected.
    • Method Detail

      • onLeak

        void onLeak​(java.lang.String resourceType,
                    java.lang.String records)
        Will be called once a leak is detected.