| Package | Description |
|---|---|
| com.subgraph.orchid | |
| com.subgraph.orchid.circuits | |
| com.subgraph.orchid.circuits.path | |
| com.subgraph.orchid.data.exitpolicy |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExitCircuit.canHandleExitTo(ExitTarget target)
Return true if the final node of this circuit is believed to be able to connect to
the specified
ExitTarget. |
void |
ExitCircuit.recordFailedExitTarget(ExitTarget target)
Records the specified
ExitTarget as a failed connection so that ExitCircuit.canHandleExitTo(ExitTarget) will
no longer return true for this exit destination. |
| Modifier and Type | Class and Description |
|---|---|
class |
PredictedPortTarget |
class |
StreamExitRequest |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExitCircuitImpl.canHandleExitTo(ExitTarget target) |
void |
ExitCircuitImpl.recordFailedExitTarget(ExitTarget target) |
| Modifier and Type | Method and Description |
|---|---|
Router |
CircuitPathChooser.chooseExitNodeForTargets(List<ExitTarget> targets) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExitPolicy.acceptsTarget(ExitTarget target) |
Copyright © 2015. All rights reserved.