Uses of Class
io.netty5.buffer.api.internal.ResourceSupport
-
Packages that use ResourceSupport Package Description io.netty5.buffer.api.adaptor Helpers for integrating with the existingByteBufAPI.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of ResourceSupport in io.netty5.buffer.api.adaptor
Subclasses of ResourceSupport in io.netty5.buffer.api.adaptor Modifier and Type Class Description classByteBufBuffer -
Uses of ResourceSupport in io.netty5.buffer.api.internal
Classes in io.netty5.buffer.api.internal with type parameters of type ResourceSupport Modifier and Type Class Description classAdaptableBuffer<T extends ResourceSupport<Buffer,T>>classResourceSupport<I extends Resource<I>,T extends ResourceSupport<I,T>>Internal support class for resources.classSendFromOwned<I extends Resource<I>,T extends ResourceSupport<I,T>>Subclasses of ResourceSupport in io.netty5.buffer.api.internal Modifier and Type Class Description classAdaptableBuffer<T extends ResourceSupport<Buffer,T>>Methods in io.netty5.buffer.api.internal with type parameters of type ResourceSupport 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.Methods in io.netty5.buffer.api.internal with parameters of type ResourceSupport Modifier and Type Method Description static <T> TStatics. acquire(ResourceSupport<?,?> obj)static intStatics. countBorrows(ResourceSupport<?,?> obj)static booleanStatics. isOwned(ResourceSupport<?,?> obj)static voidStatics. unsafeSetDrop(ResourceSupport<?,?> obj, Drop<?> replacement)
-