Package org.somda.sdc.dpws.http.apache
Class ApacheHttpClient
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.http.HttpClient
public class ApacheHttpClient implements HttpClient
HTTP client implementation using a configured apache http client as backend.
-
-
Method Summary
Modifier and Type Method Description HttpResponsesendGet(String url)Sends a HTTP GET request to a specified url. -
-
Method Detail
-
sendGet
HttpResponse sendGet(String url)
Sends a HTTP GET request to a specified url.
- Parameters:
url- to send request to- Returns:
response body
-
-
-
-