public class BasicCancel extends MethodFrame
FRAME_END| Constructor and Description |
|---|
BasicCancel(int channel,
ShortString consumerTag,
boolean noWait) |
| Modifier and Type | Method and Description |
|---|---|
ShortString |
getConsumerTag()
Getter for consumerTag.
|
static AmqMethodBodyFactory |
getFactory() |
protected long |
getMethodBodySize() |
void |
handle(io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler) |
boolean |
isNoWait()
Getter for noWait.
|
protected void |
writeMethod(io.netty.buffer.ByteBuf buf) |
getPayloadSize, writePayloadgetChannel, writepublic BasicCancel(int channel,
ShortString consumerTag,
boolean noWait)
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 getConsumerTag()
public boolean isNoWait()
public static AmqMethodBodyFactory getFactory()
Copyright © 2017 WSO2. All rights reserved.