Interface ExitList

All Superinterfaces:
Descriptor, 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

  • Method Details

    • getDownloadedMillis

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

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