- 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
-
- AmqpConsumer - Class in org.wso2.broker.amqp
-
AMQP based message consumer.
- AmqpConsumer(ChannelHandlerContext, int, String, String, boolean) - Constructor for class org.wso2.broker.amqp.AmqpConsumer
-
- AmqpDecoder - Class in org.wso2.broker.amqp.codec
-
Netty based AMQP frame decoder.
- AmqpDecoder() - Constructor for class org.wso2.broker.amqp.codec.AmqpDecoder
-
- AmqpDeliverMessage - Class in org.wso2.broker.amqp
-
AMQP delivery message which consists of the basic.deliver, ContentHeader and ContentBody frames
- AmqpDeliverMessage(Message, String, int, long) - Constructor for class org.wso2.broker.amqp.AmqpDeliverMessage
-
- AmqpEncoder - Class in org.wso2.broker.amqp.codec
-
Netty based AMQP encoder.
- AmqpEncoder() - Constructor for class org.wso2.broker.amqp.codec.AmqpEncoder
-
- AmqpException - Exception in org.wso2.broker.amqp
-
AMQP specific exception class.
- AmqpException(String) - Constructor for exception org.wso2.broker.amqp.AmqpException
-
- AmqpMessageWriter - Class in org.wso2.broker.amqp.codec
-
- AmqpMessageWriter() - Constructor for class org.wso2.broker.amqp.codec.AmqpMessageWriter
-
- AmqpServerConfiguration - Class in org.wso2.broker.amqp
-
Java bean class for AMQP server related configurations.
- AmqpServerConfiguration() - Constructor for class org.wso2.broker.amqp.AmqpServerConfiguration
-
- AmqpServerConfiguration.KeyStoreDetails - Class in org.wso2.broker.amqp
-
Contains keystore relate configurations.
- AmqpServerConfiguration.NonSecureServerDetails - Class in org.wso2.broker.amqp
-
Contains information required to setup the non secure server socket.
- AmqpServerConfiguration.SslServerDetails - Class in org.wso2.broker.amqp
-
Contains information required to setup the secured server socket.
- AmqpServerConfiguration.TrustStoreDetails - Class in org.wso2.broker.amqp
-
Contains keystore relate configurations.