| AccessRequestBody |
| AccessRequestOkBody |
| AMQBody |
| AMQDataBlock
A data block represents something that has a size in bytes and the ability to write itself to a byte
buffer (similar to a byte array).
|
| AMQFrame |
| AMQMethodBody |
| AMQMethodBodyImpl |
| AMQMethodEvent
AMQMethodEvent encapsulates an AMQP method call, and the channel on which that method call occurred.
|
| AMQProtocolHeaderException |
| AMQProtocolVersionException
AMQProtocolInstanceException indicates that the client and server differ on expected protocol version in a header.
|
| AMQProtocolWriter
AMQProtocolWriter provides a method to write a frame of data 'to the wire', in the context of the object
that implements the method, usually some sort of session.
|
| AMQVersionAwareProtocolSession
AMQVersionAwareProtocolSession is implemented by all AMQP session classes, that need to provide an awareness to
callers of the version of the AMQP protocol that they are able to work with.
|
| BasicAckBody |
| BasicCancelBody |
| BasicCancelOkBody |
| BasicConsumeBody |
| BasicConsumeOkBody |
| BasicContentHeaderProperties |
| BasicDeliverBody |
| BasicGetBody |
| BasicGetEmptyBody |
| BasicGetOkBody |
| BasicNackBody |
| BasicPublishBody |
| BasicQosBody |
| BasicQosOkBody |
| BasicRecoverBody |
| BasicRecoverSyncBody |
| BasicRecoverSyncOkBody |
| BasicRejectBody |
| BasicReturnBody |
| ChannelAlertBody |
| ChannelCloseBody |
| ChannelCloseOkBody |
| ChannelFlowBody |
| ChannelFlowOkBody |
| ChannelMethodProcessor |
| ChannelOpenBody |
| ChannelOpenOkBody |
| ClientChannelMethodProcessor |
| ClientMethodDispatcher |
| ClientMethodProcessor |
| ConfirmSelectBody |
| ConfirmSelectOkBody |
| ConnectionCloseBody |
| ConnectionCloseOkBody |
| ConnectionOpenBody |
| ConnectionOpenOkBody |
| ConnectionRedirectBody |
| ConnectionSecureBody |
| ConnectionSecureOkBody |
| ConnectionStartBody |
| ConnectionStartOkBody |
| ConnectionTuneBody |
| ConnectionTuneOkBody |
| ContentBody |
| ContentHeaderBody |
| ContentHeaderPropertiesFactory |
| EncodableAMQDataBlock
Marker interface to indicate to MINA that a data block should be encoded with the
single encoder/decoder that we have defined.
|
| ExchangeBoundBody |
| ExchangeBoundOkBody |
| ExchangeDeclareBody |
| ExchangeDeclareOkBody |
| ExchangeDeleteBody |
| ExchangeDeleteOkBody |
| FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor |
| HeartbeatBody |
| MethodDispatcher |
| MethodProcessor |
| MethodRegistry |
| ProtocolInitiation |
| ProtocolVersionAware
ProtocolVersionAware is implemented by all AMQP handling classes, that need to provide an awareness to callers of
the version of the AMQP protocol that they are able to handle.
|
| QueueBindBody |
| QueueBindOkBody |
| QueueDeclareBody |
| QueueDeclareOkBody |
| QueueDeleteBody |
| QueueDeleteOkBody |
| QueuePurgeBody |
| QueuePurgeOkBody |
| QueueUnbindBody |
| QueueUnbindOkBody |
| ServerChannelMethodProcessor |
| ServerMethodDispatcher |
| ServerMethodProcessor |
| TxCommitBody |
| TxCommitOkBody |
| TxRollbackBody |
| TxRollbackOkBody |
| TxSelectBody |
| TxSelectOkBody |