Uses of Class
org.webharvest.runtime.web.HttpResponseWrapper
-
Packages that use HttpResponseWrapper Package Description org.webharvest.runtime.web -
-
Uses of HttpResponseWrapper in org.webharvest.runtime.web
Methods in org.webharvest.runtime.web that return HttpResponseWrapper Modifier and Type Method Description HttpResponseWrapper
HttpClientManager. execute(String methodType, Boolean followRedirects, String contentType, String url, String charset, String username, String password, Variable bodyContent, Map<String,HttpParamInfo> params, Map headers, int retryAttempts, long retryDelay, double retryDelayFactor)
Methods in org.webharvest.runtime.web with parameters of type HttpResponseWrapper Modifier and Type Method Description void
HttpInfo. setResponse(HttpResponseWrapper wrapper)
-