Package io.netty5.buffer.api
Interface LeakInfo.TracePoint
-
- Enclosing interface:
- LeakInfo
public static interface LeakInfo.TracePointA moment in the life of the leaked object, for which some information was recorded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objecthint()Get the hint object from a touch call, if any.Throwabletraceback()Get aThrowableinstance that holds the recorded stack trace of this trace point.
-