Uses of Class
org.torproject.descriptor.DescriptorParseException
-
-
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.
-