/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | HttpTransport.java | 29 private final HttpConnection httpConnection; field in HttpTransport 31 public HttpTransport(HttpEngine httpEngine, HttpConnection httpConnection) { in HttpTransport() argument 33 this.httpConnection = httpConnection; in HttpTransport() 39 return httpConnection.newChunkedSink(); in createRequestBody() 44 return httpConnection.newFixedLengthSink(contentLength); in createRequestBody() 52 httpConnection.flush(); in finishRequest() 56 httpConnection.writeRequestBody(requestBody); in writeRequestBody() 76 httpConnection.writeRequest(request.headers(), requestLine); in writeRequestHeaders() 80 return httpConnection.readResponse(); in readResponseHeaders() 85 httpConnection.poolOnIdle(); in releaseConnectionOnIdle() [all …]
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Connection.java | 81 private HttpConnection httpConnection; field in Connection 208 httpConnection = new HttpConnection(pool, this, socket); in connectSocket() 397 if (httpConnection == null) throw new UnsupportedOperationException(); in rawSource() 398 return httpConnection.rawSource(); in rawSource() 402 if (httpConnection == null) throw new UnsupportedOperationException(); in rawSink() 403 return httpConnection.rawSink(); in rawSink() 417 if (httpConnection != null) return httpConnection.isReadable(); in isReadable() 447 : new HttpTransport(httpEngine, httpConnection); in newTransport() 480 if (httpConnection != null) { in setTimeouts() 486 httpConnection.setTimeouts(readTimeoutMillis, writeTimeoutMillis); in setTimeouts()
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | RoomParametersFetcher.java | 43 private AsyncHttpURLConnection httpConnection; field in RoomParametersFetcher 70 httpConnection = new AsyncHttpURLConnection( in makeRequest() 84 httpConnection.send(); in makeRequest()
|
D | WebSocketChannelClient.java | 223 AsyncHttpURLConnection httpConnection = new AsyncHttpURLConnection( in sendWSSMessage() local 234 httpConnection.send(); in sendWSSMessage()
|
D | WebSocketRTCClient.java | 355 AsyncHttpURLConnection httpConnection = new AsyncHttpURLConnection( in sendPostMessage() local 377 httpConnection.send(); in sendPostMessage()
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | ConnectHandler.java | 279 AbstractHttpConnection httpConnection = AbstractHttpConnection.getCurrentConnection(); in handleConnect() local 280 Buffer headerBuffer = ((HttpParser)httpConnection.getParser()).getHeaderBuffer(); in handleConnect() 281 Buffer bodyBuffer = ((HttpParser)httpConnection.getParser()).getBodyBuffer(); in handleConnect() 319 AbstractHttpConnection httpConnection = AbstractHttpConnection.getCurrentConnection(); in prepareConnections() local 321 …oProxy = newClientToProxyConnection(context, channel, httpConnection.getEndPoint(), httpConnection… in prepareConnections()
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | SelectConnector.java | 164 AbstractHttpConnection httpConnection=(AbstractHttpConnection)connection; in newEndPoint() local 165 httpConnection.setDestination(dest); in newEndPoint() 170 dest.onNewConnection(httpConnection); in newEndPoint()
|
D | HttpExchange.java | 796 AbstractHttpConnection httpConnection = _connection; in abort() local 797 if (httpConnection != null) in abort() 803 httpConnection.close(); in abort()
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
D | ResponseCacheTest.java | 1809 HttpURLConnection httpConnection = (HttpURLConnection) connection; in readAscii() local 1810 InputStream in = httpConnection.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST in readAscii() 1811 ? connection.getInputStream() : httpConnection.getErrorStream(); in readAscii()
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
D | UrlConnectionCacheTest.java | 1755 HttpURLConnection httpConnection = (HttpURLConnection) connection; in readAscii() local 1756 InputStream in = httpConnection.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST in readAscii() 1758 : httpConnection.getErrorStream(); in readAscii()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.commons.httpclient_3.1.0.v201005080502.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |