Module org.refcodes.serial
Package org.refcodes.serial
Interface IoHeuristicsTimeToLiveMillisAccessor
- All Known Subinterfaces:
IoHeuristicsTimeToLiveMillisAccessor.IoHeuristicsTimeToLiveMillisProperty
- All Known Implementing Classes:
TransmissionMetrics
public interface IoHeuristicsTimeToLiveMillisAccessor
Provides an accessor for a IO heuristics TTL (time to live) in milliseconds
property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceIoHeuristicsTimeToLiveMillisAccessor.IoHeuristicsTimeToLiveMillisBuilder<B extends IoHeuristicsTimeToLiveMillisAccessor.IoHeuristicsTimeToLiveMillisBuilder<B>>Provides a builder method for the IO heuristics TTL (time to live) property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a IO heuristics TTL (time to live) in milliseconds property.static interfaceProvides a IO heuristics TTL (time to live) in milliseconds property. -
Method Summary
Modifier and TypeMethodDescriptionlongThe IO heuristics TTL (time to live) attribute in milliseconds.
-
Method Details
-
getIoHeuristicsTimeToLiveMillis
long getIoHeuristicsTimeToLiveMillis()The IO heuristics TTL (time to live) attribute in milliseconds.- Returns:
- An integer with the in milliseconds.
-