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

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

Introduction

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

Usage

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

/**
 * Callback class working with async apache Http NIO.
 *
 * @author kenl
 */
public class HttpNRequestCB extends HttpCB implements NHttpRequestHandler {

From source file niproxy.NiProxyMonitor.java

/**
 * Implementation of the {@link NHttpRequestHandler} to be used in {@link NiProxy}. 
 */
public class NiProxyMonitor implements NHttpRequestHandler {

    /** The Constant DBHandler. */