Uses of Class
joynr.system.RoutingTypes.UdsClientAddress
-
Packages that use UdsClientAddress Package Description joynr.system joynr.system.RoutingTypes -
-
Uses of UdsClientAddress in joynr.system
Methods in joynr.system with parameters of type UdsClientAddress Modifier and Type Method Description Promise<DeferredVoid>DefaultRoutingProvider. addNextHop(String participantId, UdsClientAddress udsClientAddress, Boolean isGloballyVisible)Future<Void>RoutingAsync. addNextHop(Callback<Void> callback, String participantId, UdsClientAddress udsClientAddress, Boolean isGloballyVisible)default Future<Void>RoutingAsync. addNextHop(Callback<Void> callback, String participantId, UdsClientAddress udsClientAddress, Boolean isGloballyVisible, MessagingQos messagingQos)Promise<DeferredVoid>RoutingProvider. addNextHop(String participantId, UdsClientAddress udsClientAddress, Boolean isGloballyVisible)addNextHopvoidRoutingStatelessAsync. addNextHop(String participantId, UdsClientAddress udsClientAddress, Boolean isGloballyVisible, MessageIdCallback messageIdCallback)voidRoutingSync. addNextHop(String participantId, UdsClientAddress udsClientAddress, Boolean isGloballyVisible)default voidRoutingSync. addNextHop(String participantId, UdsClientAddress udsClientAddress, Boolean isGloballyVisible, MessagingQos messagingQos) -
Uses of UdsClientAddress in joynr.system.RoutingTypes
Constructors in joynr.system.RoutingTypes with parameters of type UdsClientAddress Constructor Description UdsClientAddress(UdsClientAddress udsClientAddressObj)Copy constructor
-