org.apache.http.client.methods.AbortableHttpRequest |
Known Indirect Subclasses |
Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Aborts this http request.
| |||||||||||
Sets the
ClientConnectionRequest callback that can be
used to abort a long-lived request for a connection. | |||||||||||
Sets the
ConnectionReleaseTrigger callback that can
be used to abort an active connection. |
Aborts this http request. Any active execution of this method should return immediately. If the request has not started, it will abort after the next execution. Aborting this request will cause all subsequent executions with this request to fail.
Sets the ClientConnectionRequest
callback that can be
used to abort a long-lived request for a connection.
If the request is already aborted, throws an IOException
.
IOException |
---|
Sets the ConnectionReleaseTrigger
callback that can
be used to abort an active connection.
Typically, this will be the ManagedClientConnection
itself.
If the request is already aborted, throws an IOException
.
IOException |
---|