public class MessageCodeKey extends Object
Constructor and Description |
---|
MessageCodeKey(short version,
int value,
Class<?> clazz)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class<?> |
getClazz() |
int |
getMsgType() |
int |
hashCode() |
String |
toString() |
public MessageCodeKey(short version, int value, Class<?> clazz)
version
- wire protocol versionvalue
- used as distinguisher (read from binary data / buffer)clazz
- class of object that is going to be deserializedCopyright © 2020 OpenDaylight. All rights reserved.