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

  /external/apache-http/android/src/android/net/http/
HttpsConnection.java 353 throw new SSLConnectionClosedByUserException("connection closed by the user");
423 class SSLConnectionClosedByUserException extends SSLException {
425 public SSLConnectionClosedByUserException(String reason) {
Connection.java 375 } catch (SSLConnectionClosedByUserException e) {

Completed in 146 milliseconds