anon.tor.cells
Class CreatedCell

java.lang.Object
  extended by anon.tor.cells.Cell
      extended by anon.tor.cells.CreatedCell

public class CreatedCell
extends Cell

Author:
stefan

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

CreatedCell

public CreatedCell()
Constructor for a created cell


CreatedCell

public CreatedCell(int circID)
Constructor for created cell

Parameters:
circID - circID

CreatedCell

public CreatedCell(int circID,
                   byte[] payload)
Constructor for a created cell

Parameters:
circID - circID
payload - payload

CreatedCell

public CreatedCell(int circID,
                   byte[] payload,
                   int offset)
Constructor

Parameters:
circID - circID
payload - payload
offset - offset