Interface HttpClientService
-
- All Known Implementing Classes:
DefaultHttpClientService
public interface HttpClientService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHttpPort()
HttpResponse<String>
sendRequest(HttpRequest request)
-
-
-
Method Detail
-
sendRequest
HttpResponse<String> sendRequest(HttpRequest request) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getHttpPort
int getHttpPort()
-
-