ClientConnection |
A Connection implementation that uses the Proton engine for AMQP protocol support.
|
ClientDeliverable |
Abstract type that implements some of the common portions of a delivery
wrapper type.
|
ClientDelivery |
Client inbound delivery object.
|
ClientDeliveryState |
Client internal implementation of a DeliveryState type.
|
ClientDeliveryState.ClientAccepted |
Client defined Accepted delivery state definition
|
ClientDeliveryState.ClientReleased |
Client defined Released delivery state definition
|
ClientInstance |
Container of Connection instances that are all created with the same
container parent and therefore share the same container Id.
|
ClientLinkType |
Base type used by client resources that represent an AMQP link type.
|
ClientMessage |
Client provided AdvancedMessage implementation that is used when sending messages
from a ClientSender or when decoding an AMQP Transfer for which all frames have
arrived.
|
ClientReceiverLinkType |
Base class for client link types that wrap a proton receiver to provide
delivery dispatch in some manner.
|
ClientRedirect |
Encapsulates the AMQP Redirect Map
|
ClientSender |
Proton based AMQP Sender
|
ClientSenderLinkType |
Base type for all the proton client sender types which provides a few extra
APIs for the connection and session to use when managing senders.
|
ClientSession |
Client implementation of the Session API.
|
ClientStreamDelivery |
A StreamDelivery implementation that provides the mechanics of reading message
types from an incoming split framed transfer.
|
ClientStreamReceiver |
|
ClientStreamReceiverMessage |
Streamed message delivery context used to request reads of possible split framed
Transfer payload's that comprise a single large overall message.
|
ClientStreamSender |
|
ClientStreamSender.ClientOutgoingEnvelope |
|
ClientTrackable |
Base type used to provide some common plumbing for Tracker types
|