Example usage for org.apache.http.nio.protocol EventListener interface-usage

List of usage examples for org.apache.http.nio.protocol EventListener interface-usage

Introduction

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

Usage

From source file com.aptana.webserver.internal.core.builtin.LocalWebServerLogger.java

/**
 * @author Max Stepanov
 */
/* package */class LocalWebServerLogger implements EventListener {

    /*

From source file org.hydracache.server.httpd.SimpleProtocolEventListener.java

/**
 * Http protocol event listener
 * 
 * @author nzhu
 * 
 */

From source file niproxy.EventLogger.java

/**
 * Default implementation for logging monitor HTTP connection events.
 */
public class EventLogger implements EventListener {

    /** The logger. */

From source file org.jclouds.http.httpnio.pool.NioHttpCommandConnectionPool.java

/**
 * Connection Pool for HTTP requests that utilizes Apache HTTPNio
 * 
 * @author Adrian Cole
 */
public class NioHttpCommandConnectionPool extends HttpCommandConnectionPool<NHttpConnection>

From source file com.zotoh.maedr.device.apache.HttpIO.java

class EventLogger implements EventListener {

    public void connectionOpen(final NHttpConnection conn) {
        _log.debug("{}{}", _source, ": connection open()");
    }