| Package | Description |
|---|---|
| org.wso2.broker.amqp.codec | |
| org.wso2.broker.amqp.codec.data | |
| org.wso2.broker.amqp.codec.frames |
| Modifier and Type | Method and Description |
|---|---|
ShortString |
AmqpChannel.consume(ShortString queueName,
ShortString consumerTag,
boolean exclusive) |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpChannel.bind(ShortString queue,
ShortString exchange,
ShortString routingKey) |
void |
AmqpChannel.cancelConsumer(ShortString consumerTag) |
ShortString |
AmqpChannel.consume(ShortString queueName,
ShortString consumerTag,
boolean exclusive) |
void |
AmqpChannel.declareQueue(ShortString queue,
boolean passive,
boolean durable,
boolean autoDelete) |
| Modifier and Type | Method and Description |
|---|---|
static ShortString |
ShortString.parse(io.netty.buffer.ByteBuf buf) |
static ShortString |
ShortString.parseString(String data) |
| Constructor and Description |
|---|
FieldTable(Map<ShortString,FieldValue> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderFrame.setAppId(ShortString appId) |
void |
HeaderFrame.setContentEncoding(ShortString contentEncoding) |
void |
HeaderFrame.setContentType(ShortString contentType) |
void |
HeaderFrame.setCorrelationId(ShortString correlationId) |
void |
HeaderFrame.setExpiration(ShortString expiration) |
void |
HeaderFrame.setMessageId(ShortString messageId) |
void |
HeaderFrame.setReplyTo(ShortString replyTo) |
void |
HeaderFrame.setType(ShortString type) |
void |
HeaderFrame.setUserId(ShortString userId) |
| Constructor and Description |
|---|
BasicCancel(int channel,
ShortString consumerTag,
boolean noWait) |
BasicCancelOk(int channel,
ShortString consumerTag) |
BasicConsume(int channel,
ShortString queue,
ShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean noWait,
FieldTable arguments) |
BasicConsumeOk(int channel,
ShortString consumerTag) |
BasicDeliver(int channel,
ShortString consumerTag,
long deliveryTag,
boolean redelivered,
ShortString exchange,
ShortString routingKey) |
BasicPublish(int channel,
ShortString exchange,
ShortString routingKey,
boolean mandatory,
boolean immediate) |
ChannelClose(int channel,
int replyCode,
ShortString replyText,
int classId,
int methodId) |
ConnectionClose(int replyCode,
ShortString replyText,
int classId,
int methodId) |
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.