Uses of Interface
org.apache.http.conn.ConnectionReleaseTrigger
Packages that use ConnectionReleaseTrigger
Package
Description
Standard HTTP method implementations.
Client connection management APIs.
Default implementations of client connection management
functions.
Deprecated.
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 ConnectionReleaseTriggerModifier and TypeMethodDescriptionvoidAbortableHttpRequest.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.connModifier and TypeInterfaceDescriptioninterfaceDeprecated.(4.3) replaced byHttpClientConnectionManager.Classes in org.apache.http.conn that implement ConnectionReleaseTriggerModifier and TypeClassDescriptionclassDeprecated.(4.3) do not use.classA 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 ConnectionReleaseTriggerModifier and TypeClassDescriptionclassDeprecated.(4.2) do not useclassDeprecated.(4.2) do not use(package private) classDeprecated.(4.3) useManagedHttpClientConnectionFactory.protected classDeprecated.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 -
Uses of ConnectionReleaseTrigger in org.apache.http.impl.execchain
Classes in org.apache.http.impl.execchain that implement ConnectionReleaseTriggerModifier and TypeClassDescription(package private) classInternal connection holder.
AbstractExecutionAwareRequest.setCancellable(Cancellable)