@Controller public class ProxyController extends Object
| Constructor and Description |
|---|
ProxyController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
execute(String agentId,
javax.servlet.http.HttpServletRequest request) |
@RequestMapping(value="/proxy/{agentId}/**")
@ResponseBody
public org.springframework.http.ResponseEntity<?> execute(@PathVariable(name="agentId",required=true)
String agentId,
javax.servlet.http.HttpServletRequest request)
throws InterruptedException,
ExecutionException,
TimeoutException
Copyright © 2020. All rights reserved.