OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleSslErrorRequest
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/android/src/android/net/http/
EventHandler.java
23
* then multiple data() then endData().
handleSslErrorRequest
(), if
127
public boolean
handleSslErrorRequest
(SslError error);
LoggingEventHandler.java
82
public boolean
handleSslErrorRequest
(SslError error) {
84
HttpLog.v("LoggingEventHandler:
handleSslErrorRequest
():" + error);
HttpsConnection.java
314
//
handleSslErrorRequest
may immediately unsuspend if it wants to
316
// So we mark the connection as suspended, call
handleSslErrorRequest
323
boolean canHandle = req.getEventHandler().
handleSslErrorRequest
(error);
Completed in 291 milliseconds