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(QpidByteBuffer buffer) |
int writeToBuffer(QpidByteBuffer buffer)
void setValue(T frameBody)
boolean isComplete()
boolean isCacheable()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.