|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpClient
A higher level HTTP Client interface that abstracts the low level library that is being used.
| Method Summary | |
|---|---|
HttpClientResponse<InputStream> |
execute(FullHttpRequest request)
Executes a HTTP request and returns response. |
| Method Detail |
|---|
HttpClientResponse<InputStream> execute(FullHttpRequest request)
throws HttpRequestException
request - HTTP request.
HttpRequestException - In case request failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||