| Package | Description |
|---|---|
| org.apache.qpid.server.protocol.v0_8 | |
| org.apache.qpid.server.protocol.v0_8.transport |
| Class and Description |
|---|
| AMQChannel |
| AMQDecoder
AMQDecoder delegates the decoding of AMQP either to a data block decoder, or in the case of new connections, to a
protocol initiation decoder.
|
| AMQFrameDecodingException
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct
format as defined by the protocol.
|
| AMQMessage
A deliverable message.
|
| AMQPConnection_0_8 |
| AMQPConnection_0_8Impl |
| AMQShortString
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
AMQType is a type that represents the different possible AMQP field table types.
|
| AMQTypedValue
AMQTypedValue combines together a native Java Object value, and an
AMQType, as a fully typed AMQP parameter
value. |
| ClientDeliveryMethod |
| ConsumerTarget_0_8
Encapsulation of a subscription to a queue.
|
| ConsumerTarget_0_8.NoAckConsumer |
| CreditRestorer |
| FieldArray |
| FieldTable |
| FlowCreditManager_0_8 |
| MessageConsumerAssociation |
| MessageMetaData
Encapsulates a publish body and a content header.
|
| ProtocolOutputConverter |
| ServerDecoder |
| UnacknowledgedMessageMap.Visitor |
| Class and Description |
|---|
| AMQFrameDecodingException
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct
format as defined by the protocol.
|
| AMQShortString
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.
|
| FieldTable |
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.