| Package | Description |
|---|---|
| anon.tor | |
| anon.tor.cells |
| Modifier and Type | Field and Description |
|---|---|
(package private) Cell |
CellQueue.CellQueueEntry.m_Cell |
| Modifier and Type | Method and Description |
|---|---|
Cell |
CellQueue.removeElement()
returns the first element of the queue
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellQueue.addElement(Cell c)
Adds a cell to the cellqueue
|
boolean |
OnionRouter.checkCreatedCell(Cell cell)
checks the created cell if the answer was right
|
private boolean |
FirstOnionRouterConnection.dispatchCell(Cell cell)
dispatches a cell to the circuits if one is recieved
|
void |
Circuit.dispatchCell(Cell cell)
dispatches cells to the opended channels
|
void |
FirstOnionRouterConnection.send(Cell cell)
sends a cell
|
void |
Circuit.send(Cell cell)
sends a cell through the circuit - the cells are placed in a queue for sending
|
void |
Circuit.sendUrgent(Cell cell)
urgently sends a cell through the circuit (send it directly without placing it in the send queue)
|
| Constructor and Description |
|---|
CellQueueEntry(Cell c) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateCell |
class |
CreatedCell |
class |
DestroyCell |
class |
ExtendCell |
class |
ExtendedCell |
class |
PaddingCell |
class |
RelayCell |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
Cell.createCell(byte[] cellData)
creates a cell with the given data
|
Copyright © 2023. All rights reserved.