Class HttpUtils
java.lang.Object
org.qubership.atp.environments.utils.HttpUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertToHtml(org.apache.http.HttpEntity httpEntity) TODO Make javadoc documentation for this method.static org.apache.http.impl.client.HttpClientBuilderTODO Make javadoc documentation for this method.static StringgetResponse(org.apache.http.HttpResponse httpResponse, org.apache.http.HttpRequest httpRequest) Use for extract String from response object.
-
Constructor Details
-
HttpUtils
public HttpUtils()
-
-
Method Details
-
getResponse
public static String getResponse(org.apache.http.HttpResponse httpResponse, org.apache.http.HttpRequest httpRequest) Use for extract String from response object.- Parameters:
httpResponse- response object
-
convertToHtml
TODO Make javadoc documentation for this method.- Throws:
Exception
-
createTrustAllHttpClientBuilder
public static org.apache.http.impl.client.HttpClientBuilder createTrustAllHttpClientBuilder()TODO Make javadoc documentation for this method.
-