public interface ValueWriter<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueWriter.Factory<V> |
static interface |
ValueWriter.Registry |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCacheable() |
boolean |
isComplete() |
void |
setValue(T frameBody) |
int |
writeToBuffer(org.apache.qpid.bytebuffer.QpidByteBuffer buffer) |
int writeToBuffer(org.apache.qpid.bytebuffer.QpidByteBuffer buffer)
void setValue(T frameBody)
boolean isComplete()
boolean isCacheable()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.