Example usage for org.apache.http.nio NHttpServiceHandler interface-usage

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

Introduction

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

Usage

From source file org.apache.axis2.transport.nhttp.LoggingNHttpServiceHandler.java

/**
 * Decorator class intended to transparently extend an {@link NHttpServiceHandler} 
 * with basic event logging capabilities using Commons Logging. 
 */
public class LoggingNHttpServiceHandler implements NHttpServiceHandler {

From source file org.apache.synapse.transport.nhttp.LoggingNHttpServiceHandler.java

/**
 * Decorator class intended to transparently extend an {@link NHttpServiceHandler} 
 * with basic event logging capabilities using Commons Logging. 
 */
public class LoggingNHttpServiceHandler implements NHttpServiceHandler {

From source file org.apache.http.contrib.logging.LoggingNHttpServiceHandler.java

/**
 * Decorator class intended to transparently extend an {@link NHttpServiceHandler}
 * with basic event logging capabilities using Commons Logging.
 *
 */
public class LoggingNHttpServiceHandler implements NHttpServiceHandler {

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

/**
 * @author kenl
 *
 */
public class StreamedHttpServiceHandler implements NHttpServiceHandler {

From source file org.apache.axis2.transport.nhttp.ServerHandler.java

    private final HttpProcessor httpProcessor;
    /** the strategy to re-use connections */
    private final ConnectionReuseStrategy connStrategy;

    /** the Axis2 configuration context */
    ConfigurationContext cfgCtx = null;