mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-18 16:07:11 +00:00
Javadoc.
This commit is contained in:
parent
db417d80ba
commit
92ee24efb8
@ -30,8 +30,8 @@
|
|||||||
import org.apache.hc.core5.concurrent.Cancellable;
|
import org.apache.hc.core5.concurrent.Cancellable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface to be implemented by any object that wishes to be notified of
|
* Interface to be implemented by any object that wishes to be notified of blocking I/O operations
|
||||||
* blocking I/O operations that could be cancelled.
|
* that could be cancelled.
|
||||||
*
|
*
|
||||||
* @since 4.3
|
* @since 4.3
|
||||||
*/
|
*/
|
||||||
@ -41,8 +41,10 @@ public interface HttpExecutionAware {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets {@link Cancellable} for the ongoing operation.
|
* Sets {@link Cancellable} for the ongoing operation.
|
||||||
|
*
|
||||||
|
* @param cancellable
|
||||||
|
* {@link Cancellable} for the ongoing operation.
|
||||||
*/
|
*/
|
||||||
void setCancellable(Cancellable cancellable);
|
void setCancellable(Cancellable cancellable);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user