Package org.torproject.descriptor
Interface ExitList
- 
- All Superinterfaces:
- Descriptor,- java.io.Serializable
 
 public interface ExitList extends Descriptor Contains an exit list containing the IP addresses of relays that the exit list service TorDNSEL found when exiting through them.- Since:
- 1.0.0
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceExitList.EntryExit list entry containing results from a single exit scan.
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringEOLEnd-of-line character expected in exit lists.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDownloadedMillis()Return the time in milliseconds since the epoch when this descriptor was downloaded.java.util.Set<ExitList.Entry>getEntries()Return the unordered set of exit scan results.- 
Methods inherited from interface org.torproject.descriptor.DescriptorgetAnnotations, getDescriptorFile, getRawDescriptorBytes, getRawDescriptorLength, getUnrecognizedLines
 
- 
 
- 
- 
- 
Field Detail- 
EOLstatic final java.lang.String EOL End-of-line character expected in exit lists.- Since:
- 1.0.0
- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDownloadedMillislong getDownloadedMillis() Return the time in milliseconds since the epoch when this descriptor was downloaded.- Since:
- 1.0.0
 
 - 
getEntriesjava.util.Set<ExitList.Entry> getEntries() Return the unordered set of exit scan results.- Since:
- 1.1.0
 
 
- 
 
-