public class MsgContextDTO extends Object
| Constructor and Description |
|---|
MsgContextDTO() |
MsgContextDTO(ProtocolVersion pv,
int auxId,
DataPathId dpid,
String openflowType,
MessageType type,
long xid,
BufferId bufferId,
BigPortNumber inPort,
BigPortNumber inPhyPort,
int totalLen,
PacketInReason reason,
TableId tableId,
long cookie,
Match match,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
int |
auxId() |
DataPathId |
dpid() |
BufferId |
getBufferId() |
long |
getCookie() |
byte[] |
getData() |
BigPortNumber |
getInPhyPort() |
BigPortNumber |
getInPort() |
Match |
getMatch() |
PacketInReason |
getReason() |
TableId |
getTableId() |
int |
getTotalLen() |
MessageType |
getType() |
long |
getXid() |
ProtocolVersion |
negotiated() |
String |
ofp_type() |
public MsgContextDTO()
public MsgContextDTO(ProtocolVersion pv, int auxId, DataPathId dpid, String openflowType, MessageType type, long xid, BufferId bufferId, BigPortNumber inPort, BigPortNumber inPhyPort, int totalLen, PacketInReason reason, TableId tableId, long cookie, Match match, byte[] data)
public int auxId()
public String ofp_type()
public DataPathId dpid()
public ProtocolVersion negotiated()
public long getXid()
public MessageType getType()
public BufferId getBufferId()
public BigPortNumber getInPort()
public BigPortNumber getInPhyPort()
public int getTotalLen()
public PacketInReason getReason()
public TableId getTableId()
public long getCookie()
public byte[] getData()
public Match getMatch()
Copyright © 2014. All Rights Reserved.