public interface Router
| Modifier and Type | Method and Description |
|---|---|
boolean |
exitPolicyAccepts(int port) |
boolean |
exitPolicyAccepts(IPv4Address address,
int port) |
IPv4Address |
getAddress() |
int |
getAverageBandwidth() |
int |
getBurstBandwidth() |
String |
getCountryCode() |
Descriptor |
getCurrentDescriptor() |
HexDigest |
getDescriptorDigest() |
int |
getDirectoryPort() |
int |
getEstimatedBandwidth() |
Set<String> |
getFamilyMembers() |
HexDigest |
getIdentityHash() |
TorPublicKey |
getIdentityKey() |
int |
getMeasuredBandwidth() |
HexDigest |
getMicrodescriptorDigest() |
String |
getNickname() |
byte[] |
getNTorOnionKey() |
int |
getObservedBandwidth() |
TorPublicKey |
getOnionKey() |
int |
getOnionPort() |
String |
getVersion() |
boolean |
hasBandwidth() |
boolean |
isBadExit() |
boolean |
isDescriptorDownloadable() |
boolean |
isExit() |
boolean |
isFast() |
boolean |
isHibernating() |
boolean |
isHSDirectory() |
boolean |
isPossibleGuard() |
boolean |
isRunning() |
boolean |
isStable() |
boolean |
isValid() |
String getNickname()
String getCountryCode()
IPv4Address getAddress()
int getOnionPort()
int getDirectoryPort()
TorPublicKey getIdentityKey()
HexDigest getIdentityHash()
boolean isDescriptorDownloadable()
String getVersion()
Descriptor getCurrentDescriptor()
HexDigest getDescriptorDigest()
HexDigest getMicrodescriptorDigest()
TorPublicKey getOnionKey()
byte[] getNTorOnionKey()
boolean hasBandwidth()
int getEstimatedBandwidth()
int getMeasuredBandwidth()
int getAverageBandwidth()
int getBurstBandwidth()
int getObservedBandwidth()
boolean isHibernating()
boolean isRunning()
boolean isValid()
boolean isBadExit()
boolean isPossibleGuard()
boolean isExit()
boolean isFast()
boolean isStable()
boolean isHSDirectory()
boolean exitPolicyAccepts(IPv4Address address, int port)
boolean exitPolicyAccepts(int port)
Copyright © 2015. All rights reserved.