Request to update the routing table.
Constructor and description |
---|
protected EditRouteReq
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static EditRouteReq |
changeRoute(RouteInfo msg) Creates a request to change a previously retrieved route. |
|
static EditRouteReq |
changeRoute(String uuid) Creates a request to change a route by its unique route ID. |
|
static EditRouteReq |
deleteRoute() Creates a request to delete all routes matching the given criterion (by setting appropriate properties of this message). |
|
static EditRouteReq |
deleteRoute(RouteInfo msg) Creates a request to delete a previously retrieved route. |
|
static EditRouteReq |
deleteRoute(String uuid) Creates a request to delete a route by its unique route ID. |
|
static EditRouteReq |
newRoute() Creates a request to add a new route. |
Creates a request to change a previously retrieved route. Routes are typically retrieved using the GetRouteReq message.
msg
- route to changeCreates a request to change a route by its unique route ID.
uuid
- unique route IDCreates a request to delete all routes matching the given criterion (by setting appropriate properties of this message). If no criterion is specified, all routes in the routing table are to be deleted.
Creates a request to delete a previously retrieved route. Routes are typically retrieved using the GetRouteReq message.
msg
- route to deleteCreates a request to delete a route by its unique route ID.
uuid
- unique route IDCreates a request to add a new route.
Copyright 2013-21, Acoustic Research Laboratory, National University of Singapore, and Subnero Pte Ltd