Uses of Interface
org.apache.qpid.protonj2.client.Link
Packages that use Link
-
Uses of Link in org.apache.qpid.protonj2.client
Classes in org.apache.qpid.protonj2.client with type parameters of type LinkModifier and TypeInterfaceDescriptioninterface
Base for all AMQP link types (Sender, Receiver etc).Subinterfaces of Link in org.apache.qpid.protonj2.clientModifier and TypeInterfaceDescriptioninterface
AMQP Receiver that provides an interface to receive complete Deliveries from a remote peer.interface
AMQP Sender that provides an API for sending complete Message payload data.interface
A receiver of large message content that is delivered in multipleTransfer
frames from the remote.interface
Sending link implementation that allows sending of large message payload data in multiple transfers to reduce memory overhead of large message sends. -
Uses of Link in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl with type parameters of type LinkModifier and TypeClassDescriptionclass
ClientLinkType<LinkType extends Link<LinkType>,
ProtonType extends Link<ProtonType>> Base type used by client resources that represent an AMQP link type.class
ClientReceiverLinkType<ReceiverType extends Link<ReceiverType>>
Base class for client link types that wrap a proton receiver to provide delivery dispatch in some manner.class
ClientSenderLinkType<LinkType extends Link<LinkType>>
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.Classes in org.apache.qpid.protonj2.client.impl that implement LinkModifier and TypeClassDescriptionclass
ClientLinkType<LinkType extends Link<LinkType>,
ProtonType extends Link<ProtonType>> Base type used by client resources that represent an AMQP link type.final class
ClientReceiver
implementation.class
ClientReceiverLinkType<ReceiverType extends Link<ReceiverType>>
Base class for client link types that wrap a proton receiver to provide delivery dispatch in some manner.final class
Proton based AMQP Senderclass
ClientSenderLinkType<LinkType extends Link<LinkType>>
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.final class
Client implementation of aStreamReceiver
.final class
Client implementation of aStreamSender
.