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

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

Introduction

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

Usage

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

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

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

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

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

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

From source file net.kungfoo.grizzly.proxy.impl.ConnectingHandler.java

/**
 * Connecting Handler.
 * <p/>
 * Handler for Proxy to target server interactions.
 * TODO: repalce sout with propper logging.
 *

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

/**
 * Fully asynchronous HTTP client side protocol handler that implements the
 * essential requirements of the HTTP protocol for the server side message
 * processing as described by RFC 2616. It is capable of executing HTTP requests
 * with nearly constant memory footprint. Only HTTP message heads are stored in
 * memory, while content of message bodies is streamed directly from the entity

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

    private static final String REQUEST_BUFFER = "request-buffer";
    private static final String RESPONSE_BUFFER = "response-buffer";
    private static final String OUTGOING_MESSAGE_CONTEXT = "axis2_message_context";
    private static final String REQUEST_SOURCE_CHANNEL = "request-source-channel";
    private static final String RESPONSE_SINK_CHANNEL = "request-sink-channel";