Uses of Interface
org.torproject.descriptor.Descriptor
Package | Description |
---|---|
org.torproject.descriptor |
Interfaces and essential classes for obtaining and processing Tor
descriptors.
|
org.torproject.descriptor.onionperf |
-
Uses of Descriptor in org.torproject.descriptor
Subinterfaces of Descriptor in org.torproject.descriptor Modifier and Type Interface Description interface
BandwidthFile
A bandwidth file contains information on relays' bandwidth capacities and is produced by bandwidth generators, previously known as bandwidth scanners.interface
BridgedbMetrics
Contains aggregated information about requests to the BridgeDB service.interface
BridgeExtraInfoDescriptor
Contains a sanitized bridge extra-info descriptor.interface
BridgeNetworkStatus
Contains a sanitized bridge network status document.interface
BridgePoolAssignment
Contains a sanitized list of bridges together with the distribution pools they have been assigned to by the bridge distribution service BridgeDB.interface
BridgeServerDescriptor
Contains a sanitized bridge server descriptor.interface
DirectoryKeyCertificate
Contains a key certificate in the version 3 directory protocol.interface
ExitList
Contains an exit list containing the IP addresses of relays that the exit list service TorDNSEL found when exiting through them.interface
ExtraInfoDescriptor
Contains a relay or sanitized bridge extra-info descriptor.interface
LogDescriptor
Contains a log file.interface
Microdescriptor
Contains a relay microdescriptor.interface
RelayDirectory
Contains a signed directory in the version 1 directory protocol.interface
RelayExtraInfoDescriptor
Contains a relay extra-info descriptor.interface
RelayNetworkStatus
Contains a network status document in the version 2 directory protocol.interface
RelayNetworkStatusConsensus
Contains a network status consensus in the version 3 directory protocol.interface
RelayNetworkStatusVote
Contains a network status vote in the version 3 directory protocol.interface
RelayServerDescriptor
Contains a relay server descriptor.interface
ServerDescriptor
Contains a relay or sanitized bridge server descriptor.interface
SnowflakeStats
Contain aggregated information about snowflake proxies and snowflake clients.interface
TorperfResult
Contains performance measurement results from making simple HTTP requests over the Tor network.interface
UnparseableDescriptor
Contains a descriptor that could not be parsed.interface
WebServerAccessLog
Contains a sanitized web server access log file from atorproject.org
web server.Methods in org.torproject.descriptor that return types with arguments of type Descriptor Modifier and Type Method Description java.lang.Iterable<Descriptor>
DescriptorParser. parseDescriptors(byte[] rawDescriptorBytes, java.io.File sourceFile, java.lang.String fileName)
Parse descriptors in the given byte array and return the parsed/unparseable descriptors.java.lang.Iterable<Descriptor>
DescriptorReader. readDescriptors(java.io.File... descriptorFiles)
Read descriptors from the given descriptor file(s) and return the parsed descriptors. -
Uses of Descriptor in org.torproject.descriptor.onionperf
Methods in org.torproject.descriptor.onionperf that return types with arguments of type Descriptor Modifier and Type Method Description java.util.List<Descriptor>
OnionPerfAnalysisConverter. asTorperfResults()
Parse the OnionPerf analysis JSON document, do some basic verification, and convert its contents toTorperfResult
descriptors.