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 TypeClassDescriptionclassclassstatic classMethods 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.voidEncoderImpl.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 TypeMethodDescriptionintReceiver.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 TypeMethodDescriptionintMessage.encode(WritableBuffer buffer) Encodes the current Message contents into the givenWritableBufferinstance.intProtonJMessage.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