OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:httpConnection
(Results
1 - 12
of
12
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpTransport.java
28
private final
HttpConnection
httpConnection
;
30
public HttpTransport(HttpEngine httpEngine,
HttpConnection
httpConnection
) {
32
this.
httpConnection
=
httpConnection
;
59
return
httpConnection
.newChunkedSink();
65
return
httpConnection
.newFixedLengthSink(contentLength);
73
httpConnection
.flush();
77
httpConnection
.writeRequestBody(requestBody)
[
all
...]
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
BitmapHelper.java
63
HttpURLConnection
httpConnection
= (HttpURLConnection) url.openConnection();
64
httpConnection
.setDoInput(true);
65
httpConnection
.connect();
66
InputStream inputStream =
httpConnection
.getInputStream();
69
httpConnection
= (HttpURLConnection) url.openConnection();
70
httpConnection
.setDoInput(true);
71
httpConnection
.connect();
72
inputStream =
httpConnection
.getInputStream();
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
BitmapHelper.java
63
HttpURLConnection
httpConnection
= (HttpURLConnection) url.openConnection();
64
httpConnection
.setDoInput(true);
65
httpConnection
.connect();
66
InputStream inputStream =
httpConnection
.getInputStream();
69
httpConnection
= (HttpURLConnection) url.openConnection();
70
httpConnection
.setDoInput(true);
71
httpConnection
.connect();
72
inputStream =
httpConnection
.getInputStream();
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
BitmapHelper.java
63
HttpURLConnection
httpConnection
= (HttpURLConnection) url.openConnection();
64
httpConnection
.setDoInput(true);
65
httpConnection
.connect();
66
InputStream inputStream =
httpConnection
.getInputStream();
69
httpConnection
= (HttpURLConnection) url.openConnection();
70
httpConnection
.setDoInput(true);
71
httpConnection
.connect();
72
inputStream =
httpConnection
.getInputStream();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java
22
import com.squareup.okhttp.internal.http.
HttpConnection
;
72
private
HttpConnection
httpConnection
;
157
httpConnection
= new
HttpConnection
(pool, this, socket);
222
httpConnection
= new
HttpConnection
(pool, this, socket);
259
if (
httpConnection
!= null) return
httpConnection
.isReadable();
297
: new HttpTransport(httpEngine,
httpConnection
);
[
all
...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ResponseCacheTest.java
[
all
...]
HttpResponseCacheTest.java
[
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
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
Completed in 124 milliseconds