JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.httpcomponents.core5" name="httpcore5" rev="5.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.hc.core5.concurrent
Interface Cancellable
All Known Subinterfaces:
CancellableDependency
,
Command
,
LeaseRequest
All Known Implementing Classes:
BasicFuture
,
CompletedFuture
,
ComplexCancellable
,
ComplexFuture
,
ExecutableCommand
,
HttpDelete
,
HttpGet
,
HttpHead
,
HttpOptions
,
HttpPatch
,
HttpPost
,
HttpPut
,
HttpTrace
,
HttpUriRequestBase
,
PingCommand
,
RequestExecutionCommand
,
ShutdownCommand
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
()
Cancels the ongoing operation or process.
Method Detail
cancel
boolean cancel()
Cancels the ongoing operation or process.
Returns:
true
if the operation or process has been cancelled as a result of this method call or
false
if it has already been cancelled or not started.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.httpcomponents.core5" name="httpcore5" rev="5.0" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method