Uses of Interface
io.netty5.buffer.LeakInfo.TracePoint
-
Packages that use LeakInfo.TracePoint 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.TracePoint in io.netty5.buffer
Methods in io.netty5.buffer that return types with arguments of type LeakInfo.TracePoint Modifier and Type Method Description Stream<LeakInfo.TracePoint>LeakInfo. stream() -
Uses of LeakInfo.TracePoint in io.netty5.buffer.internal
Methods in io.netty5.buffer.internal that return types with arguments of type LeakInfo.TracePoint Modifier and Type Method Description abstract Collection<LeakInfo.TracePoint>LifecycleTracer. collectTraces()Return the life-cycle trace as an orderedCollectionofLeakInfo.TracePoints.
-