Uses of Class
software.amazon.awssdk.crt.mqtt5.QOS
-
Packages that use QOS Package Description software.amazon.awssdk.crt.mqtt5 software.amazon.awssdk.crt.mqtt5.packets -
-
Uses of QOS in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return QOS Modifier and Type Method Description static QOSQOS. getEnumValueFromInteger(int value)Creates a Java QualityOfService enum value from a native integer value.QOSNegotiatedSettings. getMaximumQOS()static QOSQOS. valueOf(String name)Returns the enum constant of this type with the specified name.static QOS[]QOS. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QOS in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return QOS Modifier and Type Method Description QOSConnAckPacket. getMaximumQOS()Returns the maximum message delivery quality of service that the server will allow on this connection.QOSPublishPacket. getQOS()Sent publishes - Returns the MQTT quality of service level this message should be delivered with.QOSSubscribePacket.Subscription. getQOS()Returns the maximum QoS on which the subscriber will accept publish messages.Methods in software.amazon.awssdk.crt.mqtt5.packets with parameters of type QOS Modifier and Type Method Description PublishPacket.PublishPacketBuilderPublishPacket.PublishPacketBuilder. withQOS(QOS packetQOS)Sets the MQTT quality of service level the message should be delivered with.SubscribePacket.SubscribePacketBuilderSubscribePacket.SubscribePacketBuilder. withSubscription(String topicFilter, QOS qos)Sets a single subscription within the SubscribePacket.SubscribePacket.SubscribePacketBuilderSubscribePacket.SubscribePacketBuilder. withSubscription(String topicFilter, QOS qos, Boolean noLocal, Boolean retainAsPublished, SubscribePacket.RetainHandlingType retainHandlingType)Sets a single subscription within the SubscribePacket.
-