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 boolean
equals(Object obj)
MatchPath
getMatchPath()
int
hashCode()
String
toString()
-
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:
hashCode
in classMessageCodeKey
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classMessageCodeKey
-
toString
public String toString()
- Overrides:
toString
in classMessageCodeKey
-
-