Uses of Interface
org.apache.http.conn.ConnectionReleaseTrigger

Packages that use ConnectionReleaseTrigger
org.apache.http.client.methods Request implementations for the various HTTP methods like GET and POST. 
org.apache.http.conn The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. 
org.apache.http.impl.conn Default implementations for interfaces in org.apache.http.impl.conn and related classes. 
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of ConnectionReleaseTrigger in org.apache.http.client.methods
 

Methods in org.apache.http.client.methods with parameters of type ConnectionReleaseTrigger
 void AbortableHttpRequest.setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger)
          Sets the ConnectionReleaseTrigger callback that can be used to abort an active connection.
 void HttpRequestBase.setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger)
           
 

Uses of ConnectionReleaseTrigger in org.apache.http.conn
 

Subinterfaces of ConnectionReleaseTrigger in org.apache.http.conn
 interface ManagedClientConnection
          A client-side connection with advanced connection logic.
 

Classes in org.apache.http.conn that implement ConnectionReleaseTrigger
 class BasicManagedEntity
          An entity that releases a connection.
 class EofSensorInputStream
          A stream wrapper that triggers actions on close() and EOF.
 

Uses of ConnectionReleaseTrigger in org.apache.http.impl.conn
 

Classes in org.apache.http.impl.conn that implement ConnectionReleaseTrigger
 class AbstractClientConnAdapter
          Abstract adapter from operated to managed client connections.
 class AbstractPooledConnAdapter
          Abstract adapter from pool entries to managed client connections.
protected  class SingleClientConnManager.ConnAdapter
          The connection adapter used by this manager.
 

Uses of ConnectionReleaseTrigger in org.apache.http.impl.conn.tsccm
 

Classes in org.apache.http.impl.conn.tsccm that implement ConnectionReleaseTrigger
 class BasicPooledConnAdapter
          A connection wrapper and callback handler.
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.