Interface HttpClient
-
- All Known Implementing Classes:
HttpClientWrapper
public interface HttpClientWrapper over choice of web client (Jersey / Java 11 Http client / Apache)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> HttpResponse<T>send(HttpRequest httpRequest, Class<T> responseType)
-
-
-
Method Detail
-
send
<T> HttpResponse<T> send(HttpRequest httpRequest, Class<T> responseType)
-
-