| 8 | void onException(Throwable processingException, SocketChannel channel); |
| 9 | |
| 10 | interface ExceptionHandler { |
| 11 | |
| 12 | void onException(Throwable processingException, SocketChannel channel); |
| 13 | } |
| 14 | |
| 15 | class Default<T> implements HttpRequestHandler<T> { |
| 16 | private HandlerLocator.List<T> handlerMap; |
no outgoing calls
no test coverage detected
searching dependent graphs…