Uses of Interface
io.netty5.buffer.api.LeakInfo
-
Packages that use LeakInfo Package Description io.netty5.buffer.api IncubatingBuffer
API, 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 void
LoggingLeakCallback. 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.SafeCloseable
MemoryManager. onLeakDetected(Consumer<LeakInfo> callback)
Register a callback that will be called whenever aBuffer
instance 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.SafeCloseable
LeakDetection. onLeakDetected(Consumer<LeakInfo> callback)
Internal API forMemoryManager.onLeakDetected(Consumer)
.
-