Home
last modified time | relevance | path

Searched refs:HttpLog (Results 1 – 14 of 14) sorted by relevance

/external/apache-http/android/src/android/net/http/
DLoggingEventHandler.java28 HttpLog.v("LoggingEventHandler:requestSent()"); in requestSent()
35 if (HttpLog.LOGV) { in status()
36 HttpLog.v("LoggingEventHandler:status() major: " + major_version + in status()
44 if (HttpLog.LOGV) { in headers()
45 HttpLog.v("LoggingEventHandler:headers()"); in headers()
46 HttpLog.v(headers.toString()); in headers()
51 if (HttpLog.LOGV) { in locationChanged()
52 HttpLog.v("LoggingEventHandler: locationChanged() " + newLocation + in locationChanged()
58 if (HttpLog.LOGV) { in data()
59 HttpLog.v("LoggingEventHandler: data() " + len + " bytes"); in data()
[all …]
DRequest.java170 HttpLog.e(damage); in addHeader()
175 HttpLog.e(damage); in addHeader()
206 if (HttpLog.LOGV) { in sendRequest()
207 HttpLog.v("Request.sendRequest() " + mHost.getSchemeName() + "://" + getHostPort()); in sendRequest()
213 HttpLog.v(header.getName() + ": " + header.getValue()); in sendRequest()
226 if (HttpLog.LOGV) { in sendRequest()
227HttpLog.v("Request.requestSent() " + mHost.getSchemeName() + "://" + getHostPort() + mPath); in sendRequest()
252 if (HttpLog.LOGV) HttpLog.v( in readResponse()
302 HttpLog.e("Interrupted exception whilst " in readResponse()
316 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count); in readResponse()
[all …]
DConnection.java146 if (HttpLog.LOGV) HttpLog.v( in cancel()
166 if (HttpLog.LOGV) HttpLog.v( in processRequests()
200 if (HttpLog.LOGV) HttpLog.v( in processRequests()
275 if (HttpLog.LOGV) HttpLog.v( in processRequests()
302 if (HttpLog.LOGV) HttpLog.v( in processRequests()
326 if (HttpLog.LOGV) HttpLog.v( in clearPipe()
332 if (HttpLog.LOGV) HttpLog.v( in clearPipe()
367 if (HttpLog.LOGV) HttpLog.v("Failed to open connection"); in openHttpConnection()
371 if (HttpLog.LOGV) HttpLog.v("Illegal argument exception"); in openHttpConnection()
385 if (HttpLog.LOGV) HttpLog.v( in openHttpConnection()
[all …]
DRequestHandle.java146 if (HttpLog.LOGV) { in setupRedirect()
147 HttpLog.v("RequestHandle.setupRedirect(): redirectCount " + in setupRedirect()
157 if (HttpLog.LOGV) HttpLog.v( in setupRedirect()
167 if (HttpLog.LOGV) { in setupRedirect()
168 HttpLog.v("blowing away the referer on an https -> http redirect"); in setupRedirect()
191 if (HttpLog.LOGV) { in setupRedirect()
192 HttpLog.v("replacing POST with GET on redirect to " + redirectTo); in setupRedirect()
202 if (HttpLog.LOGV) { in setupRedirect()
203 HttpLog.v("setupRedirect() failed to reset body provider"); in setupRedirect()
225 if (HttpLog.LOGV) { in setupBasicAuthResponse()
[all …]
DRequestQueue.java131 HttpLog.v(dump.toString()); in logState()
221 if (HttpLog.LOGV) HttpLog.v("RequestQueue.enablePlatformNotifications() network"); in enablePlatformNotifications()
243 if (HttpLog.LOGV) HttpLog.v("RequestQueue.disablePlatformNotifications() network"); in disablePlatformNotifications()
261 if (HttpLog.LOGV) HttpLog.v("RequestQueue.setProxyConfig " + host); in setProxyConfig()
314 if (HttpLog.LOGV) HttpLog.v("RequestQueue.queueRequest " + uri); in queueRequest()
367 if (HttpLog.LOGV) { in queueSynchronousRequest()
368 HttpLog.v("RequestQueue.dispatchSynchronousRequest " + uri); in queueSynchronousRequest()
413 HttpLog.v("dump()"); in dump()
437 HttpLog.v(dump.toString()); in dump()
449 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest() => " + ret); in getRequest()
[all …]
DIdleCache.java68 if (HttpLog.LOGV) { in cacheConnection()
69 HttpLog.v("IdleCache size " + mCount + " host " + host); in cacheConnection()
81 if (HttpLog.LOGV) mCached++; in cacheConnection()
106 if (HttpLog.LOGV) mReused++; in getConnection()
164 if (HttpLog.LOGV) { in run()
165 HttpLog.v("IdleCache IdleReaper shutdown: cached " + mCached + in run()
DHttpAuthHeader.java261 if (HttpLog.LOGV) { in parseHeader()
262 HttpLog.v("HttpAuthHeader.parseHeader(): header: " + header); in parseHeader()
311 if (HttpLog.LOGV) { in parseParameters()
312 HttpLog.v("HttpAuthHeader.parseParameters():" + in parseParameters()
344 if (HttpLog.LOGV) { in parseParameter()
345 HttpLog.v("HttpAuthHeader.parseParameter():" + in parseParameter()
DConnectionThread.java90 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: Waiting for work"); in run()
103 if (HttpLog.LOGV) HttpLog.v("ConnectionThread: new request " + in run()
DCertificateChainValidator.java223 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
224 HttpLog.v("certificate not for this host: " + domain); in verifyServerDomainAndCertificates()
249 if (HttpLog.LOGV) { in verifyServerDomainAndCertificates()
250 HttpLog.v("failed to validate the certificate chain, error: " + in verifyServerDomainAndCertificates()
273 if (HttpLog.LOGV) { in closeSocketThrowException()
274 HttpLog.v("validation error: " + errorMessage); in closeSocketThrowException()
DHttpsConnection.java343 if (HttpLog.LOGV) { in openConnection()
344 HttpLog.v("HttpsConnection.openConnection():" + in openConnection()
391 if (HttpLog.LOGV) in closeConnection()
392 HttpLog.v("HttpsConnection.closeConnection():" + in closeConnection()
402 if (HttpLog.LOGV) { in restartConnection()
403 HttpLog.v("HttpsConnection.restartConnection():" + in restartConnection()
DHttpConnection.java74 if (HttpLog.LOGV) HttpLog.v( in closeConnection()
DHeaders.java170 if (HttpLog.LOGV) { in parseHeader()
171 HttpLog.v("hdr " + buffer.length() + " " + buffer); in parseHeader()
450 HttpLog.v("Headers.getHeaders() extra: " + i + " " + in getHeaders()
DHttpLog.java27 class HttpLog { class
DAndroidHttpClientConnection.java310 if (HttpLog.LOGV) HttpLog.v("read: " + statusline); in parseResponseHeader()