| Package | Description |
|---|---|
| com.subgraph.orchid | |
| com.subgraph.orchid.circuits |
| Modifier and Type | Method and Description |
|---|---|
Stream |
DirectoryCircuit.openDirectoryStream(long timeout,
boolean autoclose)
Open an anonymous connection to the directory service running on the
final node in this circuit.
|
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 |
ExitCircuit.openExitStream(String hostname,
int port,
long timeout)
Open an exit stream from the final node in this circuit to the
specified target hostname and port.
|
Stream |
HiddenServiceCircuit.openStream(int port,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamImpl.openDirectory(long timeout) |
Stream |
InternalCircuitImpl.openDirectoryStream(long timeout,
boolean autoclose) |
Stream |
DirectoryCircuitImpl.openDirectoryStream(long timeout,
boolean autoclose) |
Stream |
ExitCircuitImpl.openExitStream(IPv4Address address,
int port,
long timeout) |
Stream |
ExitCircuitImpl.openExitStream(String target,
int port,
long timeout) |
Stream |
InternalCircuitImpl.openStream(int port,
long timeout) |
protected Stream |
CircuitImpl.processStreamOpenException(Exception e) |
Copyright © 2015. All rights reserved.