Package org.somda.sdc.dpws.http.apache
Class ApacheHttpClient
java.lang.Object
org.somda.sdc.dpws.http.apache.ApacheHttpClient
- All Implemented Interfaces:
HttpClient
HTTP client implementation using a configured apache http client as backend.
-
Method Summary
Modifier and TypeMethodDescriptionSends a HTTP GET request to a specified url.
-
Method Details
-
sendGet
Description copied from interface:HttpClientSends a HTTP GET request to a specified url.- Specified by:
sendGetin interfaceHttpClient- Parameters:
url- to send request to- Returns:
- response body
- Throws:
TransportException- on transport related issues, such as connection refused
-