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.
|
int |
ProtocolInitiation.Decoder.decodable(QpidByteBuffer in) |
static ChannelOpenOkBody |
ChannelOpenOkBody.getInstance(ProtocolVersion protocolVersion,
QpidByteBuffer input) |
void |
BasicContentHeaderProperties.populatePropertiesFromBuffer(QpidByteBuffer buffer,
int propertyFlags,
int size) |
static void |
HeartbeatBody.process(int channel,
QpidByteBuffer in,
MethodProcessor processor,
long bodySize) |
static void |
ChannelOpenBody.process(int channelId,
QpidByteBuffer buffer,
ServerMethodProcessor dispatcher) |
static void |
ChannelFlowOkBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
ChannelFlowBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
ChannelCloseBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
BasicNackBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
BasicAckBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor dispatcher) |
static void |
ContentHeaderBody.process(QpidByteBuffer buffer,
ChannelMethodProcessor methodProcessor,
long size) |
static void |
ContentBody.process(QpidByteBuffer in,
ChannelMethodProcessor methodProcessor,
long bodySize) |
static void |
QueuePurgeOkBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
QueueDeleteOkBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
QueueDeclareOkBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
ExchangeBoundOkBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
ChannelAlertBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
BasicReturnBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
BasicGetOkBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
BasicGetEmptyBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
BasicDeliverBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
BasicConsumeOkBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
BasicCancelOkBody.process(QpidByteBuffer in,
ClientChannelMethodProcessor dispatcher) |
static void |
AccessRequestOkBody.process(QpidByteBuffer buffer,
ClientChannelMethodProcessor dispatcher) |
static void |
ConnectionTuneBody.process(QpidByteBuffer buffer,
ClientMethodProcessor dispatcher) |
static void |
ConnectionStartBody.process(QpidByteBuffer in,
ClientMethodProcessor dispatcher) |
static void |
ConnectionSecureBody.process(QpidByteBuffer in,
ClientMethodProcessor dispatcher) |
static void |
ConnectionRedirectBody.process(QpidByteBuffer buffer,
ClientMethodProcessor dispatcher) |
static void |
ConnectionOpenOkBody.process(QpidByteBuffer buffer,
ClientMethodProcessor dispatcher) |
static void |
ConnectionCloseBody.process(QpidByteBuffer buffer,
MethodProcessor dispatcher) |
static void |
ChannelOpenOkBody.process(QpidByteBuffer in,
ProtocolVersion protocolVersion,
ClientChannelMethodProcessor dispatcher) |
static void |
BasicRecoverBody.process(QpidByteBuffer in,
ProtocolVersion protocolVersion,
ServerChannelMethodProcessor dispatcher) |
static void |
QueueUnbindBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
QueuePurgeBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
QueueDeleteBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
QueueDeclareBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
QueueBindBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
ExchangeDeleteBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
ExchangeDeclareBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
ExchangeBoundBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
ConfirmSelectBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
BasicRejectBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
BasicRecoverSyncBody.process(QpidByteBuffer in,
ServerChannelMethodProcessor dispatcher) |
static void |
BasicQosBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
BasicPublishBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
BasicGetBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
BasicConsumeBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
BasicCancelBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
AccessRequestBody.process(QpidByteBuffer buffer,
ServerChannelMethodProcessor dispatcher) |
static void |
ConnectionTuneOkBody.process(QpidByteBuffer buffer,
ServerMethodProcessor dispatcher) |
static void |
ConnectionStartOkBody.process(QpidByteBuffer in,
ServerMethodProcessor dispatcher) |
static void |
ConnectionSecureOkBody.process(QpidByteBuffer in,
ServerMethodProcessor dispatcher) |
static void |
ConnectionOpenBody.process(QpidByteBuffer buffer,
ServerMethodProcessor dispatcher) |
int |
BasicContentHeaderProperties.read(QpidByteBuffer input) |
static AMQShortString |
AMQShortString.readAMQShortString(QpidByteBuffer buffer) |
static byte[] |
EncodingUtils.readBytes(QpidByteBuffer buffer) |
static FieldTable |
EncodingUtils.readFieldTable(QpidByteBuffer input) |
static FieldArray<?> |
FieldArray.readFromBuffer(QpidByteBuffer buffer) |
static AMQTypedValue |
AMQTypedValue.readFromBuffer(QpidByteBuffer buffer) |
static long |
EncodingUtils.readLongAsShortString(QpidByteBuffer buffer) |
static byte[] |
EncodingUtils.readLongstr(QpidByteBuffer buffer) |
static String |
EncodingUtils.readLongString(QpidByteBuffer buffer) |
void |
ChannelMethodProcessor.receiveMessageContent(QpidByteBuffer data) |
protected void |
AMQMethodBodyImpl.writeAMQShortString(QpidByteBuffer buffer,
AMQShortString string) |
protected void |
AMQMethodBodyImpl.writeBitfield(QpidByteBuffer buffer,
byte bitfield0) |
static void |
EncodingUtils.writeBoolean(QpidByteBuffer buffer,
boolean aBoolean) |
protected void |
AMQMethodBodyImpl.writeByte(QpidByteBuffer buffer,
byte b) |
static void |
EncodingUtils.writeBytes(QpidByteBuffer buffer,
byte[] data) |
protected void |
AMQMethodBodyImpl.writeBytes(QpidByteBuffer buffer,
byte[] data) |
protected void |
AMQMethodBodyImpl.writeFieldTable(QpidByteBuffer buffer,
FieldTable table) |
static void |
EncodingUtils.writeFieldTableBytes(QpidByteBuffer buffer,
FieldTable table) |
protected void |
AMQMethodBodyImpl.writeInt(QpidByteBuffer buffer,
int i) |
protected void |
AMQMethodBodyImpl.writeLong(QpidByteBuffer buffer,
long l) |
static void |
EncodingUtils.writeLongAsShortString(QpidByteBuffer buffer,
long l) |
static void |
EncodingUtils.writeLongstr(QpidByteBuffer buffer,
byte[] data) |
static void |
EncodingUtils.writeLongStringBytes(QpidByteBuffer buffer,
String s) |
void |
TxSelectOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
TxSelectBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
TxRollbackOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
TxRollbackBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
TxCommitOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
TxCommitBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueueUnbindOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueueUnbindBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueuePurgeOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueuePurgeBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueueDeleteOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueueDeleteBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueueDeclareOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueueDeclareBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueueBindOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
QueueBindBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ExchangeDeleteOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ExchangeDeleteBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ExchangeDeclareOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ExchangeDeclareBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ExchangeBoundOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ExchangeBoundBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionTuneOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionTuneBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionStartOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionStartBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionSecureOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionSecureBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionRedirectBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionOpenOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionOpenBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionCloseOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConnectionCloseBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConfirmSelectOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ConfirmSelectBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ChannelOpenOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ChannelOpenBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ChannelFlowOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ChannelFlowBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ChannelCloseOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ChannelCloseBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
ChannelAlertBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicReturnBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicRejectBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicRecoverSyncOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicRecoverSyncBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicRecoverBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicQosOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicQosBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicPublishBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicNackBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicGetOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicGetEmptyBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicGetBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicDeliverBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicConsumeOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicConsumeBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicCancelOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicCancelBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
BasicAckBody.writeMethodPayload(QpidByteBuffer buffer) |
protected abstract void |
AMQMethodBodyImpl.writeMethodPayload(QpidByteBuffer buffer) |
void |
AccessRequestOkBody.writeMethodPayload(QpidByteBuffer buffer) |
void |
AccessRequestBody.writeMethodPayload(QpidByteBuffer buffer) |
long |
ContentHeaderBody.writePayload(QpidByteBuffer buf) |
long |
BasicContentHeaderProperties.writePropertyListPayload(QpidByteBuffer buffer) |
protected void |
AMQMethodBodyImpl.writeShort(QpidByteBuffer buffer,
short s) |
static void |
EncodingUtils.writeShortStringBytes(QpidByteBuffer buffer,
AMQShortString s) |
void |
AMQType.writeToBuffer(Object value,
QpidByteBuffer buffer) |
void |
FieldTable.writeToBuffer(QpidByteBuffer buffer) |
void |
FieldArray.writeToBuffer(QpidByteBuffer buffer) |
abstract void |
AMQTypedValue.writeToBuffer(QpidByteBuffer buffer) |
void |
AMQShortString.writeToBuffer(QpidByteBuffer buffer) |
protected void |
AMQMethodBodyImpl.writeUnsignedByte(QpidByteBuffer buffer,
short unsignedByte) |
protected void |
AMQMethodBodyImpl.writeUnsignedInteger(QpidByteBuffer buffer,
long i) |
protected void |
AMQMethodBodyImpl.writeUnsignedShort(QpidByteBuffer buffer,
int s) |