Class End
java.lang.Object
edu.uky.cs.nil.tt.io.Message
edu.uky.cs.nil.tt.io.End
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
session
The ID of the session, or null if the session was not logged
-
-
Constructor Details
-
End
Constructs a new end message with the given session ID.- Parameters:
session- the ID of the session that ended, or null if the session was not logged
-
-
Method Details
-
toString
-
verify
public void verify()Description copied from class:MessageChecks that this message is correctly configured and throws an exception if not. This method should be called soon after the message has been parsed. It should check that all the necessary fields are set and that their values are legal values.
-