Uses of Interface
org.apache.qpid.proton.codec.WritableBuffer

Packages that use WritableBuffer
org.apache.qpid.proton.codec   
org.apache.qpid.proton.engine.impl   
org.apache.qpid.proton.message.impl   
 

Uses of WritableBuffer in org.apache.qpid.proton.codec
 

Classes in org.apache.qpid.proton.codec that implement WritableBuffer
 class CompositeWritableBuffer
           
 class DroppingWritableBuffer
           
static class WritableBuffer.ByteBufferWrapper
           
 

Methods in org.apache.qpid.proton.codec with parameters of type WritableBuffer
 void EncoderImpl.setByteBuffer(WritableBuffer buf)
           
 

Constructors in org.apache.qpid.proton.codec with parameters of type WritableBuffer
CompositeWritableBuffer(WritableBuffer first, WritableBuffer second)
           
 

Uses of WritableBuffer in org.apache.qpid.proton.engine.impl
 

Methods in org.apache.qpid.proton.engine.impl with parameters of type WritableBuffer
protected  int SaslImpl.process(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
 int MessageImpl.encode(WritableBuffer buffer)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.