public interface HttpUriRequest extends Configurable
ClassicHttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type.| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Aborts execution of the request.
|
boolean |
isAborted()
Tests if the request execution has been aborted.
|
getConfigvoid abort()
throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException - if the abort operation
is not supported / cannot be implemented.boolean isAborted()
true if the request execution has been aborted,
false otherwise.