Searched refs:httpExchange (Results 1 – 1 of 1) sorted by relevance
52 public final void handle(HttpExchange httpExchange) throws IOException { in handle() argument62 AttributeValue.stringAttributeValue(httpExchange.getRequestMethod())); in handle()63 httpExchange.sendResponseHeaders(200, 0); in handle()65 uriQueryToMap(httpExchange.getRequestURI()), httpExchange.getResponseBody()); in handle()67 httpExchange.close(); in handle()