Interface ReadyToSendTimeoutMillisAccessor.ReadyToSendTimeoutMillisBuilder<B extends ReadyToSendTimeoutMillisAccessor.ReadyToSendTimeoutMillisBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Implementing Classes:
ReadyToSendSectionDecorator.Builder, ReadyToSendSegmentDecorator.Builder, TransmissionMetrics.Builder
Enclosing interface:
ReadyToSendTimeoutMillisAccessor

public static interface ReadyToSendTimeoutMillisAccessor.ReadyToSendTimeoutMillisBuilder<B extends ReadyToSendTimeoutMillisAccessor.ReadyToSendTimeoutMillisBuilder<B>>
Provides a builder method for a the RTS ("ready-to-send") timeout property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withReadyToSendTimeoutMillis(long aReadyToSendTimeoutMillis)
    Sets the number for the RTS ("ready-to-send") timeout property.
  • Method Details

    • withReadyToSendTimeoutMillis

      B withReadyToSendTimeoutMillis(long aReadyToSendTimeoutMillis)
      Sets the number for the RTS ("ready-to-send") timeout property.
      Parameters:
      aReadyToSendTimeoutMillis - The RTS ("ready-to-send") timeout in milliseconds to be stored by the RTS timeout property.
      Returns:
      The builder for applying multiple build operations.