Class HttpClientWrapper
- java.lang.Object
-
- com.adobe.pdfservices.operation.internal.http.HttpClientWrapper
-
- All Implemented Interfaces:
HttpClient
public class HttpClientWrapper extends Object implements HttpClient
A wrapper class for the underlying http client.
-
-
Constructor Summary
Constructors Constructor Description HttpClientWrapper(HttpClientConfig httpClientConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> HttpResponse<T>send(HttpRequest httpRequest, Class<T> responseType)
-
-
-
Constructor Detail
-
HttpClientWrapper
public HttpClientWrapper(HttpClientConfig httpClientConfig)
-
-
Method Detail
-
send
public <T> HttpResponse<T> send(HttpRequest httpRequest, Class<T> responseType)
- Specified by:
sendin interfaceHttpClient
-
-