Skip navigation links
A B C D E F G H L M N O P Q R S T 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
AmqpChannel() - Constructor for class org.wso2.broker.amqp.codec.AmqpChannel
 
AmqpConnectionHandler - Class in org.wso2.broker.amqp.codec
Netty handler for handling an AMQP connection.
AmqpConnectionHandler() - 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
 

B

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 Parameter Summary: No parameters
BasicQosOk(int) - Constructor for class org.wso2.broker.amqp.codec.frames.BasicQosOk
 

C

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.ServerHandler
COMMAND_INVALID - Static variable in class org.wso2.broker.amqp.codec.AmqConstant
 
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
 
createChannel(int) - Method in class org.wso2.broker.amqp.codec.AmqpConnectionHandler
 

D

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

EMPTY_TABLE - Static variable in class org.wso2.broker.amqp.codec.data.FieldTable
 
EncodableData - Interface in org.wso2.broker.amqp.codec.data
 
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.ServerHandler
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 Parameter Summary: No parameters
ExchangeDeclareOk(int) - Constructor for class org.wso2.broker.amqp.codec.frames.ExchangeDeclareOk
 

F

factories - Variable in class org.wso2.broker.amqp.codec.frames.AmqMethodRegistry
 
FieldTable - Class in org.wso2.broker.amqp.codec.data
AMQP FieldTable data
FieldTable(Map<ShortString, FieldValue>) - Constructor for class org.wso2.broker.amqp.codec.data.FieldTable
 
FieldValue - Class in org.wso2.broker.amqp.codec.data
AMQP Field value data.
FieldValue(char, EncodableData) - Constructor for class org.wso2.broker.amqp.codec.data.FieldValue
 

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() - Method in class org.wso2.broker.amqp.codec.frames.GeneralFrame
Getter for channel.
getFactory(short, short) - Method in class org.wso2.broker.amqp.codec.frames.AmqMethodRegistry
 
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.ChannelOpen
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.ChannelOpenOk
 
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.QueueDeclare
 
getFactory() - Static method in class org.wso2.broker.amqp.codec.frames.QueueDeclareOk
 
getMajorVersion() - Method in class org.wso2.broker.amqp.codec.frames.ProtocolInitFrame
Getter for majorVersion.
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.ChannelOpen
 
getMethodBodySize() - Method in class org.wso2.broker.amqp.codec.frames.ChannelOpenOk
 
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.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.GeneralFrame
 
getPayloadSize() - Method in class org.wso2.broker.amqp.codec.frames.MethodFrame
 
getReason() - Method in class org.wso2.broker.amqp.codec.frames.AmqpBadMessage
Getter method for reason.
getRevision() - Method in class org.wso2.broker.amqp.codec.frames.ProtocolInitFrame
Getter for revision.
getSize() - Method in interface org.wso2.broker.amqp.codec.data.EncodableData
 
getSize() - Method in class org.wso2.broker.amqp.codec.data.FieldTable
 
getSize() - Method in class org.wso2.broker.amqp.codec.data.FieldValue
 
getSize() - Method in class org.wso2.broker.amqp.codec.data.LongString
 
getSize() - Method in class org.wso2.broker.amqp.codec.data.ShortString
 

H

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

L

LongString - Class in org.wso2.broker.amqp.codec.data
AMQP Long String.
LongString(long, byte[]) - Constructor for class org.wso2.broker.amqp.codec.data.LongString
 

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
 

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.data - package org.wso2.broker.amqp.codec.data
 
org.wso2.broker.amqp.codec.frames - package org.wso2.broker.amqp.codec.frames
 

P

parse(ByteBuf, List<Object>) - Static method in class org.wso2.broker.amqp.codec.AmqpMethodDecoder
 
parse(ByteBuf) - Static method in class org.wso2.broker.amqp.codec.data.FieldTable
 
parse(ByteBuf) - Static method in class org.wso2.broker.amqp.codec.data.FieldValue
 
parse(ByteBuf) - Static method in class org.wso2.broker.amqp.codec.data.LongString
 
parse(ByteBuf) - Static method in class org.wso2.broker.amqp.codec.data.ShortString
 
parseString(String) - Static method in class org.wso2.broker.amqp.codec.data.LongString
 
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
 

Q

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

Server - Class in org.wso2.broker.amqp
AMQP Server implementation.
Server(int) - Constructor for class org.wso2.broker.amqp.Server
 
ServerHandler - Class in org.wso2.broker.amqp
Handle incoming requests.
ServerHandler() - Constructor for class org.wso2.broker.amqp.ServerHandler
 
ShortString - Class in org.wso2.broker.amqp.codec.data
AMQP Short String.
ShortString(long, char[]) - Constructor for class org.wso2.broker.amqp.codec.data.ShortString
 
ShortString(long, byte[]) - Constructor for class org.wso2.broker.amqp.codec.data.ShortString
 

T

toString() - Method in class org.wso2.broker.amqp.codec.data.ShortString
 

V

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

W

write(ByteBuf) - Method in interface org.wso2.broker.amqp.codec.data.EncodableData
 
write(ByteBuf) - Method in class org.wso2.broker.amqp.codec.data.FieldTable
 
write(ByteBuf) - Method in class org.wso2.broker.amqp.codec.data.FieldValue
 
write(ByteBuf) - Method in class org.wso2.broker.amqp.codec.data.LongString
 
write(ByteBuf) - Method in class org.wso2.broker.amqp.codec.data.ShortString
 
write(ByteBufAllocator) - Method in class org.wso2.broker.amqp.codec.frames.GeneralFrame
 
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.ChannelOpen
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.ChannelOpenOk
 
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.QueueDeclare
 
writeMethod(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.QueueDeclareOk
 
writePayload(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.GeneralFrame
 
writePayload(ByteBuf) - Method in class org.wso2.broker.amqp.codec.frames.MethodFrame
 
A B C D E F G H L M N O P Q R S T V W 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.