Uses of Interface
org.apache.qpid.protonj2.buffer.ProtonBufferComponent
Packages that use ProtonBufferComponent
Package
Description
-
Uses of ProtonBufferComponent in org.apache.qpid.protonj2.buffer
Methods in org.apache.qpid.protonj2.buffer that return ProtonBufferComponentModifier 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 readable 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()
Methods in org.apache.qpid.protonj2.buffer that return types with arguments of type ProtonBufferComponentModifier and TypeMethodDescriptiondefault Iterator<ProtonBufferComponent>
ProtonBufferComponentAccessor.componentIterator()
default Iterator<ProtonBufferComponent>
ProtonBufferComponentAccessor.readableComponentIterator()
default Iterator<ProtonBufferComponent>
ProtonBufferComponentAccessor.writableComponentIterator()
-
Uses of ProtonBufferComponent in org.apache.qpid.protonj2.buffer.impl
Classes in org.apache.qpid.protonj2.buffer.impl that implement ProtonBufferComponentModifier and TypeClassDescriptionfinal class
An array based buffer implementation.Methods in org.apache.qpid.protonj2.buffer.impl that return ProtonBufferComponent -
Uses of ProtonBufferComponent in org.apache.qpid.protonj2.buffer.netty
Classes in org.apache.qpid.protonj2.buffer.netty that implement ProtonBufferComponentModifier 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 ProtonBufferComponent