Searched refs:HttpURLConnectionImpl (Results 1 – 5 of 5) sorted by relevance
| /libcore/luni/src/main/java/libcore/net/http/ |
| D | HttpHandler.java | 29 return new HttpURLConnectionImpl(u, getDefaultPort()); in openConnection() 36 return new HttpURLConnectionImpl(url, getDefaultPort(), proxy); in openConnection()
|
| D | HttpsURLConnectionImpl.java | 374 private final class HttpUrlConnectionDelegate extends HttpURLConnectionImpl { 418 private HttpsEngine(HttpURLConnectionImpl policy, String method, RawHeaders requestHeaders, in HttpsEngine() 487 private void makeTunnel(HttpURLConnectionImpl policy, HttpConnection connection, in makeTunnel() 533 public ProxyConnectEngine(HttpURLConnectionImpl policy, RawHeaders requestHeaders, in ProxyConnectEngine()
|
| D | HttpURLConnectionImpl.java | 54 class HttpURLConnectionImpl extends HttpURLConnection { class 67 protected HttpURLConnectionImpl(URL url, int port) { in HttpURLConnectionImpl() method in HttpURLConnectionImpl 72 protected HttpURLConnectionImpl(URL url, int port, Proxy proxy) { in HttpURLConnectionImpl() method in HttpURLConnectionImpl
|
| D | HttpEngine.java | 110 protected final HttpURLConnectionImpl policy; 187 public HttpEngine(HttpURLConnectionImpl policy, String method, RawHeaders requestHeaders, in HttpEngine() 580 && responseCode != HttpURLConnectionImpl.HTTP_NO_CONTENT in hasResponseBody() 581 && responseCode != HttpURLConnectionImpl.HTTP_NOT_MODIFIED) { in hasResponseBody()
|
| D | HttpResponseCache.java | 213 if (httpConnection instanceof HttpURLConnectionImpl) { in getHttpEngine() 214 return ((HttpURLConnectionImpl) httpConnection).getHttpEngine(); in getHttpEngine()
|