Uses of Interface
org.apache.qpid.proton.amqp.transport.Source
-
Packages that use Source Package Description org.apache.qpid.proton.amqp.messaging org.apache.qpid.proton.amqp.transport org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl -
-
Uses of Source in org.apache.qpid.proton.amqp.messaging
Classes in org.apache.qpid.proton.amqp.messaging that implement Source Modifier and Type Class Description classSourceMethods in org.apache.qpid.proton.amqp.messaging that return Source Modifier and Type Method Description SourceSource. copy() -
Uses of Source in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return Source Modifier and Type Method Description SourceSource. copy()SourceAttach. getSource()Methods in org.apache.qpid.proton.amqp.transport with parameters of type Source Modifier and Type Method Description voidAttach. setSource(Source source) -
Uses of Source in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Source Modifier and Type Method Description SourceLink. getRemoteSource()SourceLink. getSource()Methods in org.apache.qpid.proton.engine with parameters of type Source Modifier and Type Method Description voidLink. setSource(Source address)Sets the source for this link. -
Uses of Source in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return Source Modifier and Type Method Description SourceLinkImpl. getRemoteSource()SourceLinkImpl. getSource()Methods in org.apache.qpid.proton.engine.impl with parameters of type Source Modifier and Type Method Description voidLinkImpl. setSource(Source source)
-