Javadoc.
This commit is contained in:
parent
db417d80ba
commit
92ee24efb8
|
@ -30,8 +30,8 @@ package org.apache.hc.client5.http.classic.methods;
|
||||||
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…
Reference in New Issue