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