void |
AccessRequestOkMethodHandler.methodReceived(AMQProtocolSession session,
AccessRequestOkBody method,
int channelId) |
void |
BasicCancelOkMethodHandler.methodReceived(AMQProtocolSession session,
BasicCancelOkBody body,
int channelId) |
void |
BasicDeliverMethodHandler.methodReceived(AMQProtocolSession session,
BasicDeliverBody body,
int channelId) |
void |
BasicReturnMethodHandler.methodReceived(AMQProtocolSession session,
BasicReturnBody body,
int channelId) |
void |
ChannelCloseMethodHandler.methodReceived(AMQProtocolSession session,
ChannelCloseBody method,
int channelId) |
void |
ChannelCloseOkMethodHandler.methodReceived(AMQProtocolSession session,
ChannelCloseOkBody method,
int channelId) |
void |
ChannelFlowMethodHandler.methodReceived(AMQProtocolSession session,
ChannelFlowBody body,
int channelId) |
void |
ChannelFlowOkMethodHandler.methodReceived(AMQProtocolSession session,
ChannelFlowOkBody body,
int channelId) |
void |
ConnectionCloseMethodHandler.methodReceived(AMQProtocolSession session,
ConnectionCloseBody method,
int channelId) |
void |
ConnectionOpenOkMethodHandler.methodReceived(AMQProtocolSession session,
ConnectionOpenOkBody body,
int channelId) |
void |
ConnectionRedirectMethodHandler.methodReceived(AMQProtocolSession session,
ConnectionRedirectBody method,
int channelId) |
void |
ConnectionSecureMethodHandler.methodReceived(AMQProtocolSession session,
ConnectionSecureBody body,
int channelId) |
void |
ConnectionStartMethodHandler.methodReceived(AMQProtocolSession session,
ConnectionStartBody body,
int channelId) |
void |
ConnectionTuneMethodHandler.methodReceived(AMQProtocolSession session,
ConnectionTuneBody frame,
int channelId) |
void |
ExchangeBoundOkMethodHandler.methodReceived(AMQProtocolSession session,
ExchangeBoundOkBody body,
int channelId) |
void |
QueueDeleteOkMethodHandler.methodReceived(AMQProtocolSession session,
QueueDeleteOkBody body,
int channelId) |
static ClientMethodDispatcherImpl |
ClientMethodDispatcherImpl.newMethodDispatcher(ProtocolVersion version,
AMQProtocolSession session) |