| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
Router.getAddress() |
IPv4Address |
RouterStatus.getAddress() |
IPv4Address |
VoteAuthorityEntry.getAddress() |
IPv4Address |
Descriptor.getAddress()
Return the IPv4 address of this router.
|
IPv4Address |
KeyCertificate.getDirectoryAddress()
Return the network address of this directory authority
or
null if no address was specified in the certificate. |
| Modifier and Type | Method and Description |
|---|---|
void |
TorConfig.addBridge(IPv4Address address,
int port) |
void |
TorConfig.addBridge(IPv4Address address,
int port,
HexDigest fingerprint) |
boolean |
Router.exitPolicyAccepts(IPv4Address address,
int port) |
boolean |
Descriptor.exitPolicyAccepts(IPv4Address address,
int port)
Return true if the exit policy of this router permits connections
to the specified destination endpoint.
|
Stream |
ExitCircuit.openExitStream(IPv4Address address,
int port,
long timeout)
Open an exit stream from the final node in this circuit to the
specified target address and port.
|
Stream |
CircuitManager.openExitStreamTo(IPv4Address address,
int port)
Attempt to open an exit stream to the destination specified by
address and
port. |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
PredictedPortTarget.getAddress() |
IPv4Address |
StreamExitRequest.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
Stream |
ExitCircuitImpl.openExitStream(IPv4Address address,
int port,
long timeout) |
Stream |
CircuitManagerImpl.openExitStreamTo(IPv4Address address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
BridgeRouterImpl.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BridgeRouterImpl.exitPolicyAccepts(IPv4Address address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
IntroductionPoint.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
TorConfigBridgeLine.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
static IPv4Address |
IPv4Address.createFromString(String addressString) |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
ExitTarget.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExitPolicy.acceptsDestination(IPv4Address address,
int port) |
boolean |
Network.contains(IPv4Address address) |
boolean |
PolicyRule.matchesDestination(IPv4Address address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
DirectoryAuthorityStatus.getAddress() |
IPv4Address |
RouterImpl.getAddress() |
IPv4Address |
DocumentFieldParserImpl.parseAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RouterImpl.exitPolicyAccepts(IPv4Address address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
KeyCertificateImpl.getDirectoryAddress() |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
VoteAuthorityEntryImpl.getAddress() |
IPv4Address |
RouterStatusImpl.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
DocumentFieldParser.parseAddress()
Extract the next argument and interpret it as an IPv4 network address in dotted quad notation.
|
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
RouterDescriptorImpl.getAddress() |
IPv4Address |
RouterMicrodescriptorImpl.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RouterDescriptorImpl.exitPolicyAccepts(IPv4Address address,
int port) |
boolean |
RouterMicrodescriptorImpl.exitPolicyAccepts(IPv4Address address,
int port) |
void |
RouterDescriptorImpl.setAddress(IPv4Address address) |
void |
RouterMicrodescriptorImpl.setAddress(IPv4Address address) |
| Modifier and Type | Method and Description |
|---|---|
String |
CountryCodeService.getCountryCodeForAddress(IPv4Address address) |
| Modifier and Type | Method and Description |
|---|---|
IPv4Address |
SocksRequest.getAddress() |
Copyright © 2015. All rights reserved.