Uses of Interface
org.apache.qpid.protonj2.engine.Link
-
Packages that use Link Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl -
-
Uses of Link in org.apache.qpid.protonj2.engine
Classes in org.apache.qpid.protonj2.engine with type parameters of type Link Modifier and Type Interface Description interface
Link<L extends Link<L>>
Subinterfaces of Link in org.apache.qpid.protonj2.engine Modifier and Type Interface Description interface
Receiver
AMQP Receiver APIinterface
Sender
AMQP Sender APIMethods in org.apache.qpid.protonj2.engine that return types with arguments of type Link Modifier and Type Method Description java.util.Set<Link<?>>
Session. links()
-
Uses of Link in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl with type parameters of type Link Modifier and Type Class Description class
ProtonLink<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 class
ProtonLink<L extends Link<L>>
Common base for Proton Senders and Receivers.class
ProtonReceiver
Proton Receiver link implementation.class
ProtonSender
Proton Sender link implementation.Methods in org.apache.qpid.protonj2.engine.impl that return types with arguments of type Link Modifier and Type Method Description java.util.Set<Link<?>>
ProtonSession. links()
-