org.apache.http.client.methods.AbortableHttpRequest
org.apache.http.client.methods.AbortableHttpRequest |
|
Interface representing an HTTP request that can be aborted by shutting
down the underlying HTTP connection.
Known Indirect Subclasses
Summary
Details
Public Methods
public
void
abort()
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.