public interface HttpRequest<T>
Modifier and Type | Method and Description |
---|---|
HttpResponse<T> |
execute()
Execute the HTTP request
|
HttpResponse<T> execute() throws FailedConnectionException, java.io.IOException
FailedConnectionException
- if server does not respond correctlyjava.io.IOException
- if an I/O exception occurs.