Class Message


  • public class Message
    extends Object
    A message that is written by an external sourse. Receivers wait on this until notified.

    Created by Jeff Gaynor
    on 8/17/22 at 3:11 PM

    • Constructor Detail

      • Message

        public Message()
    • Method Detail

      • receive

        public String receive()
      • send

        public void send​(String packet)