Uses of Class
it.polito.appeal.traci.protocol.ResponseContainer
-
Packages that use ResponseContainer Package Description de.tudresden.sumo.util it.polito.appeal.traci.protocol -
-
Uses of ResponseContainer in de.tudresden.sumo.util
Methods in de.tudresden.sumo.util that return ResponseContainer Modifier and Type Method Description protected ResponseContainer
Query. doQuerySingle(Command request)
LikeQuery.doQuery(RequestMessage)
, but good for one-command/ one-response queries.protected ResponseContainer
Query. queryAndVerifySingle(Command request)
LikeQuery.queryAndVerify(RequestMessage)
, but good for one-command/ one-response queries. -
Uses of ResponseContainer in it.polito.appeal.traci.protocol
Methods in it.polito.appeal.traci.protocol that return types with arguments of type ResponseContainer Modifier and Type Method Description List<ResponseContainer>
ResponseMessage. responses()
-