Uses of Interface
org.apache.qpid.protonj2.client.Link
-
Packages that use Link Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of Link in org.apache.qpid.protonj2.client
Classes in org.apache.qpid.protonj2.client with type parameters of type Link Modifier and Type Interface Description interfaceLink<T extends Link<T>>Base for all AMQP link types (Sender, Receiver etc).Subinterfaces of Link in org.apache.qpid.protonj2.client Modifier and Type Interface Description interfaceReceiverAMQP Receiver that provides an interface to receive complete Deliveries from a remote peer.interfaceSenderAMQP Sender that provides an API for sending complete Message payload data.interfaceStreamReceiverA receiver of large message content that is delivered in multipleTransferframes from the remote.interfaceStreamSenderSending 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 Link Modifier and Type Class Description classClientLinkType<LinkType extends Link<LinkType>,ProtonType extends Link<ProtonType>>Base type used by client resources that represent an AMQP link type.classClientReceiverLinkType<ReceiverType extends Link<ReceiverType>>Base class for client link types that wrap a proton receiver to provide delivery dispatch in some manner.classClientSenderLinkType<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 Link Modifier and Type Class Description classClientLinkType<LinkType extends Link<LinkType>,ProtonType extends Link<ProtonType>>Base type used by client resources that represent an AMQP link type.classClientReceiverClientReceiverimplementation.classClientReceiverLinkType<ReceiverType extends Link<ReceiverType>>Base class for client link types that wrap a proton receiver to provide delivery dispatch in some manner.classClientSenderProton based AMQP SenderclassClientSenderLinkType<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.classClientStreamReceiverClient implementation of aStreamReceiver.classClientStreamSenderClient implementation of aStreamSender.
-