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

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

Introduction

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

Usage

From source file org.apache.synapse.transport.utils.logging.LoggingNHttpServerConnectionFactory.java

/**
 * A connection factory implementation for DefaultNHttpServerConnection instances.
 * Based on the current logging configuration, this factory decides whether to create
 * regular DefaultNHttpServerConnection objects or to create LoggingNHttpServerConnection
 * objects. Also, depending on the logging configuration, this factory may choose to
 * wrap IOSession instances in LoggingIOSession objects.

From source file org.apache.synapse.transport.utils.logging.LoggingNHttpClientConnectionFactory.java

/**
 * A connection factory implementation for DefaultNHttpClientConnection instances.
 * Based on the current logging configuration, this factory decides whether to create
 * regular DefaultNHttpClientConnection objects or to create LoggingNHttpClientConnection
 * objects. Also, depending on the logging configuration, this factory may choose to
 * wrap IOSession instances in LoggingIOSession objects.