| Package | Description |
|---|---|
| org.apache.qpid | |
| org.apache.qpid.codec | |
| org.apache.qpid.framing | |
| org.apache.qpid.protocol |
| Class and Description |
|---|
| AMQFrame |
| AMQMethodBody |
| MethodRegistry |
| 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.
|
| AMQProtocolVersionException
AMQProtocolInstanceException indicates that the client and server differ on expected protocol version in a header.
|
| 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.
|
| ClientChannelMethodProcessor |
| ClientMethodProcessor |
| MethodProcessor |
| ServerChannelMethodProcessor |
| ServerMethodProcessor |
| Class and Description |
|---|
| AMQDataBlock
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).
|
| AMQMethodBody |
| 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.
|
| ContentBody |
| ContentHeaderBody |
| HeartbeatBody |
| MethodRegistry |
| ProtocolVersion |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.