| Interface and Description |
|---|
| org.torproject.descriptor.DescriptorDownloader
Removed as descriptor source in favor of the much more widely
used
DescriptorCollector. |
| org.torproject.descriptor.DescriptorFile
Irrelevant after introducing
DescriptorReader.readDescriptors(File...), which returns
Descriptors rather than DescriptorFiles, and including
the descriptor file reference in Descriptor.getDescriptorFile()
and the first thrown DescriptorParseException in
getDescriptorParseException(). |
| org.torproject.descriptor.DescriptorRequest
Removed as descriptor container together with
DescriptorDownloader in favor of the much more widely used
DescriptorCollector. |
| org.torproject.descriptor.ExitListEntry
Superseded by
ExitList.Entry. |