Package org.apache.hc.core5.http
Interface ExceptionListener
-
- All Known Implementing Classes:
LoggingExceptionListener
@Contract(threading=STATELESS) public interface ExceptionListener
- Since:
- 4.4
-
-
Field Summary
Fields Modifier and Type Field Description static ExceptionListener
NO_OP
static ExceptionListener
STD_ERR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(java.lang.Exception ex)
void
onError(HttpConnection connection, java.lang.Exception ex)
-
-
-
Field Detail
-
NO_OP
static final ExceptionListener NO_OP
-
STD_ERR
static final ExceptionListener STD_ERR
-
-
Method Detail
-
onError
void onError(java.lang.Exception ex)
-
onError
void onError(HttpConnection connection, java.lang.Exception ex)
-
-