Uses of Interface
org.apache.http.conn.ConnectionReleaseTrigger
-
Packages that use ConnectionReleaseTrigger Package Description org.apache.http.client.methods Standard HTTP method implementations.org.apache.http.conn Client connection management APIs.org.apache.http.impl.conn Default implementations of client connection management functions.org.apache.http.impl.conn.tsccm Deprecated.org.apache.http.impl.execchain HTTP request execution chain APIs. -
-
Uses of ConnectionReleaseTrigger in org.apache.http.client.methods
Methods in org.apache.http.client.methods with parameters of type ConnectionReleaseTrigger Modifier and Type Method Description voidAbortableHttpRequest. setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger)Deprecated.Sets theConnectionReleaseTriggercallback that can be used to abort an active connection.voidAbstractExecutionAwareRequest. setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger)Deprecated. -
Uses of ConnectionReleaseTrigger in org.apache.http.conn
Subinterfaces of ConnectionReleaseTrigger in org.apache.http.conn Modifier and Type Interface Description interfaceManagedClientConnectionDeprecated.(4.3) replaced byHttpClientConnectionManager.Classes in org.apache.http.conn that implement ConnectionReleaseTrigger Modifier and Type Class Description classBasicManagedEntityDeprecated.(4.3) do not use.classEofSensorInputStreamA stream wrapper that triggers actions onclose()and EOF. -
Uses of ConnectionReleaseTrigger in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement ConnectionReleaseTrigger Modifier and Type Class Description classAbstractClientConnAdapterDeprecated.(4.2) do not useclassAbstractPooledConnAdapterDeprecated.(4.2) do not use(package private) classManagedClientConnectionImplDeprecated.(4.3) useManagedHttpClientConnectionFactory.protected classSingleClientConnManager.ConnAdapterDeprecated.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 Modifier and Type Class Description classBasicPooledConnAdapterDeprecated.(4.2) do not use -
Uses of ConnectionReleaseTrigger in org.apache.http.impl.execchain
Classes in org.apache.http.impl.execchain that implement ConnectionReleaseTrigger Modifier and Type Class Description (package private) classConnectionHolderInternal connection holder.
-