org.apache.http.client.methods
Interface AbortableHttpRequest

All Known Implementing Classes:
HttpGet, HttpHead, HttpOptions, HttpPost, HttpPut, HttpTrace

public interface AbortableHttpRequest

Interface representing an HTTP request that can be aborted by shutting donw the underying HTTP connection.

Since:
4.0
Version:
$Revision: 528462 $
Author:
Oleg Kalnichevski

Method Summary
 void abort()
           
 void setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger)
           
 

Method Detail

setReleaseTrigger

void setReleaseTrigger(ConnectionReleaseTrigger releaseTrigger)

abort

void abort()


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.