Example usage for org.apache.http.nio.conn OperatedClientConnection interface-usage

List of usage examples for org.apache.http.nio.conn OperatedClientConnection interface-usage

Introduction

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

Usage

From source file org.apache.http.impl.nio.conn.DefaultClientConnection.java

public class DefaultClientConnection extends DefaultNHttpClientConnection implements OperatedClientConnection {

    private final Log headerlog = LogFactory.getLog("org.apache.http.headers");
    private final Log wirelog = LogFactory.getLog("org.apache.http.wire");
    private final Log log;