HttpUriRequestpublic interface HttpUriRequest implements HttpRequestExtended version of the {@link HttpRequest} interface that provides
convenience methods to access request properties such as request URI
and method type. |
Methods Summary |
---|
public void | abort()Aborts execution of the request.
| public java.lang.String | getMethod()Returns the HTTP method this request uses, such as GET ,
PUT , POST , or other.
| public java.net.URI | getURI()Returns the URI this request uses, such as
http://example.org/path/to/file .
| public boolean | isAborted()Tests if the request execution has been aborted.
|
|