Class HttpUtils
java.lang.Object
org.opencastproject.transcription.microsoft.azure.HttpUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatResponseErrorString(org.apache.http.HttpResponse response, String message) static org.apache.http.impl.client.CloseableHttpClientstatic org.apache.http.impl.client.CloseableHttpClientmakeHttpClient(int conectionTimeout, int socketTimeout, int connectionRequestTimeout)
-
Method Details
-
makeHttpClient
public static org.apache.http.impl.client.CloseableHttpClient makeHttpClient() -
makeHttpClient
public static org.apache.http.impl.client.CloseableHttpClient makeHttpClient(int conectionTimeout, int socketTimeout, int connectionRequestTimeout) -
formatResponseErrorString
public static String formatResponseErrorString(org.apache.http.HttpResponse response, String message) throws IOException - Throws:
IOException
-