Interface IHttpClient
-
public interface IHttpClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseContent
execute(HttpRequest request)
-
-
-
Method Detail
-
execute
ResponseContent execute(HttpRequest request) throws IOException
- Throws:
IOException
-
-