|
|||||||||
| 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.RelayCell
anon.tor.cells.ExtendedCell
public class ExtendedCell
| Field Summary |
|---|
| Fields inherited from class anon.tor.cells.RelayCell |
|---|
RELAY_BEGIN, RELAY_CONNECTED, RELAY_DATA, RELAY_DROP, RELAY_END, RELAY_EXTEND, RELAY_EXTENDED, RELAY_RESOLVE, RELAY_RESOLVED, RELAY_SENDME, RELAY_TRUNCATE, RELAY_TRUNCATED |
| Fields inherited from class anon.tor.cells.Cell |
|---|
CELL_PAYLOAD_SIZE, CELL_SIZE, m_payload |
| Constructor Summary | |
|---|---|
ExtendedCell()
Constructor for extended cell |
|
ExtendedCell(int circID)
Constructor for extended cell |
|
ExtendedCell(int circID,
byte[] payload,
int offset)
Constructor for extended cell |
|
| Method Summary |
|---|
| Methods inherited from class anon.tor.cells.RelayCell |
|---|
checkDigest, doCryptography, generateDigest, getCellData, getRelayCommand, getRelayPayload, getStreamID |
| Methods inherited from class anon.tor.cells.Cell |
|---|
createCell, 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 ExtendedCell()
public ExtendedCell(int circID)
circID - circID
public ExtendedCell(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 | ||||||||