Uses of Interface
io.netty5.util.SafeCloseable
-
Packages that use SafeCloseable 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.io.netty5.buffer.api.pool A poolingBufferAllocatorimplementation based on jemalloc.io.netty5.util Utility classes used across multiple packages.io.netty5.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of SafeCloseable in io.netty5.buffer.api
Subinterfaces of SafeCloseable in io.netty5.buffer.api Modifier and Type Interface Description interfaceBufferAllocatorInterface for allocatingBuffers.interfaceComponentIterator<T extends ComponentIterator.Next>A facade for iterating the readable or writable components of aBuffer.Classes in io.netty5.buffer.api that implement SafeCloseable Modifier and Type Class Description classSensitiveBufferAllocatorThisBufferAllocatoris for allocating off-heapBuffers that may contain sensitive information, which should be erased from memory (overwritten) when the buffer is closed.Methods in io.netty5.buffer.api that return SafeCloseable Modifier and Type Method Description static SafeCloseableMemoryManager. onLeakDetected(Consumer<LeakInfo> callback)Register a callback that will be called whenever aBufferinstance is leaked. -
Uses of SafeCloseable in io.netty5.buffer.api.internal
Classes in io.netty5.buffer.api.internal that implement SafeCloseable Modifier and Type Class Description classSendFromOwned<I extends Resource<I>,T extends ResourceSupport<I,T>>classSingleComponentIterator<T extends ComponentIterator.Next>Methods in io.netty5.buffer.api.internal that return SafeCloseable Modifier and Type Method Description static SafeCloseableLeakDetection. onLeakDetected(Consumer<LeakInfo> callback)Internal API forMemoryManager.onLeakDetected(Consumer). -
Uses of SafeCloseable in io.netty5.buffer.api.pool
Classes in io.netty5.buffer.api.pool that implement SafeCloseable Modifier and Type Class Description classPooledBufferAllocator -
Uses of SafeCloseable in io.netty5.util
Subinterfaces of SafeCloseable in io.netty5.util Modifier and Type Interface Description interfaceSend<T extends Resource<T>>A temporary holder of aResource, used for transferring the ownership of the resource from one thread to another. -
Uses of SafeCloseable in io.netty5.util.internal
Classes in io.netty5.util.internal that implement SafeCloseable Modifier and Type Class Description classSendFromSupplier<T extends Resource<T>>
-