|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| Address | A representation of network addresses, i.e. |
| AMQP.Access | |
| AMQP.Basic | |
| AMQP.BasicProperties | |
| AMQP.Channel | |
| AMQP.Connection | |
| AMQP.Dtx | |
| AMQP.Exchange | |
| AMQP.File | |
| AMQP.FileProperties | |
| AMQP.PROTOCOL | |
| AMQP.Queue | |
| AMQP.Stream | |
| AMQP.StreamProperties | |
| AMQP.Test | |
| AMQP.TestProperties | |
| AMQP.Tunnel | |
| AMQP.TunnelProperties | |
| AMQP.Tx | |
| ConnectionFactory | Convenience "factory" class to facilitate opening a Connection to an AMQP broker. |
| ConnectionParameters | Properties bean to encapsulate parameters for a Connection. |
| DefaultConsumer | Convenience class providing a default implementation of Consumer. |
| Envelope | Encapsulates a group of parameters used for AMQP's Basic methods |
| GetResponse | Encapsulates the response from a Channel.basicGet(int, java.lang.String, boolean) message-retrieval method call
- essentially a static bean "holder" with message response data. |
| MapRpcServer | Subclass of RpcServer which uses AMQP wire-format encoded tables as requests and replies. |
| MessageProperties | Constant holder class with useful static instances of AMQContentHeader. |
| NullTrustManager | Convenience class providing a default implementation of javax.net.ssl.X509TrustManager. |
| QueueingConsumer | Convenience class: an implementation of Consumer with straightforward blocking semantics |
| QueueingConsumer.Delivery | Encapsulates an arbitrary message - simple "bean" holder structure. |
| RpcClient | Convenience class which manages a temporary reply queue for simple RPC-style communication. |
| RpcServer | Class which manages a request queue for a simple RPC-style service. |
| StringRpcServer | Subclass of RpcServer which accepts UTF-8 string requests. |
| Exception Summary | |
|---|---|
| MalformedFrameException | Encapsulates a frame format error at the wire level. |
| MissedHeartbeatException | Encapsulates an exception indicating that the connection has missed too many heartbeats and is being shut down. |
| RedirectException | Encapsulates an exception requiring redirection to the next from a list of "known addresses" |
| ShutdownSignalException | Encapsulates a shutdown condition for a connection to an AMQP broker. |
| UnknownClassOrMethodId | Thrown when the protocol handlers detect an unknown class number or method number. |
| Error Summary | |
|---|---|
| UnexpectedFrameError | Thrown when the command parser hits an unexpected frame type. |
| UnexpectedMethodError | Indicates that a Method object was supplied that was not
expected. |
The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||