Methods in org.apache.qpid.server.handler with parameters of type AMQStateManager |
static org.apache.qpid.framing.MethodDispatcher |
ServerMethodDispatcherImpl.createMethodDispatcher(AMQStateManager stateManager,
org.apache.qpid.framing.ProtocolVersion protocolVersion)
|
void |
AccessRequestHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.AccessRequestBody body,
int channelId)
|
void |
BasicAckMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.BasicAckBody body,
int channelId)
|
void |
BasicCancelMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.BasicCancelBody body,
int channelId)
|
void |
BasicConsumeMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.BasicConsumeBody body,
int channelId)
|
void |
BasicGetMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.BasicGetBody body,
int channelId)
|
void |
BasicPublishMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.BasicPublishBody body,
int channelId)
|
void |
BasicQosHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.BasicQosBody body,
int channelId)
|
void |
BasicRecoverMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.BasicRecoverBody body,
int channelId)
|
void |
BasicRecoverSyncMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.BasicRecoverSyncBody body,
int channelId)
|
void |
BasicRejectMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.BasicRejectBody body,
int channelId)
|
void |
ChannelCloseHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ChannelCloseBody body,
int channelId)
|
void |
ChannelCloseOkHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ChannelCloseOkBody body,
int channelId)
|
void |
ChannelFlowHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ChannelFlowBody body,
int channelId)
|
void |
ChannelOpenHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ChannelOpenBody body,
int channelId)
|
void |
ConnectionCloseMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ConnectionCloseBody body,
int channelId)
|
void |
ConnectionCloseOkMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ConnectionCloseOkBody body,
int channelId)
|
void |
ConnectionOpenMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ConnectionOpenBody body,
int channelId)
|
void |
ConnectionSecureOkMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ConnectionSecureOkBody body,
int channelId)
|
void |
ConnectionStartOkMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ConnectionStartOkBody body,
int channelId)
|
void |
ConnectionTuneOkMethodHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ConnectionTuneOkBody body,
int channelId)
|
void |
ExchangeBoundHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ExchangeBoundBody body,
int channelId)
|
void |
ExchangeDeclareHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ExchangeDeclareBody body,
int channelId)
|
void |
ExchangeDeleteHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.ExchangeDeleteBody body,
int channelId)
|
void |
QueueBindHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.QueueBindBody body,
int channelId)
|
void |
QueueDeclareHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.QueueDeclareBody body,
int channelId)
|
void |
QueueDeleteHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.QueueDeleteBody body,
int channelId)
|
void |
QueuePurgeHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.QueuePurgeBody body,
int channelId)
|
void |
QueueUnbindHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.QueueUnbindBody body,
int channelId)
|
void |
TxCommitHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.TxCommitBody body,
int channelId)
|
void |
TxRollbackHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.TxRollbackBody body,
int channelId)
|
void |
TxSelectHandler.methodReceived(AMQStateManager stateManager,
org.apache.qpid.framing.TxSelectBody body,
int channelId)
|