JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.http.concurrent
Interface Cancellable
All Known Subinterfaces:
HttpAsyncClientExchangeHandler
,
HttpAsyncRequestExecutionHandler
<T>,
HttpAsyncResponseConsumer
<T>
All Known Implementing Classes:
AbstractAsyncResponseConsumer
,
BasicAsyncClientExchangeHandler
,
BasicAsyncRequestExecutionHandler
,
BasicAsyncResponseConsumer
,
BasicFuture
,
LeaseRequest
,
PipeliningClientExchangeHandler
public interface
Cancellable
A
Cancellable
represents a process or an operation that can be canceled.
Since:
4.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
cancel
()
Method Detail
cancel
boolean cancel()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method