Class fi.hut.tcm.jacob.tcpip.TcpipOutOfBand
java.lang.Object
|
+--fi.hut.tcm.jacob.tcpip.TcpipOutOfBand
- public class TcpipOutOfBand
- extends java.lang.Object
- implements fi.hut.tcm.jacob.conduits.OutOfBand
TcpipOutOfBand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
datalen
protected int datalen
ethFrameType
protected int ethFrameType
srcEthAddr
protected long srcEthAddr
destEthAddr
protected long destEthAddr
srcIpAddr
protected int srcIpAddr
srcPort
protected int srcPort
destIpAddr
protected int destIpAddr
destPort
protected int destPort
nextHopIpAddr
protected int nextHopIpAddr
interfaceId
protected java.lang.String interfaceId
incoming
protected boolean incoming
getDataLen
public int getDataLen()
setDataLen
public void setDataLen(int len)
getEthFrameType
public int getEthFrameType()
setEthFrameType
public void setEthFrameType(int frtype)
getSrcEthAddr
public long getSrcEthAddr()
setSrcEthAddr
public void setSrcEthAddr(long newAddr)
getDestEthAddr
public long getDestEthAddr()
setDestEthAddr
public void setDestEthAddr(long newAddr)
getSrcIpAddr
public int getSrcIpAddr()
setSrcIpAddr
public void setSrcIpAddr(int newAddr)
getSrcPort
public int getSrcPort()
setSrcPort
public void setSrcPort(int port)
getDestIpAddr
public int getDestIpAddr()
setDestIpAddr
public void setDestIpAddr(int newAddr)
getDestPort
public int getDestPort()
setDestPort
public void setDestPort(int port)
getNextHopIpAddr
public int getNextHopIpAddr()
setNextHopIpAddr
public void setNextHopIpAddr(int newAddr)
getInterfaceId
public java.lang.String getInterfaceId()
setInterfaceId
public void setInterfaceId(java.lang.String id)
isIncoming
public boolean isIncoming()
setIncoming
public void setIncoming(boolean value)