Uses of Interface
org.apache.qpid.protonj2.resource.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.apache.qpid.protonj2.buffer
Subinterfaces of Resource in org.apache.qpid.protonj2.bufferModifier and TypeInterfaceDescriptioninterface
Buffer type abstraction used to provide users of the proton library with a means of using their own type of byte buffer types in combination with the library tooling.interface
Defines the API for a specialized buffer type that is a composite of other buffer instances which is presented as a single buffer view. -
Uses of Resource in org.apache.qpid.protonj2.buffer.impl
Classes in org.apache.qpid.protonj2.buffer.impl that implement ResourceModifier and TypeClassDescriptionfinal class
An array based buffer implementation.final class
The built in composite buffer implementation. -
Uses of Resource in org.apache.qpid.protonj2.buffer.netty
Classes in org.apache.qpid.protonj2.buffer.netty that implement ResourceModifier and TypeClassDescriptionfinal class
Wrapper class for Netty 4 ByteBuf instances which provides a generic way for proton to interact with Netty 4 buffers.final class
Wrapper class for Netty 5 Buffer instances which provides a generic way for proton to interact with Netty 4 buffers. -
Uses of Resource in org.apache.qpid.protonj2.resource
Classes in org.apache.qpid.protonj2.resource with type parameters of type ResourceModifier and TypeInterfaceDescriptioninterface
Base resource type that provides API for managing ownership and cleaning up resources that require explicit life-cycle management.class
SharedResource<T extends Resource<T>>
A referenced resource is one in which a number of objects can claim reference and the resource will not close or free claimed resources until all references have been released.Classes in org.apache.qpid.protonj2.resource that implement ResourceModifier and TypeClassDescriptionclass
SharedResource<T extends Resource<T>>
A referenced resource is one in which a number of objects can claim reference and the resource will not close or free claimed resources until all references have been released.