Uses of Interface
org.apache.qpid.proton.codec.WritableBuffer
-
-
Uses of WritableBuffer in org.apache.qpid.proton.amqp
Methods in org.apache.qpid.proton.amqp with parameters of type WritableBuffer Modifier and Type Method Description voidSymbol. writeTo(WritableBuffer buffer) -
Uses of WritableBuffer in org.apache.qpid.proton.codec
Classes in org.apache.qpid.proton.codec that implement WritableBuffer Modifier and Type Class Description classCompositeWritableBufferclassDroppingWritableBufferstatic classWritableBuffer.ByteBufferWrapperMethods in org.apache.qpid.proton.codec that return WritableBuffer Modifier and Type Method Description WritableBufferEncoderImpl. getBuffer()Methods in org.apache.qpid.proton.codec with parameters of type WritableBuffer Modifier and Type Method Description CompositeReadableBufferCompositeReadableBuffer. get(WritableBuffer target)ReadableBufferReadableBuffer.ByteBufferReader. get(WritableBuffer target)ReadableBufferReadableBuffer. 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 WritableBuffer Constructor Description CompositeWritableBuffer(WritableBuffer first, WritableBuffer second) -
Uses of WritableBuffer in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine with parameters of type WritableBuffer Modifier and Type Method Description intReceiver. 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 WritableBuffer Modifier and Type Class Description classFrameWriterBufferMethods in org.apache.qpid.proton.engine.impl with parameters of type WritableBuffer Modifier and Type Method Description intReceiverImpl. recv(WritableBuffer buffer) -
Uses of WritableBuffer in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message with parameters of type WritableBuffer Modifier and Type Method Description intMessage. 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 Modifier and Type Method Description intMessageImpl. encode(WritableBuffer buffer)
-