| Package | Description |
|---|---|
| it.polito.appeal.traci.protocol |
| Modifier and Type | Method and Description |
|---|---|
StatusResponse |
ResponseContainer.getStatus()
Returns the status response
|
| Constructor and Description |
|---|
ResponseContainer(StatusResponse status,
Command response)
Constructor for a response container with status response and a response
command.
|
ResponseContainer(StatusResponse status,
Command response,
java.util.List<Command> subResponses)
Constructor for a response container with status response, response
command and zero or more sub-responses.
|