Uses of Interface
org.apache.qpid.protonj2.client.Source
-
Packages that use Source Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of Source in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return Source Modifier and Type Method Description Source
Receiver. source()
Returns an immutable view of the remoteSource
object assigned to this receiver link.Source
Sender. source()
Returns an immutable view of the remoteSource
object assigned to this sender link. -
Uses of Source in org.apache.qpid.protonj2.client.impl
Fields in org.apache.qpid.protonj2.client.impl declared as Source Modifier and Type Field Description protected Source
ClientSender. remoteSource
Methods in org.apache.qpid.protonj2.client.impl that return Source Modifier and Type Method Description Source
ClientReceiver. source()
Source
ClientStreamReceiver. source()
-