Uses of Interface
org.apache.qpid.protonj2.buffer.ProtonBufferComponentAccessor
Package
Description
-
Uses of ProtonBufferComponentAccessor in org.apache.qpid.protonj2.buffer
Modifier 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
Modifier and TypeClassDescriptionfinal class
An array based buffer implementation.Modifier and TypeMethodDescriptionProtonByteArrayBuffer.componentAccessor()
ProtonCompositeBufferImpl.componentAccessor()
-
Uses of ProtonBufferComponentAccessor in org.apache.qpid.protonj2.buffer.netty
Modifier 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.Modifier and TypeMethodDescriptionNetty4ToProtonBufferAdapter.componentAccessor()
Netty5ToProtonBufferAdapter.componentAccessor()