Package edu.rit.mp

Class Status

java.lang.Object
edu.rit.mp.Status

public class Status extends Object
Class Status provides the result of receiving a message in the Message Protocol (MP).
Version:
29-Dec-2005
Author:
Alan Kaminsky
  • Field Details

    • channel

      public Channel channel
      The channel from which the message was received.
    • tag

      public int tag
      The tag from the message that was received.
    • length

      public int length
      The actual number of items in the message that was received.