Class DefaultHttpClientService
- java.lang.Object
 - 
- org.opendaylight.infrautils.diagstatus.shell.DefaultHttpClientService
 
 
- 
- All Implemented Interfaces:
 HttpClientService
public class DefaultHttpClientService extends Object implements HttpClientService
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultHttpClientService(Map<String,String> initialProperties) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHttpPort()HttpResponse<String>sendRequest(HttpRequest request) 
 - 
 
- 
- 
Method Detail
- 
getHttpPort
public int getHttpPort()
- Specified by:
 getHttpPortin interfaceHttpClientService
 
- 
sendRequest
public HttpResponse<String> sendRequest(HttpRequest request) throws IOException, InterruptedException
- Specified by:
 sendRequestin interfaceHttpClientService- Throws:
 IOExceptionInterruptedException
 
 - 
 
 -