OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:httpConnection
(Results
1 - 9
of
9
) sorted by null
/external/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java
231
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
)
291
HttpEngine httpEngine = getHttpEngine(
httpConnection
);
296
Entry entry = new Entry(uri, varyHeaders,
httpConnection
);
322
private HttpEngine getHttpEngine(URLConnection
httpConnection
) {
323
if (
httpConnection
instanceof HttpURLConnectionImpl) {
324
return ((HttpURLConnectionImpl)
httpConnection
).getHttpEngine()
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java
174
return HttpUtils.
httpConnection
(
194
return HttpUtils.
httpConnection
(
HttpUtils.java
94
protected static byte[]
httpConnection
(Context context, long token,
102
Log.v(TAG, "
httpConnection
: params list");
226
Log.v(TAG, "
httpConnection
: transfer encoding is chunked");
239
Log.e(TAG, "
httpConnection
: error reading input stream"
253
Log.v(TAG, "
httpConnection
: Chunked response length ["
256
Log.e(TAG, "
httpConnection
: Response entity too large or empty");
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java
242
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
.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
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 123 milliseconds