Uses of Class
org.apache.qpid.protonj2.buffer.ProtonByteBuffer
-
Packages that use ProtonByteBuffer Package Description org.apache.qpid.protonj2.buffer -
-
Uses of ProtonByteBuffer in org.apache.qpid.protonj2.buffer
Methods in org.apache.qpid.protonj2.buffer that return ProtonByteBuffer Modifier and Type Method Description ProtonByteBuffer
ProtonByteBufferAllocator. allocate()
ProtonByteBuffer
ProtonByteBufferAllocator. allocate(int initialCapacity)
ProtonByteBuffer
ProtonByteBufferAllocator. allocate(int initialCapacity, int maximumCapacity)
ProtonByteBuffer
ProtonNettyByteBufferAllocator. allocate()
ProtonByteBuffer
ProtonNettyByteBufferAllocator. allocate(int initialCapacity)
ProtonByteBuffer
ProtonNettyByteBufferAllocator. allocate(int initialCapacity, int maximumCapacity)
-