Uses of Interface
io.netty5.buffer.LeakInfo
-
Packages that use LeakInfo Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty5.buffer.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of LeakInfo in io.netty5.buffer
Methods in io.netty5.buffer with parameters of type LeakInfo Modifier and Type Method Description void
LoggingLeakCallback. accept(LeakInfo leakInfo)
Method parameters in io.netty5.buffer 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.internal
Method parameters in io.netty5.buffer.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)
.
-