Uses of Interface
org.apache.qpid.protonj2.engine.Link
- 
Packages that use Link Package Description org.apache.qpid.protonj2.client.impl org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl 
- 
- 
Uses of Link in org.apache.qpid.protonj2.client.implClasses 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.
- 
Uses of Link in org.apache.qpid.protonj2.engineClasses in org.apache.qpid.protonj2.engine with type parameters of type Link Modifier and Type Interface Description interfaceLink<L extends Link<L>>Subinterfaces of Link in org.apache.qpid.protonj2.engine Modifier and Type Interface Description interfaceReceiverAMQP Receiver APIinterfaceSenderAMQP Sender APIMethods in org.apache.qpid.protonj2.engine that return types with arguments of type Link Modifier and Type Method Description Set<Link<?>>Session. links()
- 
Uses of Link in org.apache.qpid.protonj2.engine.implClasses in org.apache.qpid.protonj2.engine.impl with type parameters of type Link Modifier and Type Class Description classProtonLink<L extends Link<L>>Common base for Proton Senders and Receivers.Classes in org.apache.qpid.protonj2.engine.impl that implement Link Modifier and Type Class Description classProtonLink<L extends Link<L>>Common base for Proton Senders and Receivers.classProtonReceiverProton Receiver link implementation.classProtonSenderProton Sender link implementation.Methods in org.apache.qpid.protonj2.engine.impl that return types with arguments of type Link Modifier and Type Method Description Set<Link<?>>ProtonSession. links()
 
-