See: Description
| Interface | Description |
|---|---|
| AmqpFrameParser.AMQPFrameSink | |
| AmqpProtocolConverter |
Interface that defines the API for any AMQP protocol converter ised to
map AMQP mechanincs to ActiveMQ and back.
|
| AmqpTransport |
Basic interface that mediates between protocol converter and transport
|
| AmqpWireFormat.ResetListener | |
| ResponseHandler |
Interface used by the AmqpProtocolConverter for callbacks from the broker.
|
| Class | Description |
|---|---|
| AmqpFrameParser |
State based Frame reader that is used in the NIO based transports where
AMQP frames can come in in partial or overlapping forms.
|
| AmqpHeader |
Represents the AMQP protocol handshake packet that is sent during the
initial exchange with a remote peer.
|
| AmqpInactivityMonitor | |
| AmqpNioSslTransport | |
| AmqpNioSslTransportFactory | |
| AmqpNioTransport |
An implementation of the
Transport interface for using AMQP over NIO |
| AmqpNioTransportFactory |
A AMQP over NIO transport factory
|
| AmqpProtocolDiscriminator |
Used to assign the best implementation of a AmqpProtocolConverter to the
AmqpTransport based on the AmqpHeader that the client sends us.
|
| AmqpSslTransportFactory |
A AMQP over SSL transport factory
|
| AmqpSupport |
Set of useful methods and definitions used in the AMQP protocol handling
|
| AmqpTransportFactory |
A AMQP transport factory
|
| AmqpTransportFilter |
The AMQPTransportFilter normally sits on top of a TcpTransport that has been
configured with the AmqpWireFormat and is used to convert AMQP commands to
ActiveMQ commands.
|
| AmqpWireFormat | |
| AmqpWireFormatFactory |
Creates the default AMQP WireFormat object used to configure the protocol support.
|
| Exception | Description |
|---|---|
| AmqpProtocolException |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.