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
- IOException
InputStream get(String uri) throws IOException
uri
- IOException
Copyright © 2020 JBoss by Red Hat. All rights reserved.