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.
-
Uses of ConnectionReleaseTrigger in org.apache.http.client.methods
Methods in org.apache.http.client.methods with parameters of type ConnectionReleaseTriggerModifier and TypeMethodDescriptionvoid
AbortableHttpRequest.setReleaseTrigger
(ConnectionReleaseTrigger releaseTrigger) Deprecated.Sets theConnectionReleaseTrigger
callback that can be used to abort an active connection.void
AbstractExecutionAwareRequest.setReleaseTrigger
(ConnectionReleaseTrigger releaseTrigger) Deprecated. -
Uses of ConnectionReleaseTrigger in org.apache.http.conn
Subinterfaces of ConnectionReleaseTrigger in org.apache.http.connModifier and TypeInterfaceDescriptioninterface
Deprecated.(4.3) replaced byHttpClientConnectionManager
.Classes in org.apache.http.conn that implement ConnectionReleaseTriggerModifier and TypeClassDescriptionclass
Deprecated.(4.3) do not use.class
A 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 TypeClassDescriptionclass
Deprecated.(4.2) do not useclass
Deprecated.(4.2) do not useprotected class
Deprecated.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
AbstractExecutionAwareRequest.setCancellable(Cancellable)