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