Class HttpClientWrapperImpl
java.lang.Object
com.group8.HttpClientWrapperImpl
- All Implemented Interfaces:
HttpClientWrapper
Production implementation using Java's HttpClient.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> HttpResponse<T> send(HttpRequest request, HttpResponse.BodyHandler<T> responseBodyHandler)
-
Constructor Details
-
HttpClientWrapperImpl
public HttpClientWrapperImpl()
-
-
Method Details
-
send
public <T> HttpResponse<T> send(HttpRequest request, HttpResponse.BodyHandler<T> responseBodyHandler) throws Exception - Specified by:
sendin interfaceHttpClientWrapper- Throws:
Exception
-