Package org.somda.sdc.dpws.http
Interface HttpClient
-
- All Implemented Interfaces:
public interface HttpClientSimple HTTP client to enable performing requests.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponsesendGet(String url)Sends a HTTP GET request to a specified url. -
-
Method Detail
-
sendGet
abstract HttpResponse sendGet(String url)
Sends a HTTP GET request to a specified url.
- Parameters:
url- to send request to- Returns:
response body
-
-
-
-