public class QueueDeclare extends MethodFrame
FRAME_END| Constructor and Description |
|---|
QueueDeclare(int channel,
ShortString queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean noWait,
FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
FieldTable |
getArguments()
Getter for arguments.
|
static AmqMethodBodyFactory |
getFactory() |
protected long |
getMethodBodySize() |
ShortString |
getQueue()
Getter for queue.
|
void |
handle(io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler) |
boolean |
isAutoDelete()
Getter for autoDelete.
|
boolean |
isDurable()
Getter for durable.
|
boolean |
isExclusive()
Getter for exclusive.
|
boolean |
isNoWait()
Getter for noWait.
|
boolean |
isPassive()
Getter for passive.
|
protected void |
writeMethod(io.netty.buffer.ByteBuf buf) |
getPayloadSize, writePayloadgetChannel, writepublic QueueDeclare(int channel,
ShortString queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean noWait,
FieldTable arguments)
protected long getMethodBodySize()
getMethodBodySize in class MethodFrameprotected void writeMethod(io.netty.buffer.ByteBuf buf)
writeMethod in class MethodFramepublic void handle(io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler)
handle in class GeneralFramepublic ShortString getQueue()
public boolean isPassive()
public boolean isDurable()
public boolean isExclusive()
public boolean isAutoDelete()
public boolean isNoWait()
public FieldTable getArguments()
public static AmqMethodBodyFactory getFactory()
Copyright © 2017 WSO2. All rights reserved.