| Package | Description |
|---|---|
| com.subgraph.orchid | |
| com.subgraph.orchid.circuits | |
| com.subgraph.orchid.circuits.hs | |
| com.subgraph.orchid.directory.downloader | |
| com.subgraph.orchid.socks |
| Modifier and Type | Method and Description |
|---|---|
Stream |
CircuitManager.openDirectoryStream() |
Stream |
CircuitManager.openDirectoryStream(int purpose) |
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 |
CircuitManager.openExitStreamTo(IPv4Address address,
int port)
Attempt to open an exit stream to the destination specified by
address and
port. |
Stream |
TorClient.openExitStreamTo(String hostname,
int port) |
Stream |
CircuitManager.openExitStreamTo(String hostname,
int port)
Attempt to open an exit stream to the specified destination
hostname and
port. |
Stream |
HiddenServiceCircuit.openStream(int port,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
List<Stream> |
Circuit.getActiveStreams() |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamImpl |
| Modifier and Type | Method and Description |
|---|---|
Stream |
CircuitManagerImpl.openDirectoryStream() |
Stream |
CircuitManagerImpl.openDirectoryStream(int purpose) |
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 |
CircuitManagerImpl.openExitStreamTo(IPv4Address address,
int port) |
Stream |
CircuitManagerImpl.openExitStreamTo(String hostname,
int port) |
Stream |
InternalCircuitImpl.openStream(int port,
long timeout) |
protected Stream |
CircuitImpl.processStreamOpenException(Exception e) |
| Modifier and Type | Method and Description |
|---|---|
List<Stream> |
CircuitImpl.getActiveStreams() |
| Modifier and Type | Method and Description |
|---|---|
Stream |
HiddenServiceManager.getStreamTo(String onion,
int port) |
| Constructor and Description |
|---|
HttpConnection(Stream stream) |
HttpConnection(Stream stream,
boolean useCompression) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SocksStreamConnection.runConnection(Socket socket,
Stream stream) |
Copyright © 2015. All rights reserved.