Allow any hello mesage and extend hello support for v1.4, v1.5
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / keys / MessageCodeKey.java
index 6597c19ac56974c13169d1279eab0b7a7c9346a1..566b3623cd4c8570a252a9f7848bdfbf0f551db3 100644 (file)
@@ -28,6 +28,14 @@ public class MessageCodeKey {
         this.clazz = clazz;
     }
 
+    public int getMsgType() {
+        return this.msgType;
+    }
+
+    public Class<?> getClazz() {
+        return this.clazz;
+    }
+
     @Override
     public int hashCode() {
         final int prime = 31;