Searched refs:HttpInputStreamWrapper (Results 1 – 1 of 1) sorted by relevance
141 is = new HttpInputStreamWrapper(httpUrlConnection, is); in sendRequestAsInputStream()266 private static class HttpInputStreamWrapper extends FilterInputStream { class in HttpFetcher271 public HttpInputStreamWrapper(HttpURLConnection conn, InputStream in) { in HttpInputStreamWrapper() method in HttpFetcher.HttpInputStreamWrapper