- 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceReadyToSendTimeoutMillisAccessor.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 interfaceProvides a mutator for a RTS ("ready-to-send") timeout in milliseconds property.static interfaceProvides a RTS ("ready-to-send") timeout in milliseconds property. -
Method Summary
Modifier and TypeMethodDescriptionlongThe 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.
-