java.lang.Object
org.opencastproject.transcription.microsoft.azure.HttpUtils

public final class HttpUtils extends Object
  • 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