HomeSort by relevance Sort by last modified time
    Searched defs:LoggingEventHandler (Results 1 - 2 of 2) sorted by null

  /external/apache-http/android/src/android/net/http/
LoggingEventHandler.java 25 public class LoggingEventHandler implements EventHandler {
28 HttpLog.v("LoggingEventHandler:requestSent()");
36 HttpLog.v("LoggingEventHandler:status() major: " + major_version +
45 HttpLog.v("LoggingEventHandler:headers()");
52 HttpLog.v("LoggingEventHandler: locationChanged() " + newLocation +
59 HttpLog.v("LoggingEventHandler: data() " + len + " bytes");
65 HttpLog.v("LoggingEventHandler: endData() called");
71 HttpLog.v("LoggingEventHandler: certificate(): " + certificate);
77 HttpLog.v("LoggingEventHandler: error() called Id:" + id +
84 HttpLog.v("LoggingEventHandler: handleSslErrorRequest():" + error)
    [all...]
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 

Completed in 200 milliseconds