Class MessageCodeMatchKey
- java.lang.Object
 - 
- org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
 - 
- org.opendaylight.openflowplugin.impl.protocol.deserialization.key.MessageCodeMatchKey
 
 
 
- 
public class MessageCodeMatchKey extends MessageCodeKey
 
- 
- 
Constructor Summary
Constructors Constructor Description MessageCodeMatchKey(short version, int value, Class<?> clazz, MatchPath matchPath)Constructor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)MatchPathgetMatchPath()inthashCode()StringtoString()- 
Methods inherited from class org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
getClazz, getMsgType 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MessageCodeMatchKey
public MessageCodeMatchKey(short version, int value, Class<?> clazz, MatchPath matchPath)Constructor.- Parameters:
 version- wire protocol versionvalue- used as distinguisher (read from binary data / buffer)clazz- class of object that is going to be deserializedmatchPath- match extension path
 
 - 
 
- 
Method Detail
- 
getMatchPath
public MatchPath getMatchPath()
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classMessageCodeKey
 
- 
equals
public boolean equals(Object obj)
- Overrides:
 equalsin classMessageCodeKey
 
- 
toString
public String toString()
- Overrides:
 toStringin classMessageCodeKey
 
 - 
 
 -