@Contract(threading=STATELESS) public interface ExceptionListener
| Modifier and Type | Field and Description | 
|---|---|
| static ExceptionListener | NO_OP | 
| static ExceptionListener | STD_ERR | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onError(Exception ex) | 
| void | onError(HttpConnection connection,
       Exception ex) | 
static final ExceptionListener NO_OP
static final ExceptionListener STD_ERR
void onError(Exception ex)
void onError(HttpConnection connection, Exception ex)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.