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 that provides interfaces
and implementations for opening and managing client side HTTP connections.
|
org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
Modifier and Type | Method and Description |
---|---|
void |
AbortableHttpRequest.setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger)
Sets the
ConnectionReleaseTrigger callback that can
be used to abort an active connection. |
void |
HttpRequestBase.setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger) |
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedClientConnection
A client-side connection with advanced connection logic.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicManagedEntity
An entity that releases a
connection . |
class |
EofSensorInputStream
A stream wrapper that triggers actions on
close() and EOF. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientConnAdapter
Deprecated.
(4.2) do not use
|
class |
AbstractPooledConnAdapter
Deprecated.
(4.2) do not use
|
protected class |
SingleClientConnManager.ConnAdapter
Deprecated.
The connection adapter used by this manager.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPooledConnAdapter
Deprecated.
(4.2) do not use
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.