Uses of Interface
io.netty5.util.Send
-
Packages that use Send 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 Send in io.netty5.util
Methods in io.netty5.util that return Send 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.Send<T>Resource. send()Send this object instance to another Thread, transferring the ownership to the recipient.static <T extends Resource<T>>
Send<T>Send. sending(Class<T> concreteObjectType, Supplier<? extends T> supplier) -
Uses of Send in io.netty5.util.internal
Classes in io.netty5.util.internal that implement Send Modifier and Type Class Description classSendFromSupplier<T extends Resource<T>>
-