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. -
-
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 void
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.conn Modifier and Type Interface Description interface
ManagedClientConnection
Deprecated.(4.3) replaced byHttpClientConnectionManager
.Classes in org.apache.http.conn that implement ConnectionReleaseTrigger Modifier and Type Class Description class
BasicManagedEntity
Deprecated.(4.3) do not use.class
EofSensorInputStream
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 ConnectionReleaseTrigger Modifier and Type Class Description class
AbstractClientConnAdapter
Deprecated.(4.2) do not useclass
AbstractPooledConnAdapter
Deprecated.(4.2) do not useprotected class
SingleClientConnManager.ConnAdapter
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 Modifier and Type Class Description class
BasicPooledConnAdapter
Deprecated.(4.2) do not use
-