Uses of Class
org.apache.qpid.protonj2.buffer.netty.Netty4ToProtonBufferAdapter
-
Uses of Netty4ToProtonBufferAdapter in org.apache.qpid.protonj2.buffer.netty
Modifier and TypeMethodDescriptionNetty4ToProtonBufferAdapter.advanceReadOffset
(int amount) Netty4ToProtonBufferAdapter.advanceWriteOffset
(int amount) Netty4ProtonBufferAllocator.allocate()
Netty4ProtonBufferAllocator.allocate
(int initialCapacity) Netty4ProtonBufferAllocator.allocateHeapBuffer()
Netty4ProtonBufferAllocator.allocateHeapBuffer
(int initialCapacity) Netty4ProtonBufferAllocator.copy
(byte[] array, int offset, int length) Netty4ProtonBufferAllocator.outputBuffer
(int initialCapacity) Netty4ProtonBufferAllocator.wrap
(io.netty.buffer.ByteBuf buffer) Creates aProtonBuffer
wrapper around the given Netty 4 based ByteBuf instance.