Uses of Interface
io.netty5.util.Resource
-
Packages that use Resource 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 Resource in io.netty5.util
Classes in io.netty5.util with type parameters of type Resource Modifier and Type Interface Description interfaceResource<T extends Resource<T>>A resource that has a life-time, and can be closed.interfaceSend<T extends Resource<T>>A temporary holder of aResource, used for transferring the ownership of the resource from one thread to another.Methods in io.netty5.util with type parameters of type Resource Modifier and Type Method Description default <R extends Resource<R>>
Send<R>Send. map(Class<R> type, Function<T,R> mapper)Apply a mapping function to the object being sent.static <T extends Resource<T>>
Send<T>Send. sending(Class<T> concreteObjectType, Supplier<? extends T> supplier) -
Uses of Resource in io.netty5.util.internal
Classes in io.netty5.util.internal with type parameters of type Resource Modifier and Type Class Description classSendFromSupplier<T extends Resource<T>>
-