org.apache.qpid.framing.amqp_0_91
Interface MethodDispatcher_0_91

All Superinterfaces:
ClientMethodDispatcher, ClientMethodDispatcher_0_91, MethodDispatcher, ServerMethodDispatcher, ServerMethodDispatcher_0_91

public interface MethodDispatcher_0_91
extends MethodDispatcher, ServerMethodDispatcher_0_91, ClientMethodDispatcher_0_91


Method Summary
 
Methods inherited from interface org.apache.qpid.framing.amqp_0_91.ServerMethodDispatcher_0_91
dispatchBasicAck, dispatchBasicCancel, dispatchBasicConsume, dispatchBasicGet, dispatchBasicPublish, dispatchBasicQos, dispatchBasicRecover, dispatchBasicRecoverSync, dispatchBasicReject, dispatchChannelClose, dispatchChannelCloseOk, dispatchChannelFlow, dispatchChannelFlowOk, dispatchChannelOpen, dispatchConnectionClose, dispatchConnectionCloseOk, dispatchConnectionOpen, dispatchConnectionSecureOk, dispatchConnectionStartOk, dispatchConnectionTuneOk, dispatchExchangeBound, dispatchExchangeDeclare, dispatchExchangeDelete, dispatchQueueBind, dispatchQueueDeclare, dispatchQueueDelete, dispatchQueuePurge, dispatchQueueUnbind, dispatchTxCommit, dispatchTxRollback, dispatchTxSelect
 
Methods inherited from interface org.apache.qpid.framing.amqp_0_91.ClientMethodDispatcher_0_91
dispatchBasicCancelOk, dispatchBasicConsumeOk, dispatchBasicDeliver, dispatchBasicGetEmpty, dispatchBasicGetOk, dispatchBasicQosOk, dispatchBasicRecoverSyncOk, dispatchBasicReturn, dispatchChannelClose, dispatchChannelCloseOk, dispatchChannelFlow, dispatchChannelFlowOk, dispatchChannelOpenOk, dispatchConnectionClose, dispatchConnectionCloseOk, dispatchConnectionOpenOk, dispatchConnectionSecure, dispatchConnectionStart, dispatchConnectionTune, dispatchExchangeBoundOk, dispatchExchangeDeclareOk, dispatchExchangeDeleteOk, dispatchQueueBindOk, dispatchQueueDeclareOk, dispatchQueueDeleteOk, dispatchQueuePurgeOk, dispatchQueueUnbindOk, dispatchTxCommitOk, dispatchTxRollbackOk, dispatchTxSelectOk
 



Licensed to the Apache Software Foundation