- AckData - Class in org.wso2.broker.amqp
-
Used to keep record of unacked messages.
- AckData(Message, String, ShortString) - Constructor for class org.wso2.broker.amqp.AckData
-
- acknowledge(long, boolean) - Method in class org.wso2.broker.amqp.codec.AmqpChannel
-
- 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.
- AmqpChannel(Broker, int) - Constructor for class org.wso2.broker.amqp.codec.AmqpChannel
-
- AmqpConnectionHandler - Class in org.wso2.broker.amqp.codec.handlers
-
Netty handler for handling an AMQP connection.
- AmqpConnectionHandler(Broker) - Constructor for class org.wso2.broker.amqp.codec.handlers.AmqpConnectionHandler
-
- AmqpConsumer - Class in org.wso2.broker.amqp
-
AMQP based message consumer.
- AmqpConsumer(ChannelHandlerContext, AmqpChannel, String, ShortString, boolean) - Constructor for class org.wso2.broker.amqp.AmqpConsumer
-
- AmqpDecoder - Class in org.wso2.broker.amqp.codec.handlers
-
Netty based AMQP frame decoder.
- AmqpDecoder() - Constructor for class org.wso2.broker.amqp.codec.handlers.AmqpDecoder
-
- AmqpDeliverMessage - Class in org.wso2.broker.amqp
-
AMQP delivery message which consists of the basic.deliver, ContentHeader and ContentBody frames
- AmqpDeliverMessage(Message, ShortString, AmqpChannel, String) - Constructor for class org.wso2.broker.amqp.AmqpDeliverMessage
-
- AmqpEncoder - Class in org.wso2.broker.amqp.codec.handlers
-
Netty based AMQP encoder.
- AmqpEncoder() - Constructor for class org.wso2.broker.amqp.codec.handlers.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.handlers
-
- AmqpMessageWriter() - Constructor for class org.wso2.broker.amqp.codec.handlers.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.