Uses of Class
org.apache.qpid.protonj2.client.impl.ClientLinkType
-
Packages that use ClientLinkType Package Description org.apache.qpid.protonj2.client.impl -
-
Uses of ClientLinkType in org.apache.qpid.protonj2.client.impl
Subclasses of ClientLinkType in org.apache.qpid.protonj2.client.impl Modifier and Type Class Description 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.Fields in org.apache.qpid.protonj2.client.impl with type parameters of type ClientLinkType Modifier and Type Field Description protected static AtomicIntegerFieldUpdater<ClientLinkType>ClientLinkType. CLOSED_UPDATER
-