Package org.somda.sdc.dpws.http
Interface HttpClient
- All Known Implementing Classes:
ApacheHttpClient
public interface HttpClient
Simple HTTP client to enable performing requests.
-
Method Summary
Modifier and TypeMethodDescriptionSends a HTTP GET request to a specified url.
-
Method Details
-
sendGet
Sends a HTTP GET request to a specified url.- Parameters:
url- to send request to- Returns:
- response body
- Throws:
TransportException- on transport related issues, such as connection refused
-