Searched defs:Request (Results 1 - 2 of 2) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java43 private final Map<String, Request> pathToRequest
44 = new ConcurrentHashMap<String, Request>();
194 public Map<String, Request> pathToRequest() {
282 public static class Request { class in class:Support_TestWebServer
287 public Request(String path, Map<String, String> headers) { method in class:Support_TestWebServer.Request
333 /* Request headers are stored here */
586 pathToRequest().put(path, new Request(path, headers));
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 152 milliseconds