Class CommonUtils
java.lang.Object
app.getxray.xray.CommonUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic okhttp3.OkHttpClientcreateHttpClient(Boolean useInternalTestProxy, Boolean ignoreSslErrors, Integer timeout) static booleanstatic voidlogRequest(Log logger, okhttp3.Request request, Boolean logRequest) static voidlogResponse(Log logger, okhttp3.Response response, boolean logResponse) static voidunzipContentsToFolder(InputStream zippedContents, String outputFolder)
-
Method Details
-
logRequest
-
logResponse
-
isTrue
-
createHttpClient
public static okhttp3.OkHttpClient createHttpClient(Boolean useInternalTestProxy, Boolean ignoreSslErrors, Integer timeout) throws IOException - Throws:
IOException
-
unzipContentsToFolder
public static void unzipContentsToFolder(InputStream zippedContents, String outputFolder) throws IOException - Throws:
IOException
-