@RestController public class RabbitController extends Object
SquirrelWebObject
sConstructor and Description |
---|
RabbitController() |
Modifier and Type | Method and Description |
---|---|
com.graph.VisualisationGraph |
observeCrawledGraph(String property) |
com.SquirrelWebObject |
observeFrontier(String property,
String percent) |
String |
observeFrontierStat(String property) |
String |
observerFrontierHTML(String property,
String percent) |
String |
pushURI(String uri) |
@RequestMapping(method=GET, path="/observer", produces="application/json") public com.SquirrelWebObject observeFrontier(@RequestParam(value="id",defaultValue="n/a") String property, @RequestParam(value="percent",defaultValue="false") String percent)
@RequestMapping(method=GET, path="/observer/html", produces="text/html") public String observerFrontierHTML(@RequestParam(value="id",defaultValue="n/a") String property, @RequestParam(value="percent",defaultValue="false") String percent)
@RequestMapping(method=GET, path="/observer/stat", produces="text/plain") public String observeFrontierStat(@RequestParam(value="prop",defaultValue="help") String property)
@RequestMapping(method=GET, path="/observer/crawledGraph", produces="application/json") public com.graph.VisualisationGraph observeCrawledGraph(@RequestParam(value="id",defaultValue="n/a") String property)
Copyright © 2017–2020. All rights reserved.