- AccessRequestBody - Class in org.apache.qpid.server.protocol.v0_8.transport
-
- AccessRequestBody(AMQShortString, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
-
- AccessRequestOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
-
- AccessRequestOkBody(int) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
-
- acknowledge(long, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.UnacknowledgedMessageMap
-
- add(long, MessageInstance, MessageInstanceConsumer, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.UnacknowledgedMessageMap
-
- addAsyncTask(Action<? super AMQPConnection_0_8Impl>) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
-
- addContentBodyFrame(ContentBody) - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
-
- addUnacknowledgedMessage(MessageInstance, long, MessageInstanceConsumer, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
-
Add a message to the channel-based list of unacknowledged messages
- addUnacknowledgedMessage(MessageInstance) - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
-
- allContentReceived() - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
-
- allocateCredit(ServerMessage) - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
-
- ALTERNATIVE_OPTION_SEPARATOR - Static variable in class org.apache.qpid.server.url.URLHelper
-
- AMQBindingURL - Class in org.apache.qpid.server.url
-
- AMQBindingURL(String) - Constructor for class org.apache.qpid.server.url.AMQBindingURL
-
- AMQBody - Interface in org.apache.qpid.server.protocol.v0_8.transport
-
- AMQChannel - Class in org.apache.qpid.server.protocol.v0_8
-
- AMQChannel(AMQPConnection_0_8, int, MessageStore) - Constructor for class org.apache.qpid.server.protocol.v0_8.AMQChannel
-
- AMQConnectionException - Exception in org.apache.qpid.server.protocol.v0_8
-
AMQConnectionException indicates that an error that requires the channel to be closed has occurred.
- AMQConnectionException(int, String, int, int, MethodRegistry, Throwable) - Constructor for exception org.apache.qpid.server.protocol.v0_8.AMQConnectionException
-
- AMQDataBlock - Class in org.apache.qpid.server.protocol.v0_8.transport
-
A data block represents something that has a size in bytes and the ability to write itself to a byte
buffer (similar to a byte array).
- AMQDataBlock() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.AMQDataBlock
-
- AMQDecoder<T extends MethodProcessor> - Class in org.apache.qpid.server.protocol.v0_8
-
AMQDecoder delegates the decoding of AMQP either to a data block decoder, or in the case of new connections, to a
protocol initiation decoder.
- AMQDecoder(boolean, T) - Constructor for class org.apache.qpid.server.protocol.v0_8.AMQDecoder
-
Creates a new AMQP decoder.
- AMQFrame - Class in org.apache.qpid.server.protocol.v0_8.transport
-
- AMQFrame(int, AMQBody) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.AMQFrame
-
- AMQMessage - Class in org.apache.qpid.server.protocol.v0_8
-
A deliverable message.
- AMQMessage(StoredMessage<MessageMetaData>) - Constructor for class org.apache.qpid.server.protocol.v0_8.AMQMessage
-
- AMQMessage(StoredMessage<MessageMetaData>, Object) - Constructor for class org.apache.qpid.server.protocol.v0_8.AMQMessage
-
- AMQMethodBody - Interface in org.apache.qpid.server.protocol.v0_8.transport
-
- AMQMethodBodyImpl - Class in org.apache.qpid.server.protocol.v0_8.transport
-
- AMQMethodBodyImpl() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
-
- AMQMethodEvent<M extends AMQMethodBody> - Class in org.apache.qpid.server.protocol.v0_8.transport
-
AMQMethodEvent encapsulates an AMQP method call, and the channel on which that method call occurred.
- AMQMethodEvent(int, M) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodEvent
-
Creates a method event to encasulate a method call and channel.
- AMQMethodListener - Interface in org.apache.qpid.server.protocol.v0_8.transport
-
AMQMethodListener is a listener that receives notifications of AMQP methods.
- AMQP_MESSAGE_FORMAT_0_9_1 - Static variable in class org.apache.qpid.server.protocol.v0_8.MessageFormat_0_9_1
-
- AMQPConnection_0_8<C extends AMQPConnection_0_8<C>> - Interface in org.apache.qpid.server.protocol.v0_8
-
- AMQPConnection_0_8Impl - Class in org.apache.qpid.server.protocol.v0_8
-
- AMQPConnection_0_8Impl(Broker<?>, ServerNetworkConnection, AmqpPort<?>, Transport, Protocol, long, AggregateTicker) - Constructor for class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
-
- AMQPConnection_0_8Impl.WriteDeliverMethod - Class in org.apache.qpid.server.protocol.v0_8
-
- AMQProtocolClassException - Exception in org.apache.qpid.server.protocol.v0_8.transport
-
AMQProtocolInstanceException indicates that the protocol class is incorrect in a header.
- AMQProtocolClassException(String, Throwable) - Constructor for exception org.apache.qpid.server.protocol.v0_8.transport.AMQProtocolClassException
-
- AMQProtocolHeaderException - Exception in org.apache.qpid.server.protocol.v0_8.transport
-
- AMQProtocolHeaderException(String, Throwable) - Constructor for exception org.apache.qpid.server.protocol.v0_8.transport.AMQProtocolHeaderException
-
- AMQProtocolInstanceException - Exception in org.apache.qpid.server.protocol.v0_8.transport
-
AMQProtocolInstanceException indicates that the protocol instance is incorrect in a header.
- AMQProtocolInstanceException(String, Throwable) - Constructor for exception org.apache.qpid.server.protocol.v0_8.transport.AMQProtocolInstanceException
-
- AMQProtocolVersionException - Exception in org.apache.qpid.server.protocol.v0_8.transport
-
AMQProtocolInstanceException indicates that the client and server differ on expected protocol version in a header.
- AMQProtocolVersionException(String, Throwable) - Constructor for exception org.apache.qpid.server.protocol.v0_8.transport.AMQProtocolVersionException
-
- AMQProtocolWriter - Interface in org.apache.qpid.server.protocol.v0_8.transport
-
AMQProtocolWriter provides a method to write a frame of data 'to the wire', in the context of the object
that implements the method, usually some sort of session.
- AMQVersionAwareProtocolSession - Interface in org.apache.qpid.server.protocol.v0_8.transport
-
AMQVersionAwareProtocolSession is implemented by all AMQP session classes, that need to provide an awareness to
callers of the version of the AMQP protocol that they are able to work with.