|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.tor.cells.Cell anon.tor.cells.CreateCell
public class CreateCell
Field Summary |
---|
Fields inherited from class anon.tor.cells.Cell |
---|
CELL_PAYLOAD_SIZE, CELL_SIZE, m_payload |
Constructor Summary | |
---|---|
CreateCell()
Constructor for a create cell |
|
CreateCell(int circID)
Constructor for a create cell |
|
CreateCell(int circID,
byte[] payload)
Constructor for a create 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 CreateCell()
public CreateCell(int circID)
circID
- circIDpublic CreateCell(int circID, byte[] payload)
circID
- circIDpayload
- payload
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |