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 Link
    Modifier and Type
    Interface
    Description
    interface 
    Link<T extends Link<T>>
    Base for all AMQP link types (Sender, Receiver etc).
    Modifier and Type
    Interface
    Description
    interface 
    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 multiple Transfer 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 Link
    Modifier and Type
    Class
    Description
    class 
    ClientLinkType<LinkType extends Link<LinkType>,ProtonType extends org.apache.qpid.protonj2.engine.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 org.apache.qpid.protonj2.engine.Link<ProtonType>>
    Base type used by client resources that represent an AMQP link type.
    final class 
    Client Receiver 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 Sender
    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.
    final class 
    Client implementation of a StreamReceiver.
    final class 
    Client implementation of a StreamSender.