Searched refs:httpConnection (Results 1 - 5 of 5) sorted by relevance

/external/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java231 HttpURLConnection httpConnection = (HttpURLConnection) urlConnection;
232 String requestMethod = httpConnection.getRequestMethod();
244 HttpEngine httpEngine = getHttpEngine(httpConnection);
257 Entry entry = new Entry(uri, varyHeaders, httpConnection);
289 private void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection) argument
291 HttpEngine httpEngine = getHttpEngine(httpConnection);
296 Entry entry = new Entry(uri, varyHeaders, httpConnection);
322 private HttpEngine getHttpEngine(URLConnection httpConnection) { argument
323 if (httpConnection instanceof HttpURLConnectionImpl) {
324 return ((HttpURLConnectionImpl) httpConnection)
547 Entry(URI uri, RawHeaders varyHeaders, HttpURLConnection httpConnection) argument
578 getSslSocket(HttpURLConnection httpConnection) argument
[all...]
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java242 HttpURLConnection httpConnection = (HttpURLConnection) conn;
244 httpConnection.getRequestProperties();
249 httpConnection.addRequestProperty("K", "V");
253 assertEquals("HTTP/1.1 200 Fantastic", httpConnection.getHeaderField(null));
255 httpConnection.getHeaderFields().get(null));
256 assertEquals(200, httpConnection.getResponseCode());
257 assertEquals("Fantastic", httpConnection.getResponseMessage());
258 assertEquals(body.length(), httpConnection.getContentLength());
259 assertEquals("ijk", httpConnection.getHeaderField("fgh"));
261 httpConnection
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 117 milliseconds