Uses of Interface
com.adobe.pdfservices.operation.internal.http.HttpResponse
-
Packages that use HttpResponse Package Description com.adobe.pdfservices.operation.internal.api com.adobe.pdfservices.operation.internal.http -
-
Uses of HttpResponse in com.adobe.pdfservices.operation.internal.api
Methods in com.adobe.pdfservices.operation.internal.api that return HttpResponse Modifier and Type Method Description static <T> HttpResponse<T>CPFApi. cpfCreateOpsApi(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, CPFContentAnalyzerRequests CPFContentAnalyzerRequests, List<com.adobe.pdfservices.operation.internal.FileRefImpl> sourceFileRefList, Class<T> responseType, String operation)static <T> HttpResponse<T>CPFApi. cpfStatusApi(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, String location, Class<T> responseType) -
Uses of HttpResponse in com.adobe.pdfservices.operation.internal.http
Classes in com.adobe.pdfservices.operation.internal.http that implement HttpResponse Modifier and Type Class Description classBaseHttpResponse<T>classMultiPartHttpResponse<T>Methods in com.adobe.pdfservices.operation.internal.http that return HttpResponse Modifier and Type Method Description <T> HttpResponse<T>HttpClient. send(HttpRequest httpRequest, Class<T> responseType)<T> HttpResponse<T>HttpClientWrapper. send(HttpRequest httpRequest, Class<T> responseType)
-