| Package | Description |
|---|---|
| org.wso2.broker.amqp.codec.data | |
| org.wso2.broker.amqp.codec.frames |
| Modifier and Type | Field and Description |
|---|---|
static FieldTable |
FieldTable.EMPTY_TABLE |
| Modifier and Type | Method and Description |
|---|---|
static FieldTable |
FieldTable.parse(io.netty.buffer.ByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderFrame.setHeaders(FieldTable headers) |
| Constructor and Description |
|---|
BasicConsume(int channel,
ShortString queue,
ShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean noWait,
FieldTable arguments) |
ConnectionStart(short channel,
byte majorVersion,
byte minorVersion,
FieldTable serverProperties,
LongString mechanisms,
LongString locales) |
ConnectionStartOk(int channel,
FieldTable clientProperties,
ShortString mechanisms,
ShortString locales,
LongString response) |
ExchangeDeclare(int channel,
ShortString exchange,
ShortString type,
boolean passive,
boolean durable,
boolean noWait,
FieldTable arguments) |
QueueBind(int channel,
ShortString queue,
ShortString exchange,
ShortString routingKey,
boolean noWait,
FieldTable arguments) |
QueueDeclare(int channel,
ShortString queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean noWait,
FieldTable arguments) |
Copyright © 2017 WSO2. All rights reserved.