Uses of Interface
org.apache.http.conn.ConnectionReleaseTrigger
| Package | Description |
|---|---|
| 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
at the heart of what is referred to as HttpConn.
|
| org.apache.http.impl.conn | |
| 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 Modifier and Type Method Description voidAbortableHttpRequest. setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger)Sets theConnectionReleaseTriggercallback that can be used to abort an active connection.voidHttpRequestBase. setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger) -
Uses of ConnectionReleaseTrigger in org.apache.http.conn
Subinterfaces of ConnectionReleaseTrigger in org.apache.http.conn Modifier and Type Interface Description interfaceManagedClientConnectionA client-side connection with advanced connection logic.Classes in org.apache.http.conn that implement ConnectionReleaseTrigger Modifier and Type Class Description classBasicManagedEntityAn entity that releases aconnection.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 classAbstractClientConnAdapterclassAbstractPooledConnAdapterprotected classSingleClientConnManager.ConnAdapterThe 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 classBasicPooledConnAdapterA connection wrapper and callback handler.