ExitList.Entry
.@Deprecated public interface ExitListEntry extends ExitList.Entry
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExitAddress()
Deprecated.
Return the IPv4 address in dotted-quad format that was determined in
the scan.
|
java.lang.String |
getFingerprint()
Deprecated.
Return the scanned relay's fingerprint, which is a SHA-1 digest of
the relays's public identity key, encoded as 40 upper-case
hexadecimal characters.
|
long |
getLastStatusMillis()
Deprecated.
Return the time in milliseconds since the epoch when the network
status that this scan was based on was published.
|
long |
getPublishedMillis()
Deprecated.
Return the time in milliseconds since the epoch when the scanned
relay's last known descriptor was published.
|
long |
getScanMillis()
Deprecated.
Return the scan time in milliseconds since the epoch.
|
getExitAddresses
java.lang.String getFingerprint()
getFingerprint
in interface ExitList.Entry
long getPublishedMillis()
getPublishedMillis
in interface ExitList.Entry
long getLastStatusMillis()
getLastStatusMillis
in interface ExitList.Entry
java.lang.String getExitAddress()
long getScanMillis()