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
  • Field Details

    • EOL

      static final java.lang.String EOL
      End-of-line character expected in exit lists.
      Since:
      1.0.0
      See Also:
      Constant Field Values
  • Method Details

    • getDownloadedMillis

      long getDownloadedMillis()
      Return the time in milliseconds since the epoch when this descriptor was downloaded.
      Since:
      1.0.0
    • getEntries

      java.util.Set<ExitList.Entry> getEntries()
      Return the unordered set of exit scan results.
      Since:
      1.1.0