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 ExceptionListenerNO_OPstatic ExceptionListenerSTD_ERR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(java.lang.Exception ex)voidonError(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)
-
-