Class MessageCodeMatchKey
java.lang.Object
org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
org.opendaylight.openflowplugin.impl.protocol.deserialization.key.MessageCodeMatchKey
-
Constructor Summary
ConstructorDescriptionMessageCodeMatchKey
(org.opendaylight.yangtools.yang.common.Uint8 version, int value, Class<?> clazz, MatchPath matchPath) Constructor. -
Method Summary
Methods inherited from class org.opendaylight.openflowjava.protocol.api.keys.MessageCodeKey
getClazz, getMsgType
-
Constructor Details
-
MessageCodeMatchKey
public MessageCodeMatchKey(org.opendaylight.yangtools.yang.common.Uint8 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 Details
-
getMatchPath
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMessageCodeKey
-
equals
- Overrides:
equals
in classMessageCodeKey
-
toString
- Overrides:
toString
in classMessageCodeKey
-