- AmqConstant - Class in org.wso2.broker.amqp.codec
-
Keep constants related to AMQP codec which are shared in many places.
- AmqConstant() - Constructor for class org.wso2.broker.amqp.codec.AmqConstant
-
- AmqFrameDecodingException - Exception in org.wso2.broker.amqp.codec
-
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct
format as defined by the protocol.
- AmqFrameDecodingException(int, String, Throwable) - Constructor for exception org.wso2.broker.amqp.codec.AmqFrameDecodingException
-
- AmqFrameDecodingException(int, String) - Constructor for exception org.wso2.broker.amqp.codec.AmqFrameDecodingException
-
- AmqMethodBodyFactory - Interface in org.wso2.broker.amqp.codec.frames
-
Factory interface used to create AMQP method frame objects.
- AmqMethodRegistry - Class in org.wso2.broker.amqp.codec.frames
-
Keep factory classes for different class IDs and method IDs.
- AmqMethodRegistry() - Constructor for class org.wso2.broker.amqp.codec.frames.AmqMethodRegistry
-
- AmqpBadMessage - Class in org.wso2.broker.amqp.codec.frames
-
Frame used when a faulty AMQP frame is received.
- AmqpBadMessage(Throwable) - Constructor for class org.wso2.broker.amqp.codec.frames.AmqpBadMessage
-
- AmqpBadMessage(String, Throwable) - Constructor for class org.wso2.broker.amqp.codec.frames.AmqpBadMessage
-
- AmqpChannel - Class in org.wso2.broker.amqp.codec
-
AMQP channel representation
- AmqpConnectionHandler - Class in org.wso2.broker.amqp.codec
-
Netty handler for handling an AMQP connection.
- AmqpConnectionHandler(Broker) - Constructor for class org.wso2.broker.amqp.codec.AmqpConnectionHandler
-
- AmqpDecoder - Class in org.wso2.broker.amqp.codec
-
Netty based AMQP frame decoder.
- AmqpDecoder() - Constructor for class org.wso2.broker.amqp.codec.AmqpDecoder
-
- AmqpEncoder - Class in org.wso2.broker.amqp.codec
-
Netty based AMQP encoder.
- AmqpEncoder() - Constructor for class org.wso2.broker.amqp.codec.AmqpEncoder
-
- AmqpMethodDecoder - Class in org.wso2.broker.amqp.codec
-
Decode AMQP frame looking at type, class ID and method ID.
- AmqpMethodDecoder() - Constructor for class org.wso2.broker.amqp.codec.AmqpMethodDecoder
-