420421422423424425426427
this.client = client; } public void onRequest(RHTTPRequest request) throws Exception { RHTTPResponse response = new RHTTPResponse(request.getId(), 200, "OK", new HashMap<String, String>(), request.getBody()); client.deliver(response); }