Uses of Class
org.torproject.descriptor.DescriptorParseException
Package | Description |
---|---|
org.torproject.descriptor |
Interfaces and essential classes for obtaining and processing Tor
descriptors.
|
org.torproject.descriptor.onionperf |
-
Uses of DescriptorParseException in org.torproject.descriptor
Methods in org.torproject.descriptor that return DescriptorParseException Modifier and Type Method Description DescriptorParseException
UnparseableDescriptor. getDescriptorParseException()
Return the first exception thrown while attempting to parse this descriptor.Methods in org.torproject.descriptor that throw DescriptorParseException Modifier and Type Method Description java.io.InputStream
LogDescriptor. decompressedByteStream()
Returns the decompressed raw descriptor bytes of the log as stream.java.util.stream.Stream<? extends LogDescriptor.Line>
LogDescriptor. logLines()
Returns a stream of all parseable log lines.java.util.stream.Stream<WebServerAccessLog.Line>
WebServerAccessLog. logLines()
Returns a stream of all valid log lines. -
Uses of DescriptorParseException in org.torproject.descriptor.onionperf
Methods in org.torproject.descriptor.onionperf that throw DescriptorParseException 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.