Class RequestMessage


  • public class RequestMessage
    extends Object
    Represents a TraCI messages used to send Commands from the client to server (i.e. requests). After construction, the commands are appended one after one with append(Command). The whole message, along with its length header, can be then retrieved in a serialized form via the writeTo(DataOutputStream) method.
    Author:
    Enrico Gueli <enrico.gueli@polito.it>
    See Also:
    TraCI/Protocol#Messages