org.apache.qpid.framing.amqp_0_91
Interface ClientMethodDispatcher_0_91
- All Superinterfaces:
- ClientMethodDispatcher
- All Known Subinterfaces:
- MethodDispatcher_0_91
public interface ClientMethodDispatcher_0_91
- extends ClientMethodDispatcher
Method Summary |
boolean |
dispatchBasicCancelOk(BasicCancelOkBody body,
int channelId)
|
boolean |
dispatchBasicConsumeOk(BasicConsumeOkBody body,
int channelId)
|
boolean |
dispatchBasicDeliver(BasicDeliverBody body,
int channelId)
|
boolean |
dispatchBasicGetEmpty(BasicGetEmptyBody body,
int channelId)
|
boolean |
dispatchBasicGetOk(BasicGetOkBody body,
int channelId)
|
boolean |
dispatchBasicQosOk(BasicQosOkBody body,
int channelId)
|
boolean |
dispatchBasicRecoverSyncOk(BasicRecoverSyncOkBody body,
int channelId)
|
boolean |
dispatchBasicReturn(BasicReturnBody body,
int channelId)
|
boolean |
dispatchChannelClose(ChannelCloseBody body,
int channelId)
|
boolean |
dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
|
boolean |
dispatchChannelFlow(ChannelFlowBody body,
int channelId)
|
boolean |
dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
|
boolean |
dispatchChannelOpenOk(ChannelOpenOkBody body,
int channelId)
|
boolean |
dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
|
boolean |
dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
|
boolean |
dispatchConnectionOpenOk(ConnectionOpenOkBody body,
int channelId)
|
boolean |
dispatchConnectionSecure(ConnectionSecureBody body,
int channelId)
|
boolean |
dispatchConnectionStart(ConnectionStartBody body,
int channelId)
|
boolean |
dispatchConnectionTune(ConnectionTuneBody body,
int channelId)
|
boolean |
dispatchExchangeBoundOk(ExchangeBoundOkBody body,
int channelId)
|
boolean |
dispatchExchangeDeclareOk(ExchangeDeclareOkBody body,
int channelId)
|
boolean |
dispatchExchangeDeleteOk(ExchangeDeleteOkBody body,
int channelId)
|
boolean |
dispatchQueueBindOk(QueueBindOkBody body,
int channelId)
|
boolean |
dispatchQueueDeclareOk(QueueDeclareOkBody body,
int channelId)
|
boolean |
dispatchQueueDeleteOk(QueueDeleteOkBody body,
int channelId)
|
boolean |
dispatchQueuePurgeOk(QueuePurgeOkBody body,
int channelId)
|
boolean |
dispatchQueueUnbindOk(QueueUnbindOkBody body,
int channelId)
|
boolean |
dispatchTxCommitOk(TxCommitOkBody body,
int channelId)
|
boolean |
dispatchTxRollbackOk(TxRollbackOkBody body,
int channelId)
|
boolean |
dispatchTxSelectOk(TxSelectOkBody body,
int channelId)
|
dispatchBasicCancelOk
boolean dispatchBasicCancelOk(BasicCancelOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchBasicCancelOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchBasicConsumeOk
boolean dispatchBasicConsumeOk(BasicConsumeOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchBasicConsumeOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchBasicDeliver
boolean dispatchBasicDeliver(BasicDeliverBody body,
int channelId)
throws AMQException
- Specified by:
dispatchBasicDeliver
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchBasicGetEmpty
boolean dispatchBasicGetEmpty(BasicGetEmptyBody body,
int channelId)
throws AMQException
- Specified by:
dispatchBasicGetEmpty
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchBasicGetOk
boolean dispatchBasicGetOk(BasicGetOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchBasicGetOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchBasicQosOk
boolean dispatchBasicQosOk(BasicQosOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchBasicQosOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchBasicRecoverSyncOk
boolean dispatchBasicRecoverSyncOk(BasicRecoverSyncOkBody body,
int channelId)
throws AMQException
- Throws:
AMQException
dispatchBasicReturn
boolean dispatchBasicReturn(BasicReturnBody body,
int channelId)
throws AMQException
- Specified by:
dispatchBasicReturn
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchChannelClose
boolean dispatchChannelClose(ChannelCloseBody body,
int channelId)
throws AMQException
- Specified by:
dispatchChannelClose
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchChannelCloseOk
boolean dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchChannelCloseOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchChannelFlow
boolean dispatchChannelFlow(ChannelFlowBody body,
int channelId)
throws AMQException
- Specified by:
dispatchChannelFlow
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchChannelFlowOk
boolean dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchChannelFlowOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchChannelOpenOk
boolean dispatchChannelOpenOk(ChannelOpenOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchChannelOpenOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchConnectionClose
boolean dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
throws AMQException
- Specified by:
dispatchConnectionClose
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchConnectionCloseOk
boolean dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchConnectionCloseOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchConnectionOpenOk
boolean dispatchConnectionOpenOk(ConnectionOpenOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchConnectionOpenOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchConnectionSecure
boolean dispatchConnectionSecure(ConnectionSecureBody body,
int channelId)
throws AMQException
- Specified by:
dispatchConnectionSecure
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchConnectionStart
boolean dispatchConnectionStart(ConnectionStartBody body,
int channelId)
throws AMQException
- Specified by:
dispatchConnectionStart
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchConnectionTune
boolean dispatchConnectionTune(ConnectionTuneBody body,
int channelId)
throws AMQException
- Specified by:
dispatchConnectionTune
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchExchangeBoundOk
boolean dispatchExchangeBoundOk(ExchangeBoundOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchExchangeBoundOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchExchangeDeclareOk
boolean dispatchExchangeDeclareOk(ExchangeDeclareOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchExchangeDeclareOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchExchangeDeleteOk
boolean dispatchExchangeDeleteOk(ExchangeDeleteOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchExchangeDeleteOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchQueueBindOk
boolean dispatchQueueBindOk(QueueBindOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchQueueBindOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchQueueDeclareOk
boolean dispatchQueueDeclareOk(QueueDeclareOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchQueueDeclareOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchQueueDeleteOk
boolean dispatchQueueDeleteOk(QueueDeleteOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchQueueDeleteOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchQueuePurgeOk
boolean dispatchQueuePurgeOk(QueuePurgeOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchQueuePurgeOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchQueueUnbindOk
boolean dispatchQueueUnbindOk(QueueUnbindOkBody body,
int channelId)
throws AMQException
- Throws:
AMQException
dispatchTxCommitOk
boolean dispatchTxCommitOk(TxCommitOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchTxCommitOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchTxRollbackOk
boolean dispatchTxRollbackOk(TxRollbackOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchTxRollbackOk
in interface ClientMethodDispatcher
- Throws:
AMQException
dispatchTxSelectOk
boolean dispatchTxSelectOk(TxSelectOkBody body,
int channelId)
throws AMQException
- Specified by:
dispatchTxSelectOk
in interface ClientMethodDispatcher
- Throws:
AMQException
Licensed to the Apache Software Foundation