Uses of Interface
org.torproject.descriptor.BandwidthHistory
| Package | Description |
|---|---|
| org.torproject.descriptor |
Interfaces and essential classes for obtaining and processing Tor
descriptors.
|
-
Uses of BandwidthHistory in org.torproject.descriptor
Methods in org.torproject.descriptor that return BandwidthHistory Modifier and Type Method Description BandwidthHistoryExtraInfoDescriptor. getDirreqReadHistory()Return the directory request read history contained in this descriptor, or null if no such history is contained.BandwidthHistoryExtraInfoDescriptor. getDirreqWriteHistory()Return the directory request write history contained in this descriptor, or null if no such history is contained.BandwidthHistoryExtraInfoDescriptor. getReadHistory()Return the server's history of read bytes, or null if the descriptor does not contain a bandwidth history; older Tor versions included bandwidth histories in their server descriptors (ServerDescriptor.getReadHistory()).BandwidthHistoryServerDescriptor. getReadHistory()Return the server's history of read bytes, or null if the descriptor does not contain a bandwidth history; current Tor versions include bandwidth histories in their extra-info descriptors (ExtraInfoDescriptor.getReadHistory()), not in their server descriptors.BandwidthHistoryExtraInfoDescriptor. getWriteHistory()Return the server's history of written bytes, or null if the descriptor does not contain a bandwidth history; older Tor versions included bandwidth histories in their server descriptors (ServerDescriptor.getWriteHistory()).BandwidthHistoryServerDescriptor. getWriteHistory()Return the server's history of written bytes, or null if the descriptor does not contain a bandwidth history; current Tor versions include bandwidth histories in their extra-info descriptors (ExtraInfoDescriptor.getWriteHistory()), not in their server descriptors.