Example usage for org.apache.http.nio.reactor IOReactorExceptionHandler interface-usage

List of usage examples for org.apache.http.nio.reactor IOReactorExceptionHandler interface-usage

Introduction

In this page you can find the example usage for org.apache.http.nio.reactor IOReactorExceptionHandler interface-usage.

Usage

From source file org.apache.http.impl.nio.client.InternalIOReactorExceptionHandler.java

class InternalIOReactorExceptionHandler implements IOReactorExceptionHandler {

    private final Log log;

    InternalIOReactorExceptionHandler(final Log log) {
        super();