Uses of Interface
org.apache.qpid.protonj2.buffer.ProtonBufferComponent
Package
Description
-
Uses of ProtonBufferComponent in org.apache.qpid.protonj2.buffer
Modifier and TypeMethodDescriptionProtonBufferComponent.advanceReadOffset
(int amount) Advances the internally maintained read offset for this component by the given amount.ProtonBufferComponent.advanceWriteOffset
(int amount) Advances the internally maintained write offset for this component by the given amount.ProtonBufferComponentAccessor.first()
Returns the first component that this access object provides which resets the iteration state to the beginning.default ProtonBufferComponent
ProtonBufferComponentAccessor.firstReadable()
Returns the first readable component that this access object provides which resets the iteration state to the beginning.default ProtonBufferComponent
ProtonBufferComponentAccessor.firstWritable()
Returns the first writable component that this access object provides which resets the iteration state to the beginning.ProtonBufferComponentAccessor.next()
Returns the next component that this access object provides which can be null if either the first method has never been called or the access of components has reached the end of the chain of buffer components that this access object is assigned to.default ProtonBufferComponent
ProtonBufferComponentAccessor.nextReadable()
default ProtonBufferComponent
ProtonBufferComponentAccessor.nextWritable()
Modifier and TypeMethodDescriptiondefault Iterator<ProtonBufferComponent>
ProtonBufferComponentAccessor.componentIterator()
default Iterable<ProtonBufferComponent>
ProtonBufferComponentAccessor.components()
default Iterator<ProtonBufferComponent>
ProtonBufferComponentAccessor.readableComponentIterator()
default Iterable<ProtonBufferComponent>
ProtonBufferComponentAccessor.readableComponents()
default Iterator<ProtonBufferComponent>
ProtonBufferComponentAccessor.writableComponentIterator()
default Iterable<ProtonBufferComponent>
ProtonBufferComponentAccessor.writableComponents()
-
Uses of ProtonBufferComponent in org.apache.qpid.protonj2.buffer.impl
Modifier and TypeClassDescriptionfinal class
An array based buffer implementation. -
Uses of ProtonBufferComponent 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.