Uses of Enum
com.sun.xml.ws.rx.rm.api.ReliableMessagingFeature.BackoffAlgorithm
Packages that use ReliableMessagingFeature.BackoffAlgorithm
-
Uses of ReliableMessagingFeature.BackoffAlgorithm in com.sun.xml.ws.rx.rm.api
Methods in com.sun.xml.ws.rx.rm.api that return ReliableMessagingFeature.BackoffAlgorithmModifier and TypeMethodDescriptionReliableMessagingFeature.BackoffAlgorithm.getDefault()Provides a default back-off algorithm value.ReliableMessagingFeature.getRetransmissionBackoffAlgorithm()Specifies that the retransmission interval will be adjusted using a specific backoff algorithm.Returns the enum constant of this type with the specified name.ReliableMessagingFeature.BackoffAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.xml.ws.rx.rm.api with parameters of type ReliableMessagingFeature.BackoffAlgorithmModifier and TypeMethodDescriptionReliableMessagingFeatureBuilder.retransmissionBackoffAlgorithm(ReliableMessagingFeature.BackoffAlgorithm value)