| Class | Description |
|---|---|
| AmqConstant |
Keep constants related to AMQP codec which are shared in many places.
|
| AmqpChannel |
AMQP channel representation
|
| AmqpConnectionHandler |
Netty handler for handling an AMQP connection.
|
| AmqpDecoder |
Netty based AMQP frame decoder.
|
| AmqpEncoder |
Netty based AMQP encoder.
|
| InboundMessageHandler |
Handles incoming AMQP message frames and creates
Message. |
| Exception | Description |
|---|---|
| AmqFrameDecodingException |
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct
format as defined by the protocol.
|
| ChannelException |
ChannelException is associated with failures that affect the current channel
but not other channels in the same connection. |
| ConnectionException |
ConnectionException is associated with failures that preclude any further activity
on the connection and require its closing. |
Copyright © 2017 WSO2. All rights reserved.