public class QueueUnbind extends MethodFrame
FRAME_END| Constructor and Description |
|---|
QueueUnbind(int channel,
org.wso2.broker.common.data.types.ShortString queue,
org.wso2.broker.common.data.types.ShortString exchange,
org.wso2.broker.common.data.types.ShortString routingKey,
org.wso2.broker.common.data.types.FieldTable arguments) |
| Modifier and Type | Method and Description |
|---|---|
static AmqMethodBodyFactory |
getFactory() |
protected long |
getMethodBodySize() |
void |
handle(io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler) |
protected void |
writeMethod(io.netty.buffer.ByteBuf buf) |
getPayloadSize, writePayloadgetChannel, writepublic QueueUnbind(int channel,
org.wso2.broker.common.data.types.ShortString queue,
org.wso2.broker.common.data.types.ShortString exchange,
org.wso2.broker.common.data.types.ShortString routingKey,
org.wso2.broker.common.data.types.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 static AmqMethodBodyFactory getFactory()
Copyright © 2018 WSO2. All rights reserved.