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