Uses of Interface
org.apache.qpid.protonj2.buffer.ProtonBufferAllocator
-
-
Uses of ProtonBufferAllocator in org.apache.qpid.protonj2.buffer
Classes in org.apache.qpid.protonj2.buffer that implement ProtonBufferAllocator Modifier and Type Class Description class
ProtonByteBufferAllocator
Allocator for the default buffer type in Protonclass
ProtonNettyByteBufferAllocator
A defaultProtonBufferAllocator
that creates wrapped NettyByteBuf
buffers. -
Uses of ProtonBufferAllocator in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl with parameters of type ProtonBufferAllocator Modifier and Type Method Description static ProtonBuffer
ClientMessageSupport. encodeMessage(Encoder encoder, ProtonBufferAllocator allocator, AdvancedMessage<?> message, java.util.Map<java.lang.String,java.lang.Object> deliveryAnnotations)
static ProtonBuffer
ClientMessageSupport. encodeMessage(Encoder encoder, EncoderState encoderState, ProtonBufferAllocator allocator, AdvancedMessage<?> message, java.util.Map<java.lang.String,java.lang.Object> deliveryAnnotations)
-
Uses of ProtonBufferAllocator in org.apache.qpid.protonj2.client.transport
Methods in org.apache.qpid.protonj2.client.transport that return ProtonBufferAllocator Modifier and Type Method Description ProtonBufferAllocator
TcpTransport. getBufferAllocator()
ProtonBufferAllocator
Transport. getBufferAllocator()
Gets a buffer allocator that can produceProtonBuffer
instance that may be optimized for use with the underlying transport implementation. -
Uses of ProtonBufferAllocator in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return ProtonBufferAllocator Modifier and Type Method Description ProtonBufferAllocator
EngineConfiguration. getBufferAllocator()
Methods in org.apache.qpid.protonj2.engine with parameters of type ProtonBufferAllocator Modifier and Type Method Description EngineConfiguration
EngineConfiguration. setBufferAllocator(ProtonBufferAllocator allocator)
Sets the ProtonBufferAllocator used by this Engine. -
Uses of ProtonBufferAllocator in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return ProtonBufferAllocator Modifier and Type Method Description ProtonBufferAllocator
ProtonEngineConfiguration. getBufferAllocator()
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type ProtonBufferAllocator Modifier and Type Method Description ProtonEngineConfiguration
ProtonEngineConfiguration. setBufferAllocator(ProtonBufferAllocator allocator)
-