Uses of Interface
io.netty5.buffer.api.LeakInfo
-
Packages that use LeakInfo Package Description io.netty5.buffer.api IncubatingBufferAPI, as a proposed alternative toByteBuf.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of LeakInfo in io.netty5.buffer.api
Methods in io.netty5.buffer.api with parameters of type LeakInfo Modifier and Type Method Description voidLoggingLeakCallback. accept(LeakInfo leakInfo)Method parameters in io.netty5.buffer.api with type arguments of type LeakInfo Modifier and Type Method Description static io.netty5.util.SafeCloseableMemoryManager. onLeakDetected(Consumer<LeakInfo> callback)Register a callback that will be called whenever aBufferinstance is leaked. -
Uses of LeakInfo in io.netty5.buffer.api.internal
Method parameters in io.netty5.buffer.api.internal with type arguments of type LeakInfo Modifier and Type Method Description static io.netty5.util.SafeCloseableLeakDetection. onLeakDetected(Consumer<LeakInfo> callback)Internal API forMemoryManager.onLeakDetected(Consumer).
-