public interface HttpUriRequest extends ClassicHttpRequest, 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. | 
getAuthority, getMethod, getPath, getRequestUri, getScheme, getUri, setAuthority, setPath, setScheme, setUriaddHeader, addHeader, getVersion, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setVersioncontainsHeader, countHeaders, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIteratorgetEntity, setEntitygetConfigvoid abort()
    throws UnsupportedOperationException
UnsupportedOperationException - if the abort operation
   is not supported / cannot be implemented.boolean isAborted()
true if the request execution has been aborted,
   false otherwise.