Uses of Interface
io.netty5.util.SafeCloseable
-
Packages that use SafeCloseable Package Description 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.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>>
-