Uses of Interface
org.apache.qpid.proton.codec.WritableBuffer
Packages that use WritableBuffer
Package
Description
-
Uses of WritableBuffer in org.apache.qpid.proton.amqp
Methods in org.apache.qpid.proton.amqp with parameters of type WritableBuffer -
Uses of WritableBuffer in org.apache.qpid.proton.codec
Classes in org.apache.qpid.proton.codec that implement WritableBufferModifier and TypeClassDescriptionclass
class
static class
Methods in org.apache.qpid.proton.codec that return WritableBufferMethods in org.apache.qpid.proton.codec with parameters of type WritableBufferModifier and TypeMethodDescriptionCompositeReadableBuffer.get
(WritableBuffer target) ReadableBuffer.ByteBufferReader.get
(WritableBuffer target) ReadableBuffer.get
(WritableBuffer target) Copy data from this buffer to the target buffer starting from the current position and continuing until either this buffer's remaining bytes are consumed or the target is full.void
EncoderImpl.setByteBuffer
(WritableBuffer buf) Constructors in org.apache.qpid.proton.codec with parameters of type WritableBufferModifierConstructorDescriptionCompositeWritableBuffer
(WritableBuffer first, WritableBuffer second) -
Uses of WritableBuffer in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine with parameters of type WritableBufferModifier and TypeMethodDescriptionint
Receiver.recv
(WritableBuffer buffer) Receive message data for the current delivery. -
Uses of WritableBuffer in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement WritableBufferMethods in org.apache.qpid.proton.engine.impl with parameters of type WritableBuffer -
Uses of WritableBuffer in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message with parameters of type WritableBufferModifier and TypeMethodDescriptionint
Message.encode
(WritableBuffer buffer) Encodes the current Message contents into the givenWritableBuffer
instance.int
ProtonJMessage.encode
(WritableBuffer buffer) -
Uses of WritableBuffer in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl with parameters of type WritableBuffer