Class ChannelHandler
java.lang.Object
com.swiftmq.impl.amqp.amqp.v00_09_01.ChannelHandler
- All Implemented Interfaces:
AMQPChannelVisitor,DestinationFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUnacked(long deliveryTag, Consumer consumer, MessageIndex messageIndex, int size) voidclose()Destinationvoiddispatch(POObject po) intlongtoString()voidvisit(POActivateFlow po) voidvoidvisit(POCloseChannel po) voidvisit(POSendMessages po)
-
Constructor Details
-
ChannelHandler
-
-
Method Details
-
getChannelNo
public int getChannelNo() -
getVersionedConnection
-
dispatch
public void dispatch(POObject po) -
create
- Specified by:
createin interfaceDestinationFactory
-
getNextDeliveryTag
public long getNextDeliveryTag() -
addUnacked
-
visit
- Specified by:
visitin interfaceAMQPChannelVisitor
-
visit
- Specified by:
visitin interfaceAMQPChannelVisitor
-
visit
- Specified by:
visitin interfaceAMQPChannelVisitor
-
visit
- Specified by:
visitin interfaceAMQPChannelVisitor
-
close
public void close() -
toString
-