(HttpMethod method, String componentUrl)
| 371 | } |
| 372 | |
| 373 | protected Request buildRequest(HttpMethod method, String componentUrl) { |
| 374 | return super.buildRequest(this.httpClient, method, componentUrl); |
| 375 | } |
| 376 | |
| 377 | protected RDbgBaseRequest initRequest(RDbgBaseRequest request) { |
| 378 | request.setIdOfDebuggerUI(this.debugServerUuid.toString()); |
no outgoing calls
no test coverage detected