Uses of Class
io.joynr.messaging.MessagingQosEffort
-
Packages that use MessagingQosEffort Package Description io.joynr.messaging -
-
Uses of MessagingQosEffort in io.joynr.messaging
Methods in io.joynr.messaging that return MessagingQosEffort Modifier and Type Method Description MessagingQosEffortMessagingQos. getEffort()static MessagingQosEffortMessagingQosEffort. valueOf(String name)Returns the enum constant of this type with the specified name.static MessagingQosEffort[]MessagingQosEffort. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.joynr.messaging with parameters of type MessagingQosEffort Modifier and Type Method Description voidMessagingQos. setEffort(MessagingQosEffort effort)Constructors in io.joynr.messaging with parameters of type MessagingQosEffort Constructor Description MessagingQos(long ttl_ms, MessagingQosEffort effort)MessagingQos(long ttl_ms, MessagingQosEffort effort, boolean encrypt)MessagingQos(long ttl_ms, MessagingQosEffort effort, Map<String,String> customHeaders, boolean compress)MessagingQos(MessagingQosEffort effort)MessagingQos(MessagingQosEffort effort, boolean encrypt)
-