类 ProxyController
- java.lang.Object
-
- com.alibaba.arthas.tunnel.server.app.web.ProxyController
-
@Controller public class ProxyController extends Object
代理http请求到具体的 arthas agent里- 作者:
- hengyunabc 2020-10-22
-
-
方法详细资料
-
execute
@RequestMapping("/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
-
-