| Package | Description |
|---|---|
| com.subgraph.orchid | |
| com.subgraph.orchid.circuits | |
| com.subgraph.orchid.circuits.cells | |
| com.subgraph.orchid.connections |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RelayCell |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CircuitNode.decryptBackwardCell(Cell cell) |
void |
Circuit.deliverControlCell(Cell cell) |
void |
Circuit.deliverRelayCell(Cell cell) |
void |
Connection.sendCell(Cell cell)
Send a protocol
Cell on this connection. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CircuitNodeImpl.decryptBackwardCell(Cell cell) |
void |
CircuitImpl.deliverControlCell(Cell cell) |
void |
CircuitImpl.deliverRelayCell(Cell cell) |
| Modifier and Type | Class and Description |
|---|---|
class |
CellImpl |
class |
RelayCellImpl |
| Modifier and Type | Method and Description |
|---|---|
static RelayCell |
RelayCellImpl.createFromCell(CircuitNode node,
Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
protected Cell |
ConnectionHandshake.expectCell(Integer... expectedTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionHandshake.processNetInfo(Cell netinfoCell) |
void |
ConnectionImpl.sendCell(Cell cell) |
Copyright © 2015. All rights reserved.