| Package | Description |
|---|---|
| org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected IOReactorExceptionHandler |
AbstractMultiworkerIOReactor.exceptionHandler |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractMultiworkerIOReactor.setExceptionHandler(IOReactorExceptionHandler exceptionHandler) |
Sets exception handler for this I/O reactor.
|
void |
BaseIOReactor.setExceptionHandler(IOReactorExceptionHandler exceptionHandler) |
Sets exception handler for this I/O reactor.
|