public class HttpClient extends Object
| Constructor and Description |
|---|
HttpClient(String url) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeader(String name,
String value) |
void |
addQueryParam(String name,
String value) |
void |
close() |
InputStream |
execute() |
public HttpClient(String url)
public InputStream execute() throws URISyntaxException, IOException
URISyntaxExceptionIOExceptionpublic void close()
Copyright © 2015. All Rights Reserved.