| Package | Description |
|---|---|
| org.wso2.broker.amqp.codec.data | |
| org.wso2.broker.amqp.codec.frames |
| Modifier and Type | Method and Description |
|---|---|
static ShortString |
ShortString.parse(io.netty.buffer.ByteBuf buf) |
| Constructor and Description |
|---|
FieldTable(Map<ShortString,FieldValue> properties) |
| Constructor and Description |
|---|
ConnectionOpen(ShortString virtualHost) |
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) |
QueueDeclareOk(int channel,
ShortString queue,
long messageCount,
long consumerCount) |
Copyright © 2017 WSO2. All rights reserved.