|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanon.tor.cells.Cell
anon.tor.cells.DestroyCell
public class DestroyCell
| Field Summary |
|---|
| Fields inherited from class anon.tor.cells.Cell |
|---|
CELL_PAYLOAD_SIZE, CELL_SIZE, m_payload |
| Constructor Summary | |
|---|---|
DestroyCell()
Constructor for a destroy cell |
|
DestroyCell(int circID)
Constructor for a destroy cell |
|
DestroyCell(int circID,
byte[] payload,
int offset)
Constructor for a destroy cell |
|
| Method Summary |
|---|
| Methods inherited from class anon.tor.cells.Cell |
|---|
createCell, getCellData, getCircuitID, getCommand, getPayload, setPayload |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DestroyCell()
public DestroyCell(int circID)
circID - circID
public DestroyCell(int circID,
byte[] payload,
int offset)
circID - circIDpayload - payload
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||