Uses of Interface
org.apache.qpid.proton.engine.Link
-
Packages that use Link Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl -
-
Uses of Link in org.apache.qpid.proton.engine
Subinterfaces of Link in org.apache.qpid.proton.engine Modifier and Type Interface Description interfaceReceiverReceiverinterfaceSenderSenderMethods in org.apache.qpid.proton.engine that return Link Modifier and Type Method Description LinkDelivery. getLink()LinkEvent. getLink()LinkConnection. linkHead(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)Returns the head of the list of links in the specified states.LinkLink. next(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote) -
Uses of Link in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement Link Modifier and Type Class Description classLinkImplclassReceiverImplclassSenderImplMethods in org.apache.qpid.proton.engine.impl that return Link Modifier and Type Method Description LinkConnectionImpl. linkHead(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)LinkLinkImpl. next(java.util.EnumSet<EndpointState> local, java.util.EnumSet<EndpointState> remote)
-