BasicContentHeaderProperties |
ContentHeaderPropertiesFactory.createContentHeaderProperties(int classId,
int propertyFlags,
QpidByteBuffer buffer,
int size) |
static ContentHeaderBody |
ContentHeaderBody.createFromBuffer(QpidByteBuffer buffer,
long size)
Helper method that is used currently by the persistence layer.
|
protected void |
HeartbeatBody.populateFromBuffer(DataInputStream buffer,
long size) |
void |
BasicContentHeaderProperties.populatePropertiesFromBuffer(QpidByteBuffer buffer,
int propertyFlags,
int size) |
static void |
ContentHeaderBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor methodProcessor,
long size) |
static void |
ChannelAlertBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
ConnectionStartBody.process(QpidByteBuffer in,
ClientMethodProcessor dispatcher) |
static void |
ConnectionSecureBody.process(QpidByteBuffer in,
ClientMethodProcessor dispatcher) |
static void |
ExchangeDeclareBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
QueueBindBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
QueueUnbindBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
BasicConsumeBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
QueueDeclareBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
ConnectionStartOkBody.process(QpidByteBuffer in,
ServerMethodProcessor dispatcher) |
static FieldTable |
EncodingUtils.readFieldTable(QpidByteBuffer input) |