Uses of Interface
org.apache.qpid.protonj2.buffer.ProtonBufferComponentAccessor
Packages that use ProtonBufferComponentAccessor
Package
Description
-
Uses of ProtonBufferComponentAccessor in org.apache.qpid.protonj2.buffer
Methods in org.apache.qpid.protonj2.buffer that return ProtonBufferComponentAccessorModifier and TypeMethodDescriptionProtonBuffer.componentAccessor()
Returns a component access object that can be used to gain access to the constituent buffer components for use in IO operations or other lower level buffer operations that need to work on single compoents. -
Uses of ProtonBufferComponentAccessor in org.apache.qpid.protonj2.buffer.impl
Classes in org.apache.qpid.protonj2.buffer.impl that implement ProtonBufferComponentAccessorModifier and TypeClassDescriptionfinal class
An array based buffer implementation.Methods in org.apache.qpid.protonj2.buffer.impl that return ProtonBufferComponentAccessorModifier and TypeMethodDescriptionProtonByteArrayBuffer.componentAccessor()
ProtonCompositeBufferImpl.componentAccessor()
-
Uses of ProtonBufferComponentAccessor in org.apache.qpid.protonj2.buffer.netty
Classes in org.apache.qpid.protonj2.buffer.netty that implement ProtonBufferComponentAccessorModifier 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.Methods in org.apache.qpid.protonj2.buffer.netty that return ProtonBufferComponentAccessorModifier and TypeMethodDescriptionNetty4ToProtonBufferAdapter.componentAccessor()
Netty5ToProtonBufferAdapter.componentAccessor()