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 BandwidthHistory
ExtraInfoDescriptor. getDirreqReadHistory()
Return the directory request read history contained in this descriptor, or null if no such history is contained.BandwidthHistory
ExtraInfoDescriptor. getDirreqWriteHistory()
Return the directory request write history contained in this descriptor, or null if no such history is contained.BandwidthHistory
ExtraInfoDescriptor. 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()
).BandwidthHistory
ServerDescriptor. 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.BandwidthHistory
ExtraInfoDescriptor. 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()
).BandwidthHistory
ServerDescriptor. 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.