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 interface
Link<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 interface
Receiver
AMQP Receiver that provides an interface to receive complete Deliveries from a remote peer.interface
Sender
AMQP Sender that provides an API for sending complete Message payload data.interface
StreamReceiver
A receiver of large message content that is delivered in multipleTransfer
frames from the remote.interface
StreamSender
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 Link Modifier and Type Class Description class
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 Link Modifier and Type Class Description class
ClientLinkType<LinkType extends Link<LinkType>,ProtonType extends Link<ProtonType>>
Base type used by client resources that represent an AMQP link type.class
ClientReceiver
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.class
ClientSender
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.class
ClientStreamReceiver
Client implementation of aStreamReceiver
.class
ClientStreamSender
Client implementation of aStreamSender
.
-