HomeSort by relevance Sort by last modified time
    Searched refs:httpConnection (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/java/net/
ExtendedResponseCache.java 50 void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection);
  /libcore/luni/src/main/java/libcore/net/http/
HttpResponseCache.java 124 HttpURLConnection httpConnection = (HttpURLConnection) urlConnection;
125 String requestMethod = httpConnection.getRequestMethod();
146 HttpEngine httpEngine = getHttpEngine(httpConnection);
159 Entry entry = new Entry(uri, varyHeaders, httpConnection);
176 * with the headers from {@code httpConnection}. The cached response body is
180 public void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection) {
181 HttpEngine httpEngine = getHttpEngine(httpConnection);
186 Entry entry = new Entry(uri, varyHeaders, httpConnection);
212 private HttpEngine getHttpEngine(HttpURLConnection httpConnection) {
213 if (httpConnection instanceof HttpURLConnectionImpl)
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 176 return HttpUtils.httpConnection(
196 return HttpUtils.httpConnection(
HttpUtils.java 97 protected static byte[] httpConnection(Context context, long token,
105 Log.v(TAG, "httpConnection: params list");
229 Log.v(TAG, "httpConnection: transfer encoding is chunked");
242 Log.e(TAG, "httpConnection: error reading input stream"
256 Log.v(TAG, "httpConnection: Chunked response length ["
259 Log.e(TAG, "httpConnection: Response entity too large or empty");
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 210 HttpURLConnection httpConnection = (HttpURLConnection) conn;
212 httpConnection.getRequestProperties();
217 httpConnection.addRequestProperty("K", "V");
221 assertEquals("HTTP/1.1 200 Fantastic", httpConnection.getHeaderField(null));
223 httpConnection.getHeaderFields().get(null));
224 assertEquals(200, httpConnection.getResponseCode());
225 assertEquals("Fantastic", httpConnection.getResponseMessage());
226 assertEquals(body.length(), httpConnection.getContentLength());
227 assertEquals("ijk", httpConnection.getHeaderField("fgh"));
229 httpConnection.getInputStream(); // the RI doesn't forbid this, but it shoul
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 383 milliseconds