Modifier and Type | Interface and Description |
---|---|
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 |
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 |
TorperfResult
Contains performance measurement results from making simple HTTP
requests over the Tor network.
|
interface |
UnparseableDescriptor
Contains a descriptor that could not be parsed.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Descriptor> |
DescriptorParser.parseDescriptors(byte[] rawDescriptorBytes,
java.io.File descriptorFile,
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.
|