A B C D E F G H I K L M N O P Q R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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) - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- 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
- 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.
- AMQException - Exception in org.apache.qpid.server
- AMQException(int, boolean, String, Throwable) - Constructor for exception org.apache.qpid.server.AMQException
- AMQException(int, String) - Constructor for exception org.apache.qpid.server.AMQException
- AMQException(int, String, Throwable) - Constructor for exception org.apache.qpid.server.AMQException
- 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
- AMQFrameDecodingException - Exception in org.apache.qpid.server.protocol.v0_8
-
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.apache.qpid.server.protocol.v0_8.AMQFrameDecodingException
- AMQFrameDecodingException(String) - Constructor for exception org.apache.qpid.server.protocol.v0_8.AMQFrameDecodingException
- AMQFrameDecodingException(String, Throwable) - Constructor for exception org.apache.qpid.server.protocol.v0_8.AMQFrameDecodingException
- 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
- AMQMessageMutator - Class in org.apache.qpid.server.protocol.v0_8
- AMQMessageMutatorFactory - Class in org.apache.qpid.server.protocol.v0_8
- AMQMessageMutatorFactory() - Constructor for class org.apache.qpid.server.protocol.v0_8.AMQMessageMutatorFactory
- 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
- AMQPInvalidClassException - Exception in org.apache.qpid.server.protocol.v0_8
-
AMQPInvalidClassException indicates an error when trying to store an illegally typed argument in a field table.
- AMQPInvalidClassException(String) - Constructor for exception org.apache.qpid.server.protocol.v0_8.AMQPInvalidClassException
- 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.
- AMQShortString - Class in org.apache.qpid.server.protocol.v0_8
-
A short string is a representation of an AMQ Short String Short strings differ from the Java String class by being limited to on ASCII characters (0-127) and thus can be held more effectively in a byte buffer.
- AMQType - Enum in org.apache.qpid.server.protocol.v0_8
-
AMQType is a type that represents the different possible AMQP field table types.
- AMQTypedValue - Class in org.apache.qpid.server.protocol.v0_8
-
AMQTypedValue combines together a native Java Object value, and an
AMQType, as a fully typed AMQP parameter value. - AMQTypedValue() - Constructor for class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- AMQTypeMap - Class in org.apache.qpid.server.protocol.v0_8
- 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.
- ASCII_CHARACTER - org.apache.qpid.server.protocol.v0_8.AMQType
- ASCII_STRING - org.apache.qpid.server.protocol.v0_8.AMQType
- asFieldArray(Collection<T>) - Static method in class org.apache.qpid.server.protocol.v0_8.FieldArray
- asTypedValue(Object) - Method in enum org.apache.qpid.server.protocol.v0_8.AMQType
-
Converts an instance of the type to an equivalent Java native representation, packaged as an
AMQTypedValuetagged with its AMQP type. - asUTF8Bytes(CharSequence) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
B
- BasicAckBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicAckBody(long, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- BasicCancelBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicCancelBody(AMQShortString, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- BasicCancelOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicCancelOkBody(AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- BasicConsumeBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicConsumeBody(int, AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, FieldTable) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- BasicConsumeOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicConsumeOkBody(AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- BasicContentHeaderProperties - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicContentHeaderProperties() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- BasicContentHeaderProperties(QpidByteBuffer, int, int) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- BasicContentHeaderProperties(BasicContentHeaderProperties) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- BasicDeliverBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicDeliverBody(AMQShortString, long, boolean, AMQShortString, AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- BasicGetBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicGetBody(int, AMQShortString, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- BasicGetEmptyBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicGetEmptyBody(AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- BasicGetOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicGetOkBody(long, boolean, AMQShortString, AMQShortString, long) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- BasicNackBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicNackBody(long, boolean, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- BasicPublishBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicPublishBody(int, AMQShortString, AMQShortString, boolean, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- BasicQosBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicQosBody(long, int, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- BasicQosOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicQosOkBody() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicQosOkBody
- BasicRecoverBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicRecoverBody(boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- BasicRecoverSyncBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicRecoverSyncBody(ProtocolVersion, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- BasicRecoverSyncOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicRecoverSyncOkBody(ProtocolVersion) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncOkBody
- BasicRejectBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicRejectBody(long, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- BasicReturnBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- BasicReturnBody(int, AMQShortString, AMQShortString, AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- BATCH_LIMIT - Static variable in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- BINARY - org.apache.qpid.server.protocol.v0_8.AMQType
- BindingURL - Interface in org.apache.qpid.server.url
- BindingURLParser - Class in org.apache.qpid.server.url
- BindingURLParser() - Constructor for class org.apache.qpid.server.url.BindingURLParser
- block() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- block() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- block(Queue<?>) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- BOOLEAN - org.apache.qpid.server.protocol.v0_8.AMQType
- BROKER_SEPARATOR - Static variable in class org.apache.qpid.server.url.URLHelper
- BrokerDecoder - Class in org.apache.qpid.server.protocol.v0_8
- BrokerDecoder(AMQPConnection_0_8Impl) - Constructor for class org.apache.qpid.server.protocol.v0_8.BrokerDecoder
-
Creates a new AMQP decoder.
- BYTE - org.apache.qpid.server.protocol.v0_8.AMQType
C
- callback(long, MessageConsumerAssociation) - Method in interface org.apache.qpid.server.protocol.v0_8.UnacknowledgedMessageMap.Visitor
- ChannelAlertBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ChannelAlertBody(int, AMQShortString, FieldTable) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- channelAwaitingClosure(int) - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- channelAwaitingClosure(int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- ChannelCloseBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ChannelCloseBody(int, AMQShortString, int, int) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- ChannelCloseOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ChannelFlowBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ChannelFlowBody(boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- ChannelFlowOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ChannelFlowOkBody(boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- ChannelMethodProcessor - Interface in org.apache.qpid.server.protocol.v0_8.transport
- ChannelOpenBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ChannelOpenBody() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- ChannelOpenOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- charAt(int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- checkValid() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- checkVersion() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackOkBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectBody
- CLASS_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectOkBody
- clearEncodedForm() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- clearEncodedForm() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- clearEncodedForm() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- clearWork() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- ClientChannelMethodProcessor - Interface in org.apache.qpid.server.protocol.v0_8.transport
- ClientDeliveryMethod - Interface in org.apache.qpid.server.protocol.v0_8
- ClientMethodDispatcher - Interface in org.apache.qpid.server.protocol.v0_8.transport
- ClientMethodProcessor<T extends ClientChannelMethodProcessor> - Interface in org.apache.qpid.server.protocol.v0_8.transport
- clone() - Method in exception org.apache.qpid.server.QpidException
- cloneForCurrentThread() - Method in exception org.apache.qpid.server.AMQException
- cloneForCurrentThread() - Method in exception org.apache.qpid.server.protocol.v0_8.AMQConnectionException
- cloneForCurrentThread() - Method in exception org.apache.qpid.server.QpidException
-
Rethrown this exception as a new exception.
- close() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- close(int, String) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- closeChannel(int, int, String) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- closeChannel(AMQChannel) - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- closeChannel(AMQChannel) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- closeChannelAndWriteFrame(AMQChannel, int, String) - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- closeChannelAndWriteFrame(AMQChannel, int, String) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- closeChannelOk(int) - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- closeChannelOk(int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- closed() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- closeNetworkConnection() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- closeSessionAsync(AMQPSession<?, ?>, AMQPConnection.CloseReason, String) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- collect(long, boolean, Map<Long, MessageConsumerAssociation>) - Method in interface org.apache.qpid.server.protocol.v0_8.UnacknowledgedMessageMap
- compareTo(Object) - Method in class org.apache.qpid.server.protocol.ProtocolVersion
- compareTo(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- CompositeAMQBodyBlock(int, AMQBody, AMQBody, AMQBody) - Constructor for class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.CompositeAMQBodyBlock
- CompositeAMQDataBlock - Class in org.apache.qpid.server.protocol.v0_8.transport
- CompositeAMQDataBlock(AMQDataBlock[]) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.CompositeAMQDataBlock
- ConfiguredObjectRegistrationImpl - Class in org.apache.qpid.server.protocol.v0_8
- ConfiguredObjectRegistrationImpl() - Constructor for class org.apache.qpid.server.protocol.v0_8.ConfiguredObjectRegistrationImpl
- confirmAutoClose() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- confirmConsumerAutoClose(int, AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverter
- confirmConsumerAutoClose(int, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl
- ConfirmSelectBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConfirmSelectBody(boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- ConfirmSelectOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- CONNECTION_CLOSE_OK_0_8 - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
- CONNECTION_CLOSE_OK_0_9 - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
- ConnectionCloseBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionCloseBody(ProtocolVersion, int, AMQShortString, int, int) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- ConnectionCloseOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionOpenBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionOpenBody(AMQShortString, AMQShortString, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- ConnectionOpenOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionOpenOkBody(AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- ConnectionRedirectBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionRedirectBody(ProtocolVersion, AMQShortString, AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- ConnectionSecureBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionSecureBody(byte[]) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- ConnectionSecureOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionSecureOkBody(byte[]) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- ConnectionStartBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionStartBody(short, short, FieldTable, byte[], byte[]) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- ConnectionStartOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionStartOkBody(FieldTable, AMQShortString, byte[], AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- ConnectionTuneBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionTuneBody(int, long, int) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- ConnectionTuneOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ConnectionTuneOkBody(int, long, int) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- ConsumerTagInUseException - Exception in org.apache.qpid.server.protocol.v0_8
- ConsumerTagInUseException(String) - Constructor for exception org.apache.qpid.server.protocol.v0_8.ConsumerTagInUseException
- ConsumerTarget_0_8 - Class in org.apache.qpid.server.protocol.v0_8
-
Encapsulation of a subscription to a queue.
- ConsumerTarget_0_8(AMQChannel, AMQShortString, FieldTable, FlowCreditManager_0_8, ClientDeliveryMethod, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- ConsumerTarget_0_8.GetNoAckConsumer - Class in org.apache.qpid.server.protocol.v0_8
-
NoAck Subscription for use with BasicGet method.
- ConsumerTarget_0_8.NoAckConsumer - Class in org.apache.qpid.server.protocol.v0_8
- contains(byte) - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- containsHeader(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- containsKey(String) - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- containsOption(String) - Method in class org.apache.qpid.server.url.AMQBindingURL
- containsOption(String) - Method in interface org.apache.qpid.server.url.BindingURL
- ContentBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ContentBody(ByteBuffer) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- ContentBody(QpidByteBuffer) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- contentBodyReceived(int, ContentBody) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQVersionAwareProtocolSession
- ContentHeaderBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ContentHeaderBody(QpidByteBuffer, long) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- ContentHeaderBody(BasicContentHeaderProperties) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- ContentHeaderBody(BasicContentHeaderProperties, long) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- ContentHeaderPropertiesFactory - Class in org.apache.qpid.server.protocol.v0_8.transport
- contentHeaderReceived(int, ContentHeaderBody) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQVersionAwareProtocolSession
- convert(InternalMessage, NamedAddressSpace) - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_Internal_to_v0_8
- convert(AMQMessage, NamedAddressSpace) - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_v0_8_to_Internal
- convertToDecodedFieldTable(FieldTable) - Static method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- convertToFieldTable(Map<String, Object>) - Static method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- convertToMap(FieldTable) - Static method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- convertToMessageFormat(AMQMessage) - Method in class org.apache.qpid.server.protocol.v0_8.MessageFormat_0_9_1
- create() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessageMutator
- create(AMQMessage, MessageStore) - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessageMutatorFactory
- createAccessRequestBody(AMQShortString, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createAccessRequestOkBody(int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createAckTarget(AMQChannel, AMQShortString, FieldTable, FlowCreditManager_0_8, boolean) - Static method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- createAMQFrame(int, BasicContentHeaderProperties, long) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- createAMQFrame(int, ContentBody) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- createAMQShortString(byte[]) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- createAMQShortString(String) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- createAMQTypedValue(int) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- createAMQTypedValue(long) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- createAMQTypedValue(AMQType, Object) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- createBasicAckBody(long, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicCancelBody(AMQShortString, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicCancelOkBody(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicConsumeBody(int, String, String, boolean, boolean, boolean, boolean, Map<String, Object>) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicConsumeOkBody(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicDeliverBody(AMQShortString, long, boolean, AMQShortString, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicGetBody(int, AMQShortString, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicGetEmptyBody(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicGetOkBody(long, boolean, AMQShortString, AMQShortString, long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicPublishBody(int, String, String, boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicQosBody(long, int, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicQosOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicRecoverBody(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicRecoverSyncBody(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicRecoverSyncOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicRejectBody(long, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBasicReturnBody(int, AMQShortString, AMQShortString, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createBrowserTarget(AMQChannel, AMQShortString, FieldTable, FlowCreditManager_0_8, boolean) - Static method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- createChannelAlertBody(int, AMQShortString, FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createChannelCloseBody(int, AMQShortString, int, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createChannelCloseOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createChannelFlowBody(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createChannelFlowOkBody(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createChannelOpenBody(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createChannelOpenOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createChannelOpenOkBody(byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionCloseBody(int, AMQShortString, int, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionCloseOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionOpenBody(AMQShortString, AMQShortString, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionOpenOkBody(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionRedirectBody(AMQShortString, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionSecureBody(byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionSecureOkBody(byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionStartBody(short, short, FieldTable, byte[], byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionStartOkBody(FieldTable, AMQShortString, byte[], AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionTuneBody(int, long, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createConnectionTuneOkBody(int, long, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createContentHeaderProperties(int, int, QpidByteBuffer, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderPropertiesFactory
- createDeliveryMethod(int) - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- createDeliveryMethod(int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- createExchangeBoundBody(String, String, String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createExchangeBoundOkBody(int, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createExchangeDeclareBody(int, String, String, boolean, boolean, boolean, boolean, boolean, Map<String, Object>) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createExchangeDeclareOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createExchangeDeleteBody(int, String, boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createExchangeDeleteOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createFieldTable(Map<String, Object>) - Static method in class org.apache.qpid.server.protocol.v0_8.FieldTableFactory
- createFieldTable(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.FieldTableFactory
- createFieldTable(QpidByteBuffer, int) - Static method in class org.apache.qpid.server.protocol.v0_8.FieldTableFactory
- createFromBuffer(QpidByteBuffer, long) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
-
Helper method that is used currently by the persistence layer.
- createGetAckTarget(AMQChannel, AMQShortString, FieldTable, FlowCreditManager_0_8, ClientDeliveryMethod) - Static method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- createGetNoAckTarget(AMQChannel, AMQShortString, FieldTable, FlowCreditManager_0_8, ClientDeliveryMethod) - Static method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- createMessage(QpidByteBuffer, MessageStore, Object) - Method in class org.apache.qpid.server.protocol.v0_8.MessageFormat_0_9_1
- createMessage(StoredMessage<MessageMetaData>) - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaDataType_0_8
- createMetaData(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaDataType_0_8
- createNoAckTarget(AMQChannel, AMQShortString, FieldTable, FlowCreditManager_0_8, boolean) - Static method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- createQueueBindBody(int, String, String, String, boolean, Map<String, Object>) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createQueueBindOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createQueueDeclareBody(int, String, boolean, boolean, boolean, boolean, boolean, Map<String, Object>) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createQueueDeclareOkBody(AMQShortString, long, long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createQueueDeleteBody(int, String, boolean, boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createQueueDeleteOkBody(long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createQueuePurgeBody(int, AMQShortString, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createQueuePurgeOkBody(long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createQueueUnbindBody(int, AMQShortString, AMQShortString, AMQShortString, FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createQueueUnbindOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createTxCommitBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createTxCommitOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createTxRollbackBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createTxRollbackOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createTxSelectBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- createTxSelectOkBody() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- CreditRestorer - Interface in org.apache.qpid.server.protocol.v0_8
D
- DECIMAL - org.apache.qpid.server.protocol.v0_8.AMQType
- decodable(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- decodable(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation.Decoder
- decode(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- decodeBuffer(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.ServerDecoder
- Decoder() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation.Decoder
- DEFAULT_BATCH_LIMIT - Static variable in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- DEFAULT_FORCE_MESSAGE_VALIDATION - Static variable in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- DEFAULT_HEARTBEAT_TIMEOUT_FACTOR - Static variable in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- DEFAULT_HIGH_PREFETCH_LIMIT - Static variable in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- DEFAULT_OPTION_SEPERATOR - Static variable in class org.apache.qpid.server.url.URLHelper
- DEFAULT_PREFETCH - Static variable in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- defaultProtocolVersion() - Static method in class org.apache.qpid.server.protocol.ProtocolVersion
- deliverToClient(ConsumerTarget_0_8, AMQMessage, InstanceProperties, long) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl.WriteDeliverMethod
- deliverToClient(ConsumerTarget_0_8, AMQMessage, InstanceProperties, long) - Method in interface org.apache.qpid.server.protocol.v0_8.ClientDeliveryMethod
- dispatchAccessRequest(AccessRequestBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchAccessRequestOk(AccessRequestOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchBasicAck(BasicAckBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchBasicCancel(BasicCancelBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchBasicCancelOk(BasicCancelOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchBasicConsume(BasicConsumeBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchBasicConsumeOk(BasicConsumeOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchBasicDeliver(BasicDeliverBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchBasicGet(BasicGetBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchBasicGetEmpty(BasicGetEmptyBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchBasicGetOk(BasicGetOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchBasicNack(BasicNackBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.MethodDispatcher
- dispatchBasicPublish(BasicPublishBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchBasicQos(BasicQosBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchBasicQosOk(BasicQosOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchBasicRecover(BasicRecoverBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchBasicRecoverSync(BasicRecoverSyncBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchBasicRecoverSyncOk(BasicRecoverSyncOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchBasicReject(BasicRejectBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchBasicReturn(BasicReturnBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchChannelAlert(ChannelAlertBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchChannelClose(ChannelCloseBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchChannelClose(ChannelCloseBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchChannelCloseOk(ChannelCloseOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchChannelCloseOk(ChannelCloseOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchChannelFlow(ChannelFlowBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchChannelFlow(ChannelFlowBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchChannelFlowOk(ChannelFlowOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchChannelFlowOk(ChannelFlowOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchChannelOpen(ChannelOpenBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchChannelOpenOk(ChannelOpenOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchConfirmSelect(ConfirmSelectBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchConfirmSelectOk(ConfirmSelectOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchConnectionClose(ConnectionCloseBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchConnectionClose(ConnectionCloseBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchConnectionCloseOk(ConnectionCloseOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchConnectionCloseOk(ConnectionCloseOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchConnectionOpen(ConnectionOpenBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchConnectionOpenOk(ConnectionOpenOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchConnectionRedirect(ConnectionRedirectBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchConnectionSecure(ConnectionSecureBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchConnectionSecureOk(ConnectionSecureOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchConnectionStart(ConnectionStartBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchConnectionStartOk(ConnectionStartOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchConnectionTune(ConnectionTuneBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchConnectionTuneOk(ConnectionTuneOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchExchangeBound(ExchangeBoundBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchExchangeBoundOk(ExchangeBoundOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchExchangeDeclare(ExchangeDeclareBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchExchangeDeclareOk(ExchangeDeclareOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchExchangeDelete(ExchangeDeleteBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchExchangeDeleteOk(ExchangeDeleteOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchQueueBind(QueueBindBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchQueueBindOk(QueueBindOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchQueueDeclare(QueueDeclareBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchQueueDeclareOk(QueueDeclareOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchQueueDelete(QueueDeleteBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchQueueDeleteOk(QueueDeleteOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchQueuePurge(QueuePurgeBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchQueuePurgeOk(QueuePurgeOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchQueueUnbind(QueueUnbindBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchQueueUnbindOk(QueueUnbindOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchTxCommit(TxCommitBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchTxCommitOk(TxCommitOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchTxRollback(TxRollbackBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchTxRollbackOk(TxRollbackOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispatchTxSelect(TxSelectBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodDispatcher
- dispatchTxSelectOk(TxSelectOkBody, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodDispatcher
- dispose() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- dispose() - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- dispose() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- dispose() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- dispose() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- dispose() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- dispose(InternalMessage) - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_v0_8_to_Internal
- dispose(AMQMessage) - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_Internal_to_v0_8
- doSend(MessageInstanceConsumer, MessageInstance, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- doSendInternal(MessageInstanceConsumer, MessageInstance, AMQMessage, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- doSendInternal(MessageInstanceConsumer, MessageInstance, AMQMessage, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8.NoAckConsumer
- DOUBLE - org.apache.qpid.server.protocol.v0_8.AMQType
E
- EMPTY_STRING - Static variable in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- EncodableAMQDataBlock - Interface in org.apache.qpid.server.protocol.v0_8.transport
-
Marker interface to indicate to MINA that a data block should be encoded with the single encoder/decoder that we have defined.
- encodedBooleanLength() - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedByteLength() - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedCharLength() - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedDoubleLength() - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedFieldTableLength(FieldTable) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedFloatLength() - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedIntegerLength() - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedLongLength() - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedLongStringLength(String) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedLongstrLength(byte[]) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedShortLength() - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedShortStringLength(long) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedShortStringLength(String) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- encodedShortStringLength(AMQShortString) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- EncodingUtils - Class in org.apache.qpid.server.protocol.v0_8
- encryptedTransport() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- equals(Object) - Method in class org.apache.qpid.server.protocol.ProtocolVersion
- equals(Object) - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- equals(Object) - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- equals(Object) - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaDataType_0_8
- equals(Object) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- equals(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- error(Exception) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQMethodListener
-
Notifies the listener of an error on the event context to which it is listening.
- EXCHANGE_NOT_FOUND - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- ExchangeBoundBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ExchangeBoundBody(AMQShortString, AMQShortString, AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- ExchangeBoundOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ExchangeBoundOkBody(int, AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- ExchangeDeclareBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ExchangeDeclareBody(int, AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- ExchangeDeclareOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ExchangeDeclareOkBody() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareOkBody
- ExchangeDeleteBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ExchangeDeleteBody(int, AMQShortString, boolean, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- ExchangeDeleteOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- ExchangeDeleteOkBody() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- execute(MethodDispatcher, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackOkBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectBody
- execute(MethodDispatcher, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectOkBody
F
- FACTORY - Static variable in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- FIELD_ARRAY - org.apache.qpid.server.protocol.v0_8.AMQType
-
Implements the field table type.
- FIELD_TABLE - org.apache.qpid.server.protocol.v0_8.AMQType
-
Implements the field table type.
- FieldArray<T> - Class in org.apache.qpid.server.protocol.v0_8
- FieldTable - Class in org.apache.qpid.server.protocol.v0_8
- FieldTableFactory - Class in org.apache.qpid.server.protocol.v0_8
- FLOAT - org.apache.qpid.server.protocol.v0_8.AMQType
- FlowCreditManager_0_8 - Interface in org.apache.qpid.server.protocol.v0_8
- flushBatched() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- FORCE_MESSAGE_VALIDATION - Static variable in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- FRAME - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- FRAME_END_BYTE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.AMQFrame
- FRAME_HEADER_SIZE - Static variable in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- FRAME_MIN_SIZE - Static variable in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- FrameCreatingMethodProcessor - Class in org.apache.qpid.server.protocol.v0_8.transport
- FrameCreatingMethodProcessor(ProtocolVersion) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor - Interface in org.apache.qpid.server.protocol.v0_8.transport
G
- generateFrame(int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBody
- generateFrame(int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- get(byte, byte) - Static method in class org.apache.qpid.server.protocol.ProtocolVersion
- get(long) - Method in interface org.apache.qpid.server.protocol.v0_8.UnacknowledgedMessageMap
- get(String) - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- getAccessControllerContext() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getActive() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- getActive() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- getActive() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- getActualMinorVersion() - Method in class org.apache.qpid.server.protocol.ProtocolVersion
- getAddress() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getAddressSpace() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getAppId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getAppIdAsString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getArguments() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getArguments() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getArguments() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- getArguments() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getArguments() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- getArrivalTime() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- getArrivalTime() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- getAutoDelete() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getAutoDelete() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getBinaryDataLimit() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- getBinaryDataLimit() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getBindingKeys() - Method in class org.apache.qpid.server.url.AMQBindingURL
- getBindingKeys() - Method in interface org.apache.qpid.server.url.BindingURL
- getBlocking() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getBlocks() - Method in class org.apache.qpid.server.protocol.v0_8.transport.CompositeAMQDataBlock
- getBodyCount() - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- getBodyFrame() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQFrame
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
-
unsigned short
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
-
unsigned long but java can't handle that anyway when allocating byte array
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackOkBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectBody
- getBodySize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectOkBody
- getBytes() - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- getCapabilities() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- getChallenge() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- getChannel() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- getChannel() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQFrame
- getChannel(int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getChannelId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodEvent
-
Gets the channel handle for the method call.
- getChannelMax() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- getChannelMax() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- getChannelMethodProcessor(int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getChannelMethodProcessor(int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- getChannelMethodProcessor(int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
- getClassId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- getClassId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- getClassId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- getClassId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- getClazz() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackOkBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectBody
- getClazz() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectOkBody
- getClientDeliveryMethod() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getClientProperties() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- getCloseCause() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getCloseFrame() - Method in exception org.apache.qpid.server.protocol.v0_8.AMQConnectionException
- getClusterId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getClusterId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- getClusterIdAsString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getConfiguredObjectClasses() - Method in class org.apache.qpid.server.protocol.v0_8.ConfiguredObjectRegistrationImpl
- getConnection() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getConnectionReference() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getConsumer() - Method in interface org.apache.qpid.server.protocol.v0_8.MessageConsumerAssociation
- getConsumerCount() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- getConsumerOptions() - Method in class org.apache.qpid.server.url.AMQBindingURL
- getConsumerOptions() - Method in interface org.apache.qpid.server.url.BindingURL
- getConsumerTag() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- getConsumerTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- getConsumerTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- getConsumerTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getConsumerTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- getConsumerTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- getContentChunk(int) - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- getContentHeader() - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- getContentHeaderBody() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- getContentHeaderBody() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- getContentSize() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- getContentType() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getContentTypeAsString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getContextProvider() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- getCorrelationId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getCorrelationIdAsString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getCreditManager() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- getDataAsBytes() - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- getDeliveryMode() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getDeliveryTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- getDeliveryTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- getDeliveryTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- getDeliveryTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- getDeliveryTag() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- getDestination() - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- getDestinationName() - Method in class org.apache.qpid.server.url.AMQBindingURL
- getDestinationName() - Method in interface org.apache.qpid.server.url.BindingURL
- getDetails() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- getDurable() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getDurable() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getEncodedSize() - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- getEncoding() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getEncodingAsString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getEncodingSize() - Method in class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- getEncodingSize() - Method in class org.apache.qpid.server.protocol.v0_8.FieldArray
- getEncodingSize(Object) - Method in enum org.apache.qpid.server.protocol.v0_8.AMQType
-
Calculates the size of an instance of the type in bytes.
- getErrorCode() - Method in exception org.apache.qpid.server.AMQException
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- getExchange() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- getExchangeClass() - Method in class org.apache.qpid.server.url.AMQBindingURL
- getExchangeClass() - Method in interface org.apache.qpid.server.url.BindingURL
- getExchangeName() - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- getExchangeName() - Method in class org.apache.qpid.server.url.AMQBindingURL
- getExchangeName() - Method in interface org.apache.qpid.server.url.BindingURL
- getExclusive() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- getExclusive() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getExclusive() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getExpiration() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- getExpiration() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getFrameMax() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- getFrameMax() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- getFrameOverhead() - Static method in class org.apache.qpid.server.protocol.v0_8.transport.AMQFrame
- getFrameType() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQBody
- getFrameType() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- getFrameType() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- getFrameType() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- getFrameType() - Method in class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- getGlobal() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- getHeader(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getHeaderIdentifier() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_8
- getHeaderIdentifier() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9_1
- getHeaderIdentifier() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9
- getHeaderNames() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getHeadersAsMap() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getHeartbeat() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- getHeartbeat() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- getHeartbeatDelay() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- getHeartbeatDelay() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getHost() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- getIfEmpty() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- getIfUnused() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- getIfUnused() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- getImmediate() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- getInitialRoutingAddress() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- getInputClass() - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_Internal_to_v0_8
- getInputClass() - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_v0_8_to_Internal
- getInsist() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- getInstance() - Static method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_8
- getInstance() - Static method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9_1
- getInstance() - Static method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9
- getInstance() - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderPropertiesFactory
- getInstance(ProtocolVersion, QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- getInternal() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getKnownHosts() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- getKnownHosts() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- getLatestSupportedVersion() - Static method in class org.apache.qpid.server.protocol.ProtocolVersion
- getLocale() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- getLocales() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- getMajorVersion() - Method in class org.apache.qpid.server.protocol.ProtocolVersion
- getMandatory() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- getMaxFrameSize() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getMechanism() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- getMechanisms() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- getMessageClass() - Method in class org.apache.qpid.server.protocol.v0_8.MessageFormat_0_9_1
- getMessageCount() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- getMessageCount() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- getMessageCount() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- getMessageCount() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- getMessageHeader() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- getMessageHeader() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- getMessageId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getMessageIdAsString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getMessageInstance() - Method in interface org.apache.qpid.server.protocol.v0_8.MessageConsumerAssociation
- getMessageMetaData() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- getMessagePublishInfo() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- getMessagePublishInfo() - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- getMessagePublishInfo() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- getMessageType() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- getMethod() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodEvent
-
Gets the method call.
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackOkBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectBody
- getMethod() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectOkBody
- getMethodId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- getMethodId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- getMethodId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- getMethodProcessor() - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- getMethodRegistry() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- getMethodRegistry() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getMethodRegistry() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQVersionAwareProtocolSession
-
Gets the method registry for a specific version of the AMQP.
- getMinorVersion() - Method in class org.apache.qpid.server.protocol.ProtocolVersion
- getMultiple() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- getMultiple() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- getNextDeliveryTag() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getNoAck() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getNoAck() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- GetNoAckConsumer(AMQChannel, AMQShortString, FieldTable, FlowCreditManager_0_8, ClientDeliveryMethod) - Constructor for class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8.GetNoAckConsumer
- getNoLocal() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getNowait() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- getNowait() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getNowait() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- getNowait() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getNowait() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- getNowait() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- getNowait() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getNowait() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- getNowait() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- getOpenTransactions() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getOption(String) - Method in class org.apache.qpid.server.url.AMQBindingURL
- getOption(String) - Method in interface org.apache.qpid.server.url.BindingURL
- getOutputClass() - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_Internal_to_v0_8
- getOutputClass() - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_v0_8_to_Internal
- getPassive() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- getPassive() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getPassive() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getPayload() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- getPrefetchCount() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- getPrefetchSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- getPriority() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessageMutator
- getPriority() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getProcessedMethods() - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- getProperties() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- getPropertyFlags() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getPropertyListSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getProtocolClass() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- getProtocolInstance() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- getProtocolMajor() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- getProtocolMajorVersion() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getProtocolMinor() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- getProtocolMinorVersion() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getProtocolOutputConverter() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- getProtocolOutputConverter() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getProtocolVersion() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- getProtocolVersion() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getProtocolVersion() - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- getProtocolVersion() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
- getProtocolVersion() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- getProtocolVersion() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ProtocolVersionAware
- getQueue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getQueue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- getQueue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- getQueue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- getQueue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getQueue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- getQueue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- getQueue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- getQueue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- getQueueName() - Method in class org.apache.qpid.server.url.AMQBindingURL
- getQueueName() - Method in interface org.apache.qpid.server.url.BindingURL
- getRead() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- getRealm() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- getRedelivered() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- getRedelivered() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- getReference() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- getReference() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getRegistry() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getRemoteContainerName() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getReplyCode() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- getReplyCode() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- getReplyCode() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- getReplyCode() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- getReplyCode() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- getReplyText() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- getReplyText() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- getReplyText() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- getReplyText() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- getReplyText() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- getReplyTo() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getReplyToAsString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getRequeue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- getRequeue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- getRequeue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- getRequeue() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- getResponse() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- getResponse() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- getRevisionVersion() - Method in class org.apache.qpid.server.protocol.ProtocolVersion
- getRoutingKey() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- getRoutingKey() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- getRoutingKey() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- getRoutingKey() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- getRoutingKey() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- getRoutingKey() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- getRoutingKey() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- getRoutingKey() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- getRoutingKey() - Method in class org.apache.qpid.server.url.AMQBindingURL
- getRoutingKey() - Method in interface org.apache.qpid.server.url.BindingURL
- getServerProperties() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- getSession() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- getSessionCountLimit() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getSessionModels() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- getSize() - Method in interface org.apache.qpid.server.protocol.v0_8.MessageConsumerAssociation
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.CompositeAMQBodyBlock
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.SmallCompositeAMQBodyBlock
- getSize() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQBody
-
Get the size of the body
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQDataBlock
-
Get the size of buffer needed to store the byte representation of this frame.
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQFrame
- getSize() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBody
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.CompositeAMQDataBlock
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- getSize() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- getSizeOf(byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- getSizeOf(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- getSizeOf(FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- getStorableSize() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- getSubject() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getSuggestedAlternativeHeader() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_8
- getSuggestedAlternativeHeader() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9_1
- getSuggestedAlternativeHeader() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9
- getSupportedFormat() - Method in class org.apache.qpid.server.protocol.v0_8.MessageFormat_0_9_1
- getSupportedProtocolVersions() - Static method in class org.apache.qpid.server.protocol.ProtocolVersion
- getTargetAddress() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- getTicket() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- getTimestamp() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getTo() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- getTransactionStartTimeLong() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getTransactionUpdateTimeLong() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessageMutatorFactory
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.ConfiguredObjectRegistrationImpl
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_Internal_to_v0_8
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.MessageConverter_v0_8_to_Internal
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.MessageFormat_0_9_1
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaDataType_0_8
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_8
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9_1
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getType() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- getType(Byte) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQTypeMap
- getTypeAsString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getUnacknowledgedMessageCount() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- getURL() - Method in class org.apache.qpid.server.url.AMQBindingURL
- getURL() - Method in interface org.apache.qpid.server.url.BindingURL
- getUserId() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getUserIdAsString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- getUTF8Length(CharSequence) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- getValue() - Method in class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- getVersion() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_8
- getVersion() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9_1
- getVersion() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9
- getVersionMajor() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- getVersionMinor() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- getVirtualHost() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- getWeight() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- getWrite() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
H
- handle(int, AMQVersionAwareProtocolSession) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQBody
- handle(int, AMQVersionAwareProtocolSession) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
-
Creates an AMQChannelException for the corresponding body type (a channel exception should include the class and method ids of the body it resulted from).
- handle(int, AMQVersionAwareProtocolSession) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- handle(int, AMQVersionAwareProtocolSession) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- handle(int, AMQVersionAwareProtocolSession) - Method in class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- hasCredit() - Method in class org.apache.qpid.server.protocol.v0_8.InfiniteCreditCreditManager
- hasExpiration() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- hashCode() - Method in class org.apache.qpid.server.protocol.ProtocolVersion
- hashCode() - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- hashCode() - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- hashCode() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaDataType_0_8
- hashCode() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- hasSessionWithName(byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- hasTimestamp() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- hasWork() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- HeartbeatBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- HeartbeatBody() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- HeartbeatBody(DataInputStream, long) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- heartbeatBodyReceived(int, HeartbeatBody) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQVersionAwareProtocolSession
- HIGH_PREFETCH_LIMIT - Static variable in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
I
- identifier() - Method in enum org.apache.qpid.server.protocol.v0_8.AMQType
-
Extracts the byte identifier for the typ.
- ignoreAllButCloseOk() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- ignoreAllButCloseOk() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- ignoreAllButCloseOk() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- ignoreAllButCloseOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
- ignoreAllButCloseOk() - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- ignoreAllButCloseOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
- IncomingMessage - Class in org.apache.qpid.server.protocol.v0_8
- IncomingMessage(MessagePublishInfo) - Constructor for class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- InfiniteCreditCreditManager - Class in org.apache.qpid.server.protocol.v0_8
- InfiniteCreditCreditManager() - Constructor for class org.apache.qpid.server.protocol.v0_8.InfiniteCreditCreditManager
- INSTANCE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseOkBody
- INSTANCE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectOkBody
- INSTANCE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- INSTANCE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitOkBody
- INSTANCE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackBody
- INSTANCE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackOkBody
- INSTANCE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectBody
- INSTANCE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectOkBody
- INSTANCE_0_8 - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- INSTANCE_0_9 - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- INT - org.apache.qpid.server.protocol.v0_8.AMQType
- INTEGER - org.apache.qpid.server.protocol.v0_8.AMQType
- INVALID_OBJECT_MSG - Static variable in exception org.apache.qpid.server.protocol.v0_8.AMQPInvalidClassException
-
Error message text when trying to store an unsupported class or null object
- isAutoClose() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- isBytesLimited() - Method in interface org.apache.qpid.server.protocol.v0_8.FlowCreditManager_0_8
- isBytesLimited() - Method in class org.apache.qpid.server.protocol.v0_8.InfiniteCreditCreditManager
- isChannelFlow() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- isCloseWhenNoRoute() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- isCloseWhenNoRoute() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- isClosing() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- isClosing() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- isCompressionSupported() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- isCreditOverBatchLimit() - Method in interface org.apache.qpid.server.protocol.v0_8.FlowCreditManager_0_8
- isCreditOverBatchLimit() - Method in class org.apache.qpid.server.protocol.v0_8.InfiniteCreditCreditManager
- isEmpty() - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- isHardError() - Method in exception org.apache.qpid.server.AMQException
- isImmediate() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- isImmediate() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- isMandatory() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- isMandatory() - Method in class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- isNotBytesLimitedAndHighPrefetch() - Method in interface org.apache.qpid.server.protocol.v0_8.FlowCreditManager_0_8
- isNotBytesLimitedAndHighPrefetch() - Method in class org.apache.qpid.server.protocol.v0_8.InfiniteCreditCreditManager
- isOpeningInProgress() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- isOrderlyClose() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- isPersistent() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- isResourceAcceptable(TransactionLogResource) - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- isSendQueueDeleteOkRegardless() - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- isSendQueueDeleteOkRegardless() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- isSupported() - Method in class org.apache.qpid.server.protocol.ProtocolVersion
- isTransportBlockedForWriting() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- iterator() - Method in class org.apache.qpid.server.protocol.v0_8.FieldArray
K
- keys() - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
L
- length() - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
-
Get the length of the short string
- LONG - org.apache.qpid.server.protocol.v0_8.AMQType
- LONG_STRING - org.apache.qpid.server.protocol.v0_8.AMQType
M
- MAX_LENGTH - Static variable in class org.apache.qpid.server.protocol.v0_8.AMQShortString
-
The maximum number of octets in AMQ short string as defined in AMQP specification
- MessageConsumerAssociation - Interface in org.apache.qpid.server.protocol.v0_8
- MessageConverter_Internal_to_v0_8 - Class in org.apache.qpid.server.protocol.v0_8
- MessageConverter_Internal_to_v0_8() - Constructor for class org.apache.qpid.server.protocol.v0_8.MessageConverter_Internal_to_v0_8
- MessageConverter_v0_8_to_Internal - Class in org.apache.qpid.server.protocol.v0_8
- MessageConverter_v0_8_to_Internal() - Constructor for class org.apache.qpid.server.protocol.v0_8.MessageConverter_v0_8_to_Internal
- MessageFormat_0_9_1 - Class in org.apache.qpid.server.protocol.v0_8
- MessageFormat_0_9_1() - Constructor for class org.apache.qpid.server.protocol.v0_8.MessageFormat_0_9_1
- MessageMetaData - Class in org.apache.qpid.server.protocol.v0_8
-
Encapsulates a publish body and a content header.
- MessageMetaData(MessagePublishInfo, ContentHeaderBody) - Constructor for class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- MessageMetaData(MessagePublishInfo, ContentHeaderBody, long) - Constructor for class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- MessageMetaDataType_0_8 - Class in org.apache.qpid.server.protocol.v0_8
- MessageMetaDataType_0_8() - Constructor for class org.apache.qpid.server.protocol.v0_8.MessageMetaDataType_0_8
- MessagePublishInfo - Class in org.apache.qpid.server.protocol.v0_8.transport
- MessagePublishInfo() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- MessagePublishInfo(AMQShortString, boolean, boolean, AMQShortString) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackOkBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectBody
- METHOD_ID - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectOkBody
- MethodDispatcher - Interface in org.apache.qpid.server.protocol.v0_8.transport
- methodFrameReceived(int, AMQMethodBody) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQVersionAwareProtocolSession
- MethodProcessor<T extends ChannelMethodProcessor> - Interface in org.apache.qpid.server.protocol.v0_8.transport
- methodReceived(AMQMethodEvent<B>) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQMethodListener
-
Notifies the listener that an AMQP method event has occurred.
- MethodRegistry - Class in org.apache.qpid.server.protocol.v0_8.transport
- MethodRegistry(ProtocolVersion) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
N
- newProtocolEngine(Broker<?>, ServerNetworkConnection, AmqpPort<?>, Transport, long, AggregateTicker) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_8
- newProtocolEngine(Broker<?>, ServerNetworkConnection, AmqpPort<?>, Transport, long, AggregateTicker) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9_1
- newProtocolEngine(Broker<?>, ServerNetworkConnection, AmqpPort<?>, Transport, long, AggregateTicker) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9
- newUnknownMethodException(int, int, ProtocolVersion) - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- NO_BINDINGS - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- NO_QUEUE_BOUND_WITH_RK - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- NoAckConsumer(AMQChannel, AMQShortString, FieldTable, FlowCreditManager_0_8, ClientDeliveryMethod, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8.NoAckConsumer
- noMessagesAvailable() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- NON_CONSUMER_OPTIONS - Static variable in interface org.apache.qpid.server.url.BindingURL
- NON_PERSISTENT - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- notifyWork() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- notifyWork(AMQPSession<?, ?>) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
O
- OK - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- onReceive(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- OPTION_AUTODELETE - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_BINDING_KEY - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_BROWSE - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_DELIVERY_DELAY - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_DURABLE - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_ENCRYPTED_RECIPIENTS - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_EXCHANGE_AUTODELETE - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_EXCHANGE_DURABLE - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_EXCHANGE_INTERNAL - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_EXCLUSIVE - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_LOCAL_ADDRESS - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_REJECT_BEHAVIOUR - Static variable in interface org.apache.qpid.server.url.BindingURL
-
This option is only applicable for 0-8/0-9/0-9-1 protocols connection
- OPTION_ROUTING_KEY - Static variable in interface org.apache.qpid.server.url.BindingURL
- OPTION_SEND_ENCRYPTED - Static variable in interface org.apache.qpid.server.url.BindingURL
- ordinal() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaDataType_0_8
- org.apache.qpid.server - package org.apache.qpid.server
- org.apache.qpid.server.protocol - package org.apache.qpid.server.protocol
- org.apache.qpid.server.protocol.v0_8 - package org.apache.qpid.server.protocol.v0_8
- org.apache.qpid.server.protocol.v0_8.transport - package org.apache.qpid.server.protocol.v0_8.transport
- org.apache.qpid.server.url - package org.apache.qpid.server.url
- OVERHEAD - Static variable in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.CompositeAMQBodyBlock
- OVERHEAD - Static variable in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.SmallCompositeAMQBodyBlock
P
- parse(String) - Static method in class org.apache.qpid.server.protocol.ProtocolVersion
- parse(String, AMQBindingURL) - Method in class org.apache.qpid.server.url.BindingURLParser
- parseError(int, int, String, String) - Static method in class org.apache.qpid.server.url.URLHelper
- parseError(int, String, String) - Static method in class org.apache.qpid.server.url.URLHelper
- parseOptions(Map<String, String>, String) - Static method in class org.apache.qpid.server.url.URLHelper
- PERSISTENT - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- populateFromBuffer(DataInputStream, long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- printOptions(Map<String, String>) - Static method in class org.apache.qpid.server.url.URLHelper
- process(int, QpidByteBuffer, MethodProcessor, long) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- process(int, QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- process(QpidByteBuffer, ProtocolVersion, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- process(QpidByteBuffer, ProtocolVersion, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- process(QpidByteBuffer, ChannelMethodProcessor, long) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- process(QpidByteBuffer, ChannelMethodProcessor, long) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- process(QpidByteBuffer, MethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- process(QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- process(QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- process(QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- process(QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- processAMQPFrames(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- processAMQPFrames(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.BrokerDecoder
- processFrame(int, byte, long, QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- processFrame(int, byte, long, QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.BrokerDecoder
- processInput(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- processMethod(int, QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- processMethod(int, QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.ServerDecoder
- processPendingIterator() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- PROPERTY_HEARTBEAT_TIMEOUT_FACTOR - Static variable in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- ProtocolEngineCreator_0_8 - Class in org.apache.qpid.server.protocol.v0_8
- ProtocolEngineCreator_0_8() - Constructor for class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_8
- ProtocolEngineCreator_0_9 - Class in org.apache.qpid.server.protocol.v0_8
- ProtocolEngineCreator_0_9() - Constructor for class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9
- ProtocolEngineCreator_0_9_1 - Class in org.apache.qpid.server.protocol.v0_8
- ProtocolEngineCreator_0_9_1() - Constructor for class org.apache.qpid.server.protocol.v0_8.ProtocolEngineCreator_0_9_1
- ProtocolInitiation - Class in org.apache.qpid.server.protocol.v0_8.transport
- ProtocolInitiation(byte[], byte, byte, byte, byte) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- ProtocolInitiation(QpidByteBuffer) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- ProtocolInitiation(ProtocolVersion) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- ProtocolInitiation.Decoder - Class in org.apache.qpid.server.protocol.v0_8.transport
- ProtocolOutputConverter - Interface in org.apache.qpid.server.protocol.v0_8
- ProtocolOutputConverterImpl - Class in org.apache.qpid.server.protocol.v0_8
- ProtocolOutputConverterImpl(AMQPConnection_0_8Impl) - Constructor for class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl
- ProtocolOutputConverterImpl.CompositeAMQBodyBlock - Class in org.apache.qpid.server.protocol.v0_8
- ProtocolOutputConverterImpl.SmallCompositeAMQBodyBlock - Class in org.apache.qpid.server.protocol.v0_8
- ProtocolVersion - Class in org.apache.qpid.server.protocol
- ProtocolVersionAware - Interface in org.apache.qpid.server.protocol.v0_8.transport
-
ProtocolVersionAware is implemented by all AMQP handling classes, that need to provide an awareness to callers of the version of the AMQP protocol that they are able to handle.
Q
- QpidException - Exception in org.apache.qpid.server
-
AMQException forms the root exception of all exceptions relating to the AMQ protocol.
- QpidException(String) - Constructor for exception org.apache.qpid.server.QpidException
- QpidException(String, Throwable) - Constructor for exception org.apache.qpid.server.QpidException
- QUEUE_NOT_BOUND - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- QUEUE_NOT_FOUND - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- QueueBindBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueueBindBody(int, AMQShortString, AMQShortString, AMQShortString, boolean, FieldTable) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- QueueBindOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueueBindOkBody() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueueBindOkBody
- QueueDeclareBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueueDeclareBody(int, AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- QueueDeclareOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueueDeclareOkBody(AMQShortString, long, long) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- QueueDeleteBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueueDeleteBody(int, AMQShortString, boolean, boolean, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- QueueDeleteOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueueDeleteOkBody(long) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- QueuePurgeBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueuePurgeBody(int, AMQShortString, boolean) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- QueuePurgeOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueuePurgeOkBody(long) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- QueueUnbindBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueueUnbindBody(int, AMQShortString, AMQShortString, AMQShortString, FieldTable) - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- QueueUnbindOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- QueueUnbindOkBody() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindOkBody
R
- readAMQShortString(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- readAMQShortStringAsString(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- readBytes(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- readerIdle() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- readFieldTable(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- readFromBuffer(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- readFromBuffer(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.FieldArray
- readLongAsShortString(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- readLongstr(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- readLongString(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- reallocate() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- reallocate() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- receiveAccessRequest(AMQShortString, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveAccessRequest(AMQShortString, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveAccessRequestOk(int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveBasicAck(long, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveBasicAck(long, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
- receiveBasicAck(long, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveBasicCancel(AMQShortString, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveBasicCancel(AMQShortString, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveBasicCancelOk(AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveBasicConsume(AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveBasicConsume(AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, FieldTable) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveBasicConsumeOk(AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveBasicDeliver(AMQShortString, long, boolean, AMQShortString, AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveBasicGet(AMQShortString, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveBasicGet(AMQShortString, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveBasicGetEmpty() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveBasicGetOk(long, boolean, AMQShortString, AMQShortString, long) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveBasicNack(long, boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveBasicNack(long, boolean, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
- receiveBasicPublish(AMQShortString, AMQShortString, boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveBasicPublish(AMQShortString, AMQShortString, boolean, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveBasicQos(long, int, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveBasicQos(long, int, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveBasicQosOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveBasicRecover(boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveBasicRecover(boolean, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveBasicRecoverSyncOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveBasicReject(long, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveBasicReject(long, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveBasicReturn(int, AMQShortString, AMQShortString, AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveChannelAlert(int, AMQShortString, FieldTable) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveChannelClose(int, AMQShortString, int, int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveChannelClose(int, AMQShortString, int, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
- receiveChannelCloseOk() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveChannelCloseOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
- receiveChannelFlow(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveChannelFlow(boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
- receiveChannelFlowOk(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveChannelFlowOk(boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
- receiveChannelOpen(int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- receiveChannelOpen(int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveChannelOpen(int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodProcessor
- receiveChannelOpenOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveConfirmSelect(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveConfirmSelect(boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveConfirmSelectOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveConnectionClose(int, AMQShortString, int, int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- receiveConnectionClose(int, AMQShortString, int, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionClose(int, AMQShortString, int, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
- receiveConnectionCloseOk() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- receiveConnectionCloseOk() - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionCloseOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
- receiveConnectionOpen(AMQShortString, AMQShortString, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- receiveConnectionOpen(AMQShortString, AMQShortString, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionOpen(AMQShortString, AMQShortString, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodProcessor
- receiveConnectionOpenOk(AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodProcessor
- receiveConnectionOpenOk(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionRedirect(AMQShortString, AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodProcessor
- receiveConnectionRedirect(AMQShortString, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionSecure(byte[]) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodProcessor
- receiveConnectionSecure(byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionSecureOk(byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- receiveConnectionSecureOk(byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionSecureOk(byte[]) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodProcessor
- receiveConnectionStart(short, short, FieldTable, byte[], byte[]) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodProcessor
- receiveConnectionStart(short, short, FieldTable, byte[], byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionStartOk(FieldTable, AMQShortString, byte[], AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- receiveConnectionStartOk(FieldTable, AMQShortString, byte[], AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionStartOk(FieldTable, AMQShortString, byte[], AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodProcessor
- receiveConnectionTune(int, long, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientMethodProcessor
- receiveConnectionTune(int, long, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionTuneOk(int, long, int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- receiveConnectionTuneOk(int, long, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveConnectionTuneOk(int, long, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerMethodProcessor
- receivedComplete() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveExchangeBound(AMQShortString, AMQShortString, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveExchangeBound(AMQShortString, AMQShortString, AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveExchangeBoundOk(int, AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveExchangeDeclare(AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveExchangeDeclare(AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveExchangeDeclareOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveExchangeDelete(AMQShortString, boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveExchangeDelete(AMQShortString, boolean, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveExchangeDeleteOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveHeartbeat() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- receiveHeartbeat() - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveHeartbeat() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
- receiveMessageContent(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveMessageContent(QpidByteBuffer) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
- receiveMessageHeader(BasicContentHeaderProperties, long) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveMessageHeader(BasicContentHeaderProperties, long) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
- receiveProtocolHeader(ProtocolInitiation) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- receiveProtocolHeader(ProtocolInitiation) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- receiveProtocolHeader(ProtocolInitiation) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
- receiveQueueBind(AMQShortString, AMQShortString, AMQShortString, boolean, FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveQueueBind(AMQShortString, AMQShortString, AMQShortString, boolean, FieldTable) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveQueueBindOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveQueueDeclare(AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveQueueDeclare(AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveQueueDeclareOk(AMQShortString, long, long) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveQueueDelete(AMQShortString, boolean, boolean, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveQueueDelete(AMQShortString, boolean, boolean, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveQueueDeleteOk(long) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveQueuePurge(AMQShortString, boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveQueuePurge(AMQShortString, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveQueuePurgeOk(long) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveQueueUnbind(AMQShortString, AMQShortString, AMQShortString, FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveQueueUnbind(AMQShortString, AMQShortString, AMQShortString, FieldTable) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveQueueUnbindOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveTxCommit() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveTxCommit() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveTxCommitOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveTxRollback() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveTxRollback() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveTxRollbackOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- receiveTxSelect() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- receiveTxSelect() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
- receiveTxSelectOk() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
- recordFuture(ListenableFuture<Void>, ServerTransaction.Action) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- remove(long, boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.UnacknowledgedMessageMap
- restoreCredit(long, long) - Method in class org.apache.qpid.server.protocol.v0_8.InfiniteCreditCreditManager
- restoreCredit(ConsumerTarget, int, long) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- restoreCredit(ConsumerTarget, int, long) - Method in interface org.apache.qpid.server.protocol.v0_8.CreditRestorer
- restoreCredit(ServerMessage) - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
S
- sendConnectionClose(int, String, int) - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- sendConnectionClose(int, String, int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- sendConnectionCloseAsync(AMQPConnection.CloseReason, String) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- sendToClient(MessageInstanceConsumer, AMQMessage, InstanceProperties, long) - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- ServerChannelMethodProcessor - Interface in org.apache.qpid.server.protocol.v0_8.transport
- ServerDecoder - Class in org.apache.qpid.server.protocol.v0_8
- ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor>) - Constructor for class org.apache.qpid.server.protocol.v0_8.ServerDecoder
-
Creates a new AMQP decoder.
- ServerMethodDispatcher - Interface in org.apache.qpid.server.protocol.v0_8.transport
- ServerMethodProcessor<T extends ServerChannelMethodProcessor> - Interface in org.apache.qpid.server.protocol.v0_8.transport
- setAppId(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setAppId(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setBodySize(long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- setClusterId(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setClusterId(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setContentHeaderBody(ContentHeaderBody) - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- setContentType(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setContentType(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setCorrelationId(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setCorrelationId(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setCurrentMethod(int, int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- setCurrentMethod(int, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- setCurrentMethod(int, int) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
- setDeferFlush(boolean) - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- setDeferFlush(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- setDeliveryMode(byte) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setEncoding(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setEncoding(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setExchange(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- setExpectProtocolInitiation(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
-
Sets the protocol initiation flag, that determines whether decoding is handled by the data decoder of the protocol initiation decoder.
- setExpiration(long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setHeaders(FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setImmediate(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- setMandatory(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- setMaxFrameSize(int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQDecoder
- setMaxFrameSize(int) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- setMessageDestination(MessageDestination) - Method in class org.apache.qpid.server.protocol.v0_8.IncomingMessage
- setMessageId(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setMessageId(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setOption(String, String) - Method in class org.apache.qpid.server.url.AMQBindingURL
- setPriority(byte) - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessageMutator
- setPriority(byte) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setPropertyFlags(int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.qpid.server.protocol.v0_8.transport.FrameCreatingMethodProcessor
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
- setReplyTo(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setReplyTo(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setRoutingKey(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
- setSender(ByteBufferSender) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQVersionAwareProtocolSession
- setTimestamp(long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setTransportBlockedForWriting(boolean) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- setType(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setType(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setUserId(String) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setUserId(AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- setWorkListener(Action<ProtocolEngine>) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- SHORT - org.apache.qpid.server.protocol.v0_8.AMQType
- size() - Method in class org.apache.qpid.server.protocol.v0_8.FieldArray
- size() - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- size() - Method in interface org.apache.qpid.server.protocol.v0_8.UnacknowledgedMessageMap
- skipFieldArray(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.FieldArray
- skipFieldTable(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- skipLongString(QpidByteBuffer) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- SmallCompositeAMQBodyBlock(int, AMQBody, AMQBody) - Constructor for class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.SmallCompositeAMQBodyBlock
- SPECIFIC_QUEUE_NOT_BOUND_WITH_RK - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
T
- TIMESTAMP - org.apache.qpid.server.protocol.v0_8.AMQType
- toFrame() - Method in class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- toNativeValue(Object) - Method in enum org.apache.qpid.server.protocol.v0_8.AMQType
-
Converts an instance of the type to an equivalent Java native representation.
- toString() - Method in exception org.apache.qpid.server.AMQException
- toString() - Method in class org.apache.qpid.server.protocol.ProtocolVersion
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.CompositeAMQBodyBlock
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.SmallCompositeAMQBodyBlock
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQFrame
- toString() - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodEvent
-
Prints the method call as a string, mainly for debugging purposes.
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.CompositeAMQDataBlock
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackOkBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectBody
- toString() - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectOkBody
- toString() - Method in exception org.apache.qpid.server.QpidException
- toString() - Method in class org.apache.qpid.server.url.AMQBindingURL
- toString() - Method in interface org.apache.qpid.server.url.BindingURL
- toString() - Method in exception org.apache.qpid.server.url.URLSyntaxException
- toString(AMQShortString) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- toTypedValue(Object) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- transportStateChanged() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- TxCommitBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- TxCommitBody() - Constructor for class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- TxCommitOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- TxRollbackBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- TxRollbackOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- TxSelectBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- TxSelectOkBody - Class in org.apache.qpid.server.protocol.v0_8.transport
- TYPE - Static variable in class org.apache.qpid.server.protocol.v0_8.MessageMetaDataType_0_8
- TYPE - Static variable in interface org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBody
- TYPE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- TYPE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- TYPE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- TYPE - Static variable in class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
U
- UnacknowledgedMessageMap - Interface in org.apache.qpid.server.protocol.v0_8
- UnacknowledgedMessageMap.Visitor - Interface in org.apache.qpid.server.protocol.v0_8
- unblock() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- unblock() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- unblock(Queue<?>) - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- UNSIGNED_BYTE - org.apache.qpid.server.protocol.v0_8.AMQType
- UNSIGNED_SHORT - org.apache.qpid.server.protocol.v0_8.AMQType
- unsignedIntegerLength() - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- updateBlockedStateIfNecessary() - Method in class org.apache.qpid.server.protocol.v0_8.AMQChannel
- updateNotifyWorkDesired() - Method in class org.apache.qpid.server.protocol.v0_8.ConsumerTarget_0_8
- URLHelper - Class in org.apache.qpid.server.url
- URLSyntaxException - Exception in org.apache.qpid.server.url
- URLSyntaxException(String, String, int, int) - Constructor for exception org.apache.qpid.server.url.URLSyntaxException
- useCreditForMessage(long) - Method in class org.apache.qpid.server.protocol.v0_8.InfiniteCreditCreditManager
V
- v0_10 - Static variable in class org.apache.qpid.server.protocol.ProtocolVersion
- v0_8 - Static variable in class org.apache.qpid.server.protocol.ProtocolVersion
- V0_8 - Static variable in class org.apache.qpid.server.protocol.v0_8.MessageMetaDataType_0_8
- v0_9 - Static variable in class org.apache.qpid.server.protocol.ProtocolVersion
- v0_91 - Static variable in class org.apache.qpid.server.protocol.ProtocolVersion
- validate() - Method in class org.apache.qpid.server.protocol.v0_8.AMQMessage
- validate() - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- validate() - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- validate() - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- validValueOf(Object) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- valueOf(Object) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- valueOf(String) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- valueOf(String) - Static method in enum org.apache.qpid.server.protocol.v0_8.AMQType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.qpid.server.protocol.v0_8.AMQType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visit(UnacknowledgedMessageMap.Visitor) - Method in interface org.apache.qpid.server.protocol.v0_8.UnacknowledgedMessageMap
- visitComplete() - Method in interface org.apache.qpid.server.protocol.v0_8.UnacknowledgedMessageMap.Visitor
- VOID - org.apache.qpid.server.protocol.v0_8.AMQType
W
- WIDE_STRING - org.apache.qpid.server.protocol.v0_8.AMQType
- writeAMQShortString(QpidByteBuffer, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeBitfield(QpidByteBuffer, byte) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeBoolean(QpidByteBuffer, boolean) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- writeByte(QpidByteBuffer, byte) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeBytes(QpidByteBuffer, byte[]) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- writeBytes(QpidByteBuffer, byte[]) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeDeliver(AMQMessage, InstanceProperties, int, long, AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverter
- writeDeliver(AMQMessage, InstanceProperties, int, long, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl
- WriteDeliverMethod(int) - Constructor for class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl.WriteDeliverMethod
- writeFieldTable(QpidByteBuffer, FieldTable) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeFieldTableBytes(QpidByteBuffer, FieldTable) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- writeFrame(AMQDataBlock) - Method in interface org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8
- writeFrame(AMQDataBlock) - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- writeFrame(AMQDataBlock) - Method in interface org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverter
- writeFrame(AMQDataBlock) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl
- writeFrame(AMQDataBlock) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQProtocolWriter
-
Writes a frame to the wire, encoding it as necessary, for example, into a sequence of bytes.
- writeGetOk(AMQMessage, InstanceProperties, int, long, int) - Method in interface org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverter
- writeGetOk(AMQMessage, InstanceProperties, int, long, int) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl
- writeInt(QpidByteBuffer, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeLong(QpidByteBuffer, long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeLongAsShortString(QpidByteBuffer, long) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- writeLongstr(QpidByteBuffer, byte[]) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- writeLongStringBytes(QpidByteBuffer, String) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AccessRequestOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicAckBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicCancelOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicConsumeOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicDeliverBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetEmptyBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicGetOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicNackBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicPublishBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicQosOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicRejectBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicReturnBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelAlertBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelFlowOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ChannelOpenOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConfirmSelectOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionOpenOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionRedirectBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionSecureOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionStartOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ConnectionTuneOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeBoundOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeclareOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ExchangeDeleteOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueBindOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeclareOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueDeleteOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueuePurgeOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.QueueUnbindOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxCommitOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxRollbackOkBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectBody
- writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.TxSelectOkBody
- writePayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.CompositeAMQBodyBlock
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl.SmallCompositeAMQBodyBlock
- writePayload(ByteBufferSender) - Method in interface org.apache.qpid.server.protocol.v0_8.transport.AMQBody
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQDataBlock
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQFrame
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.transport.CompositeAMQDataBlock
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentBody
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ContentHeaderBody
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.transport.HeartbeatBody
- writePayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.transport.ProtocolInitiation
- writePropertyListPayload(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- writePropertyListPayload(ByteBufferSender) - Method in class org.apache.qpid.server.protocol.v0_8.transport.BasicContentHeaderProperties
- writeReturn(MessagePublishInfo, ContentHeaderBody, MessageContentSource, int, int, AMQShortString) - Method in interface org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverter
- writeReturn(MessagePublishInfo, ContentHeaderBody, MessageContentSource, int, int, AMQShortString) - Method in class org.apache.qpid.server.protocol.v0_8.ProtocolOutputConverterImpl
- writerIdle() - Method in class org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl
- writeShort(QpidByteBuffer, short) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeShortString(QpidByteBuffer, String) - Static method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- writeShortStringBytes(QpidByteBuffer, String) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- writeShortStringBytes(QpidByteBuffer, AMQShortString) - Static method in class org.apache.qpid.server.protocol.v0_8.EncodingUtils
- writeToBuffer(Object, QpidByteBuffer) - Method in enum org.apache.qpid.server.protocol.v0_8.AMQType
- writeToBuffer(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQShortString
- writeToBuffer(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.AMQTypedValue
- writeToBuffer(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.FieldArray
- writeToBuffer(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.FieldTable
- writeToBuffer(QpidByteBuffer) - Method in class org.apache.qpid.server.protocol.v0_8.MessageMetaData
- writeUnsignedByte(QpidByteBuffer, short) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeUnsignedInteger(QpidByteBuffer, long) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
- writeUnsignedShort(QpidByteBuffer, int) - Method in class org.apache.qpid.server.protocol.v0_8.transport.AMQMethodBodyImpl
_
- _ownMethodId - Variable in class org.apache.qpid.server.protocol.v0_8.transport.BasicRecoverSyncOkBody
- _reverseTypeMap - Static variable in class org.apache.qpid.server.protocol.v0_8.AMQTypeMap
All Classes All Packages