| BandwidthHistory | ExtraInfoDescriptor. getDirreqReadHistory() | Get the directory request read history contained in this
 descriptor, ornullif no such history is contained. | 
| BandwidthHistory | ExtraInfoDescriptor. getDirreqWriteHistory() | Get the directory request write history contained in this
 descriptor, or nullif no such history is contained. | 
| BandwidthHistory | ExtraInfoDescriptor. getIpv6ReadHistory() | Get the server's history of read IPv6 bytes, or nullif the
 descriptor does not contain a bandwidth history. | 
| BandwidthHistory | ExtraInfoDescriptor. getIpv6WriteHistory() | Get the server's history of written IPv6 bytes, or nullif the
 descriptor does not contain a bandwidth history. | 
| BandwidthHistory | ExtraInfoDescriptor. getReadHistory() | Get 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() | Get 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() | Get 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() | Get 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. |