Class MCFMessage


  • public class MCFMessage
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MCFMessage()  
      MCFMessage​(MCFClass clazz, int id, int type, byte[] content)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public int type
      • id

        public int id
      • content

        public byte[] content
      • time

        public long time
    • Constructor Detail

      • MCFMessage

        public MCFMessage()
      • MCFMessage

        public MCFMessage​(MCFClass clazz,
                          int id,
                          int type,
                          byte[] content)