Package org.torproject.descriptor
Interface BridgestrapStats
-
- All Superinterfaces:
Descriptor,java.io.Serializable
public interface BridgestrapStats extends Descriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intbridgestrapCachedRequests()java.time.LocalDateTimebridgestrapStatsEnd()java.time.DurationbridgestrapStatsIntervalLength()java.util.Optional<java.util.List<BridgestrapTestResult>>bridgestrapTests()-
Methods inherited from interface org.torproject.descriptor.Descriptor
getAnnotations, getDescriptorFile, getRawDescriptorBytes, getRawDescriptorLength, getUnrecognizedLines
-
-
-
-
Method Detail
-
bridgestrapStatsEnd
java.time.LocalDateTime bridgestrapStatsEnd()
-
bridgestrapStatsIntervalLength
java.time.Duration bridgestrapStatsIntervalLength()
-
bridgestrapCachedRequests
int bridgestrapCachedRequests()
-
bridgestrapTests
java.util.Optional<java.util.List<BridgestrapTestResult>> bridgestrapTests()
-
-