Skip navigation links
A B C D E F G H I L M N O P Q R S V W 

A

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
 
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
 

B

BasicAck - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for basic.publish Parameter Summary: 1.
BasicAck(int, long, boolean) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicAck
 
BasicCancel - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for basic.cancel.
BasicCancel(int, ShortString, boolean) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicCancel
 
BasicCancelOk - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for basic cancel-ok.
BasicCancelOk(int, ShortString) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicCancelOk
 
BasicConsume - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for basic.consume Parameter Summary: 1.
BasicConsume(int, ShortString, ShortString, boolean, boolean, boolean, boolean, FieldTable) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicConsume
 
BasicConsumeOk - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for basic.consume Parameter Summary: 1.
BasicConsumeOk(int, ShortString) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicConsumeOk
 
BasicDeliver - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for basic.deliver.
BasicDeliver(int, ShortString, long, boolean, ShortString, ShortString) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicDeliver
 
BasicPublish - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for basic.publish Parameter Summary: 1.
BasicPublish(int, ShortString, ShortString, boolean, boolean) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicPublish
 
basicPublishReceived(ShortString, ShortString) - Method in class org.wso2.broker.amqp.codec.InMemoryMessageAggregator
 
BasicQos - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for basic.qos Parameter Summary: 1.
BasicQos(int, long, int, boolean) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicQos
 
BasicQosOk - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for basic.qos.
BasicQosOk(int) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicQosOk
 
bind(ShortString, ShortString, ShortString) - Method in class org.wso2.broker.amqp.codec.AmqpChannel
 
BlockingTask - Interface in org.wso2.broker.amqp.codec
A task that executes a blocking operation and may throw an exception.
BlockingTaskHandler - Class in org.wso2.broker.amqp.codec
BlockingTaskHandler is handles by a separate executor group to handle event so that the Netty event loop does not get blocked.
BlockingTaskHandler() - Constructor for class org.wso2.broker.amqp.codec.BlockingTaskHandler
 

C

cancelConsumer(ShortString) - Method in class org.wso2.broker.amqp.codec.AmqpChannel
 
CHANNEL_ERROR - Static variable in exception org.wso2.broker.amqp.codec.ConnectionException
 
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
 
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.AmqpConnectionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.wso2.broker.amqp.codec.BlockingTaskHandler
 
channelRegistered(ChannelHandlerContext) - Method in class org.wso2.broker.amqp.codec.AmqpConnectionHandler
 
close() - Method in class org.wso2.broker.amqp.AmqpConsumer
 
close() - Method in class org.wso2.broker.amqp.codec.AmqpChannel
 
close() - Method in class org.wso2.broker.amqp.codec.AmqpConnectionHandler
 
closeChannel(int) - Method in class org.wso2.broker.amqp.codec.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
 
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) - 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
 
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
 
createChannel(int) - Method in class org.wso2.broker.amqp.codec.AmqpConnectionHandler
 

D

declareExchange(String, String, boolean, boolean) - Method in class org.wso2.broker.amqp.codec.AmqpChannel
 
declareQueue(ShortString, boolean, boolean, boolean) - Method in class org.wso2.broker.amqp.codec.AmqpChannel
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.wso2.broker.amqp.codec.AmqpDecoder
 
DEFAULT_FRAME - Static variable in class org.wso2.broker.amqp.codec.frames.ConnectionStart
 

E

encode(ChannelHandlerContext, GeneralFrame, List<Object>) - Method in class org.wso2.broker.amqp.codec.AmqpEncoder
 
equals(Object) - Method in class org.wso2.broker.amqp.codec.frames.ProtocolInitFrame
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.wso2.broker.amqp.codec.AmqpConnectionHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.wso2.broker.amqp.codec.AmqpDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.wso2.broker.amqp.codec.BlockingTaskHandler
 
ExchangeDeclare - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for exchange.declare Parameter Summary: 1.
ExchangeDeclare(int, ShortString, ShortString, boolean, boolean, boolean, FieldTable) - Constructor for class org.wso2.broker.amqp.codec.frames.ExchangeDeclare
 
ExchangeDeclareOk - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for exchange.declare-ok.
ExchangeDeclareOk(int) - Constructor for class org.wso2.broker.amqp.codec.frames.ExchangeDeclareOk
 
execute() - Method in interface org.wso2.broker.amqp.codec.BlockingTask
Execute the task, or throws an exception if unable to do so.

F

factories - Variable in class org.wso2.broker.amqp.codec.frames.AmqMethodRegistry
 
FRAME_END - Static variable in class org.wso2.broker.amqp.codec.frames.GeneralFrame
 

G

GeneralFrame - Class in org.wso2.broker.amqp.codec.frames
AMQP General Frame.
GeneralFrame(byte, int) - Constructor for class org.wso2.broker.amqp.codec.frames.GeneralFrame
 
getCause() - Method in class org.wso2.broker.amqp.codec.frames.AmqpBadMessage
Getter method for cause.
getChannel(int) - Method in class org.wso2.broker.amqp.codec.AmqpConnectionHandler
Returns the AmqpChannel for the specified channelId.
getChannel() - Method in class org.wso2.broker.amqp.codec.frames.GeneralFrame
Getter for channel.
getConsumerTag() - Method in class org.wso2.broker.amqp.AmqpConsumer
 
getFactory(short, short) - Method in class org.wso2.broker.amqp.codec.frames.AmqMethodRegistry
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.BasicAck
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.BasicCancel
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.BasicCancelOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.BasicConsume
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.BasicConsumeOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.BasicDeliver
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.BasicPublish
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.BasicQos
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.BasicQosOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ChannelClose
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ChannelCloseOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ChannelFlow
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ChannelFlowOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ChannelOpen
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ChannelOpenOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ConnectionClose
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ConnectionCloseOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ConnectionOpen
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ConnectionOpenOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ConnectionStartOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ConnectionTuneOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ExchangeDeclare
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ExchangeDeclareOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.QueueBind
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.QueueBindOk
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.QueueDeclare
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.QueueDeclareOk
 
getInstance(short, short, ConnectionException) - Static method in class org.wso2.broker.amqp.codec.frames.ConnectionClose
 
getMajorVersion() - Method in class org.wso2.broker.amqp.codec.frames.ProtocolInitFrame
Getter for majorVersion.
getMessageAggregator() - Method in class org.wso2.broker.amqp.codec.AmqpChannel
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.BasicAck
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.BasicCancel
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.BasicCancelOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.BasicConsume
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.BasicConsumeOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.BasicDeliver
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.BasicPublish
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.BasicQos
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.BasicQosOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ChannelClose
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ChannelCloseOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ChannelFlow
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ChannelFlowOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ChannelOpen
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ChannelOpenOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ConnectionClose
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ConnectionCloseOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ConnectionOpen
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ConnectionOpenOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ConnectionStart
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ConnectionStartOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ConnectionTune
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ConnectionTuneOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ExchangeDeclare
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ExchangeDeclareOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.MethodFrame
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.QueueBind
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.QueueBindOk
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.QueueDeclare
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.QueueDeclareOk
 
getMinorVersion() - Method in class org.wso2.broker.amqp.codec.frames.ProtocolInitFrame
Getter for minorVersion.
getPayloadSize() - Method in class org.wso2.broker.amqp.codec.frames.ContentFrame
 
getPayloadSize() - Method in class org.wso2.broker.amqp.codec.frames.GeneralFrame
 
getPayloadSize() - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
getPayloadSize() - Method in class org.wso2.broker.amqp.codec.frames.MethodFrame
 
getQueueName() - Method in class org.wso2.broker.amqp.AmqpConsumer
 
getReason() - Method in class org.wso2.broker.amqp.codec.frames.AmqpBadMessage
Getter method for reason.
getReplyCode() - Method in exception org.wso2.broker.amqp.codec.ChannelException
 
getReplyCode() - Method in exception org.wso2.broker.amqp.codec.ConnectionException
 
getRevision() - Method in class org.wso2.broker.amqp.codec.frames.ProtocolInitFrame
Getter for revision.

H

handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.BasicAck
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.BasicCancel
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.BasicCancelOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.BasicConsume
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.BasicConsumeOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.BasicDeliver
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.BasicPublish
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.BasicQos
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.BasicQosOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ChannelClose
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ChannelCloseOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ChannelFlow
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ChannelFlowOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ChannelOpen
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ChannelOpenOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionClose
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionCloseOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionOpen
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionOpenOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionStart
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionStartOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionTune
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionTuneOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ContentFrame
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ExchangeDeclare
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.ExchangeDeclareOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.GeneralFrame
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.QueueBind
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.QueueBindOk
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.QueueDeclare
 
handle(ChannelHandlerContext, AmqpConnectionHandler) - Method in class org.wso2.broker.amqp.codec.frames.QueueDeclareOk
 
hashCode() - Method in class org.wso2.broker.amqp.codec.frames.ProtocolInitFrame
 
HeaderFrame - Class in org.wso2.broker.amqp.codec.frames
AMQP header frame
HeaderFrame(int, int, long) - Constructor for class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
headerFrameReceived(ByteBuf, long) - Method in class org.wso2.broker.amqp.codec.InMemoryMessageAggregator
Add the header frame that gives the relevant metadata for the given message.

I

InMemoryMessageAggregator - Class in org.wso2.broker.amqp.codec
Handles incoming AMQP message frames and creates Message.
InMemoryMessageAggregator(Broker) - Constructor for class org.wso2.broker.amqp.codec.InMemoryMessageAggregator
 
isExclusive() - Method in class org.wso2.broker.amqp.AmqpConsumer
 

L

lazyParse(ByteBuf, int, long) - Static method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 

M

MethodFrame - Class in org.wso2.broker.amqp.codec.frames
AMQP Method frame.
MethodFrame(int, short, short) - Constructor for class org.wso2.broker.amqp.codec.frames.MethodFrame
 

N

newInstance(ByteBuf, int, long) - Method in interface org.wso2.broker.amqp.codec.frames.AmqMethodBodyFactory
 
NOT_ALLOWED - Static variable in exception org.wso2.broker.amqp.codec.ChannelException
 

O

org.wso2.broker.amqp - package org.wso2.broker.amqp
 
org.wso2.broker.amqp.codec - package org.wso2.broker.amqp.codec
 
org.wso2.broker.amqp.codec.frames - package org.wso2.broker.amqp.codec.frames
 

P

parse(ByteBuf, int, long) - Static method in class org.wso2.broker.amqp.codec.frames.ContentFrame
 
parse(ByteBuf, int) - Static method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
popMessage() - Method in class org.wso2.broker.amqp.codec.InMemoryMessageAggregator
 
ProtocolInitFrame - Class in org.wso2.broker.amqp.codec.frames
AMQP frame used for protocol version negotiation.
ProtocolInitFrame(byte, byte, byte) - Constructor for class org.wso2.broker.amqp.codec.frames.ProtocolInitFrame
 
publish(Message) - Method in class org.wso2.broker.amqp.codec.InMemoryMessageAggregator
 

Q

QueueBind - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for queue.bind Parameter Summary: 1.
QueueBind(int, ShortString, ShortString, ShortString, boolean, FieldTable) - Constructor for class org.wso2.broker.amqp.codec.frames.QueueBind
 
QueueBindOk - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for queue.bind-ok Parameter Summary: No parameters
QueueBindOk(int) - Constructor for class org.wso2.broker.amqp.codec.frames.QueueBindOk
 
QueueDeclare - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for queue.declare Parameter Summary: 1.
QueueDeclare(int, ShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Constructor for class org.wso2.broker.amqp.codec.frames.QueueDeclare
 
QueueDeclareOk - Class in org.wso2.broker.amqp.codec.frames
AMQP frame for queue.declare-ok Parameter Summary: 1.
QueueDeclareOk(int, ShortString, long, long) - Constructor for class org.wso2.broker.amqp.codec.frames.QueueDeclareOk
 

R

run() - Method in class org.wso2.broker.amqp.Server
Start the AMQP server.

S

send(Message, long) - Method in class org.wso2.broker.amqp.AmqpConsumer
 
Server - Class in org.wso2.broker.amqp
AMQP Server implementation.
Server(Broker, BrokerConfiguration) - Constructor for class org.wso2.broker.amqp.Server
 
setAppId(ShortString) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setContentEncoding(ShortString) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setContentType(ShortString) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setCorrelationId(ShortString) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setDeliveryMode(short) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setExpiration(ShortString) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setHeaders(FieldTable) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setMessageId(ShortString) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setPriority(short) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setRawMetadata(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setReplyTo(ShortString) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setTimestamp(long) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setType(ShortString) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
setUserId(ShortString) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
start() - Method in class org.wso2.broker.amqp.Server
 
stop() - Method in class org.wso2.broker.amqp.Server
 

V

V_091 - Static variable in class org.wso2.broker.amqp.codec.frames.ProtocolInitFrame
 

W

write(ByteBufAllocator) - Method in class org.wso2.broker.amqp.codec.frames.GeneralFrame
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.BasicAck
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.BasicCancel
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.BasicCancelOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.BasicConsume
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.BasicConsumeOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.BasicDeliver
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.BasicPublish
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.BasicQos
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.BasicQosOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ChannelClose
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ChannelCloseOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ChannelFlow
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ChannelFlowOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ChannelOpen
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ChannelOpenOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionClose
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionCloseOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionOpen
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionOpenOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionStart
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionStartOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionTune
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ConnectionTuneOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ExchangeDeclare
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ExchangeDeclareOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.MethodFrame
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.QueueBind
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.QueueBindOk
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.QueueDeclare
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.QueueDeclareOk
 
writePayload(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ContentFrame
 
writePayload(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.GeneralFrame
 
writePayload(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.HeaderFrame
 
writePayload(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.MethodFrame
 
A B C D E F G H I L M N O P Q R S V W 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.