(String urlStr, HttpListener listener)
| 24 | public static final String HEADER_VALUE_CHUNKED = "chunked"; |
| 25 | |
| 26 | public static void addRequest(String urlStr, HttpListener listener) throws IOException |
| 27 | { |
| 28 | addRequest(urlStr, listener, Proxy.NO_PROXY); |
| 29 | } |
| 30 | |
| 31 | public static void addRequest(String urlStr, HttpListener listener, Proxy proxy) throws IOException |
| 32 | { |
no test coverage detected