anon.client
Class SingleChannelDataChain.ChainCell

java.lang.Object
  extended by anon.client.SingleChannelDataChain.ChainCell
Enclosing class:
SingleChannelDataChain

private class SingleChannelDataChain.ChainCell
extends java.lang.Object


Field Summary
private static short DATALENGTH_MASK
           
private  boolean m_flowControlFlagSet
           
private  byte[] m_payloadData
           
private  int m_payloadLen
           
private  int m_payloadType
           
 
Constructor Summary
SingleChannelDataChain.ChainCell(byte[] a_rawData)
           
 
Method Summary
 byte[] getPayloadData()
           
 int getPayloadLength()
           
 int getPayloadType()
           
 boolean isFlowControlFlagSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATALENGTH_MASK

private static final short DATALENGTH_MASK
See Also:
Constant Field Values

m_payloadData

private byte[] m_payloadData

m_payloadLen

private int m_payloadLen

m_payloadType

private int m_payloadType

m_flowControlFlagSet

private boolean m_flowControlFlagSet
Constructor Detail

SingleChannelDataChain.ChainCell

public SingleChannelDataChain.ChainCell(byte[] a_rawData)
                                 throws SingleChannelDataChain.InvalidChainCellException
Throws:
SingleChannelDataChain.InvalidChainCellException
Method Detail

getPayloadData

public byte[] getPayloadData()

getPayloadType

public int getPayloadType()

getPayloadLength

public int getPayloadLength()

isFlowControlFlagSet

public boolean isFlowControlFlagSet()