Uses of Class
org.apache.qpid.protonj2.buffer.netty.Netty5ToProtonBufferAdapter
-
Uses of Netty5ToProtonBufferAdapter in org.apache.qpid.protonj2.buffer.netty
Modifier and TypeMethodDescriptionNetty5ToProtonBufferAdapter.advanceReadOffset
(int amount) Netty5ToProtonBufferAdapter.advanceWriteOffset
(int amount) Netty5ProtonBufferAllocator.allocate()
Netty5ProtonBufferAllocator.allocate
(int initialCapacity) Netty5ProtonBufferAllocator.allocateHeapBuffer()
Netty5ProtonBufferAllocator.allocateHeapBuffer
(int initialCapacity) Netty5ProtonBufferAllocator.copy
(byte[] array) Netty5ProtonBufferAllocator.copy
(byte[] array, int offset, int length) Netty5ProtonBufferAllocator.outputBuffer
(int initialCapacity) Netty5ProtonBufferAllocator.wrap
(io.netty5.buffer.Buffer buffer) Creates aProtonBuffer
wrapper around the given Netty 5 based Buffer instance.