Uses of Class
org.apache.qpid.protonj2.buffer.ProtonAbstractBuffer
-
Packages that use ProtonAbstractBuffer Package Description org.apache.qpid.protonj2.buffer -
-
Uses of ProtonAbstractBuffer in org.apache.qpid.protonj2.buffer
Subclasses of ProtonAbstractBuffer in org.apache.qpid.protonj2.buffer Modifier and Type Class Description class
ProtonByteBuffer
Implementation of the ProtonBuffer interface that uses an array backing the buffer that is dynamically resized as bytes are written.class
ProtonCompositeBuffer
A composite of 1 or more ProtonBuffer instances used when aggregating buffer views.class
ProtonDuplicatedBuffer
A duplicated buffer wrapper for buffers known to beProtonAbstractBuffer
instances.class
ProtonNioByteBuffer
ProtonBuffer wrapper around a NIO ByteBuffer instance.class
ProtonSlicedBuffer
Presents a sliced view of aProtonAbstractBuffer
.Constructors in org.apache.qpid.protonj2.buffer with parameters of type ProtonAbstractBuffer Constructor Description ProtonDuplicatedBuffer(ProtonAbstractBuffer buffer)
Wrap the given buffer to present a duplicate buffer with independent read and write index values.ProtonSlicedBuffer(ProtonAbstractBuffer buffer, int offset, int capacity)
Creates a sliced view of the givenProtonByteBuffer
.
-