public interface HttpClientProvider extends Provider
| Modifier and Type | Method and Description |
|---|---|
InputStream |
get(String uri)
Helper method
|
org.apache.http.client.HttpClient |
getHttpClient() |
int |
postText(String uri,
String text)
Helper method
|
org.apache.http.client.HttpClient getHttpClient()
int postText(String uri, String text) throws IOException
uri - text - IOExceptionInputStream get(String uri) throws IOException
uri - IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.