|
|||||||||
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.Exchange | |
AMQP.PROTOCOL | |
AMQP.Queue | |
AMQP.Tx | |
ConnectionFactory | Convenience "factory" class to facilitate opening a Connection to an AMQP broker. |
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(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 | |
---|---|
AlreadyClosedException | |
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. |
PossibleAuthenticationFailureException | Thrown when the likely cause is an authentication failure. |
ProtocolVersionMismatchException | Thrown to indicate that the server does not support the wire protocol version we requested immediately after opening the TCP socket. |
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 |