Home | History | Annotate | Download | only in http

Lines Matching defs:ERROR

24  * there is an SSL certificate error. error() can occur anywhere
31 * Error codes used in the error() callback. Positive error codes
32 * are reserved for codes sent by http servers. Negative error
38 /** Generic error */
39 public static final int ERROR = -1;
62 /** Generic file error for file:/// loads */
64 /** File not found error for file:/// loads */
114 * @param id One of the error codes defined below
115 * @param description of error
117 public void error(int id, String description);
120 * SSL certificate error callback. Handles SSL error(s) on the way
123 * @return True if the callback can handle the error, which means it will
127 public boolean handleSslErrorRequest(SslError error);