Example usage for org.apache.http.conn ConnectionReleaseTrigger interface-usage

List of usage examples for org.apache.http.conn ConnectionReleaseTrigger interface-usage

Introduction

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

Usage

From source file org.apache.http.impl.execchain.ConnectionHolder.java

/**
 * Internal connection holder.
 *
 * @since 4.3
 */
@ThreadSafe

From source file org.vietspider.net.apache.EofSensorInputStream.java

/**
 * A stream wrapper that triggers actions on {@link #close close()} and EOF.
 * Primarily used to auto-release an underlying
 * {@link ManagedClientConnection connection}
 * when the response body is consumed or no longer needed.
 *