Uses of Interface
io.netty5.buffer.api.Owned
-
Packages that use Owned Package Description io.netty5.buffer.api.adaptor Helpers for integrating with the existingByteBuf
API.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of Owned in io.netty5.buffer.api.adaptor
Methods in io.netty5.buffer.api.adaptor that return Owned Modifier and Type Method Description protected Owned<ByteBufBuffer>
ByteBufBuffer. prepareSend()
-
Uses of Owned in io.netty5.buffer.api.internal
Methods in io.netty5.buffer.api.internal that return Owned Modifier and Type Method Description protected abstract Owned<T>
ResourceSupport. prepareSend()
Prepare this instance for ownership transfer.abstract <I extends Resource<I>,T extends ResourceSupport<I,T>>
Owned<T>LifecycleTracer. send(Owned<T> instance)
Add to the trace log that the object is being sent.Methods in io.netty5.buffer.api.internal with parameters of type Owned Modifier and Type Method Description abstract <I extends Resource<I>,T extends ResourceSupport<I,T>>
Owned<T>LifecycleTracer. send(Owned<T> instance)
Add to the trace log that the object is being sent.Constructors in io.netty5.buffer.api.internal with parameters of type Owned Constructor Description SendFromOwned(Owned<T> outgoing, Drop<T> drop, Class<?> concreteType)
-