- All Known Subinterfaces:
ReadyToSendTimeoutMillisAccessor.ReadyToSendTimeoutMillisProperty
,ReadyToSendTransmission
- All Known Implementing Classes:
AbstractReadyToSendTransmissionDecorator
,ReadyToSendSectionDecorator
,ReadyToSendSegmentDecorator
,TransmissionMetrics
public interface ReadyToSendTimeoutMillisAccessor
Provides an accessor for a RTS ("ready-to-send") timeout in milliseconds
property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic 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.static interface
Provides a mutator for a RTS ("ready-to-send") timeout in milliseconds property.static interface
Provides a RTS ("ready-to-send") timeout in milliseconds property. -
Method Summary
Modifier and TypeMethodDescriptionlong
The RTS ("ready-to-send") timeout attribute in milliseconds.
-
Method Details
-
getReadyToSendTimeoutMillis
long getReadyToSendTimeoutMillis()The RTS ("ready-to-send") timeout attribute in milliseconds.- Returns:
- An integer with the RTS ("ready-to-send") timeout in milliseconds.
-