- 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(AuthenticationStrategy) - Constructor for class org.wso2.broker.amqp.codec.frames.AmqMethodRegistry
-
- AmqMethodRegistryFactory - Class in org.wso2.broker.amqp.codec.frames
-
- AmqMethodRegistryFactory(AuthenticationStrategy) - Constructor for class org.wso2.broker.amqp.codec.frames.AmqMethodRegistryFactory
-
- AMQP_PROTOCOL_IDENTIFIER - Static variable in class org.wso2.broker.amqp.codec.AmqConstant
-
- 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(AmqpServerConfiguration, Broker, int, AmqpMetricManager) - 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(AmqpServerConfiguration, Broker, AmqpMetricManager) - 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(AmqMethodRegistry) - 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, Broker) - 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
-
- AmqpMetricManager - Interface in org.wso2.broker.amqp.metrics
-
AmqpMetricManager handles all the metrics related to Broker class
- 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.FlowDetails - Class in org.wso2.broker.amqp
-
Contains information related to AMQP channelFlow controlling limits.
- 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.
- AuthenticationStrategy - Interface in org.wso2.broker.amqp.codec.auth
-
Authentication Strategy handles the authentication of the broker client connection.
- AuthenticationStrategyFactory - Class in org.wso2.broker.amqp.codec.auth
-
- AuthenticationStrategyFactory() - Constructor for class org.wso2.broker.amqp.codec.auth.AuthenticationStrategyFactory
-
- awaitServerClose() - Method in class org.wso2.broker.amqp.Server
-
- cancelConsumer(ShortString) - Method in class org.wso2.broker.amqp.codec.AmqpChannel
-
- CHANNEL_ERROR - Static variable in exception org.wso2.broker.amqp.codec.ConnectionException
-
- CHANNEL_ID_FIELD_NAME - Static variable in class org.wso2.broker.amqp.codec.AmqpChannel
-
- ChannelClose - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for channel.close
Parameter Summary:
1.
- ChannelClose(int, int, ShortString, int, int) - Constructor for class org.wso2.broker.amqp.codec.frames.ChannelClose
-
- ChannelCloseOk - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for channel.close-ok
Parameter Summary:
No parameters
- ChannelCloseOk(int) - Constructor for class org.wso2.broker.amqp.codec.frames.ChannelCloseOk
-
- ChannelException - Exception in org.wso2.broker.amqp.codec
-
ChannelException is associated with failures that affect the current channel
but not other channels in the same connection.
- ChannelException(int, String) - Constructor for exception org.wso2.broker.amqp.codec.ChannelException
-
- ChannelFlow - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for channel.flow
Parameter Summary:
1.active (bit) - current flow setting
- ChannelFlow(int, boolean) - Constructor for class org.wso2.broker.amqp.codec.frames.ChannelFlow
-
- ChannelFlowManager - Class in org.wso2.broker.amqp.codec.flow
-
ChannelFlowManager is responsible for managing flow rate of publishers.
- ChannelFlowManager(AmqpChannel, int, int) - Constructor for class org.wso2.broker.amqp.codec.flow.ChannelFlowManager
-
- ChannelFlowOk - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for channel.flow-ok
Parameter Summary:
1.active (bit) - current flow setting
- ChannelFlowOk(int, boolean) - Constructor for class org.wso2.broker.amqp.codec.frames.ChannelFlowOk
-
- ChannelOpen - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for channel.open
Parameter Summary:
1.
- ChannelOpen(int) - Constructor for class org.wso2.broker.amqp.codec.frames.ChannelOpen
-
- ChannelOpenOk - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for channel.open-ok
Parameter Summary:
1.
- ChannelOpenOk(int) - Constructor for class org.wso2.broker.amqp.codec.frames.ChannelOpenOk
-
- channelRead(ChannelHandlerContext, Object) - Method in class org.wso2.broker.amqp.codec.handlers.AmqpConnectionHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class org.wso2.broker.amqp.codec.handlers.BlockingTaskHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class org.wso2.broker.amqp.codec.handlers.AmqpConnectionHandler
-
- close() - Method in class org.wso2.broker.amqp.AmqpConsumer
-
- close() - Method in class org.wso2.broker.amqp.codec.AmqpChannel
-
- closeAllChannels() - Method in class org.wso2.broker.amqp.codec.handlers.AmqpConnectionHandler
-
- closeChannel(int) - Method in class org.wso2.broker.amqp.codec.handlers.AmqpConnectionHandler
-
- COMMAND_INVALID - Static variable in class org.wso2.broker.amqp.codec.AmqConstant
-
- ConnectionClose - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for connection.close
Parameter Summary:
1.
- ConnectionClose(int, ShortString, int, int) - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionClose
-
- ConnectionCloseOk - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for connection.close-ok
Parameter Summary:
No parameters
- ConnectionCloseOk(int) - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionCloseOk
-
- ConnectionException - Exception in org.wso2.broker.amqp.codec
-
ConnectionException is associated with failures that preclude any further activity
on the connection and require its closing.
- ConnectionException(int, String) - Constructor for exception org.wso2.broker.amqp.codec.ConnectionException
-
- ConnectionOpen - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for connection.open
Parameter Summary:
1.
- ConnectionOpen(ShortString) - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionOpen
-
- ConnectionOpenOk - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for connection.open-ok
Parameter Summary:
1.
- ConnectionOpenOk() - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionOpenOk
-
- ConnectionSecure - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for connection.secure
Parameter Summary:
1.
- ConnectionSecure(int, LongString) - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionSecure
-
- ConnectionSecureOk - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for connection.secure.ok
Parameter Summary:
1.
- ConnectionSecureOk(int, LongString) - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionSecureOk
-
- ConnectionStart - Class in org.wso2.broker.amqp.codec.frames
-
AMQP connection.start frame.
- ConnectionStart(short, byte, byte, FieldTable, LongString, LongString) - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionStart
-
- ConnectionStartOk - Class in org.wso2.broker.amqp.codec.frames
-
AMQP connection.start frame.
- ConnectionStartOk(int, FieldTable, ShortString, ShortString, LongString, AuthenticationStrategy) - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionStartOk
-
- ConnectionTune - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for connection.tune
Parameter Summary:
1.
- ConnectionTune(int, long, int) - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionTune
-
- ConnectionTuneOk - Class in org.wso2.broker.amqp.codec.frames
-
AMQP frame for connection.tune-ok.
- ConnectionTuneOk(int, long, int) - Constructor for class org.wso2.broker.amqp.codec.frames.ConnectionTuneOk
-
- consume(ShortString, ShortString, boolean, ChannelHandlerContext) - Method in class org.wso2.broker.amqp.codec.AmqpChannel
-
- CONSUMER_TAG_FIELD_NAME - Static variable in class org.wso2.broker.amqp.AmqpConsumer
-
- contentBodyReceived(long, ByteBuf) - Method in class org.wso2.broker.amqp.codec.InMemoryMessageAggregator
-
- ContentFrame - Class in org.wso2.broker.amqp.codec.frames
-
AMQP content frame
- ContentFrame(int, long, ByteBuf) - Constructor for class org.wso2.broker.amqp.codec.frames.ContentFrame
-
- create() - Method in class org.wso2.broker.amqp.SslHandlerFactory
-
- createChannel(int) - Method in class org.wso2.broker.amqp.codec.handlers.AmqpConnectionHandler
-
- createDeliverMessage(Message, ShortString, String) - Method in class org.wso2.broker.amqp.codec.AmqpChannel
-