Uses of Class
org.opencastproject.security.api.TrustedHttpClientException

Packages that use TrustedHttpClientException
Package
Description
 
  • Uses of TrustedHttpClientException in org.opencastproject.security.api

    Modifier and Type
    Method
    Description
    org.apache.http.HttpResponse
    TrustedHttpClient.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest)
    Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.
    org.apache.http.HttpResponse
    TrustedHttpClient.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest, int connectionTimeout, int socketTimeout)
    Executes an HttpRequest using a secure, but not necessarily encrypted, http connection, waiting for the specified timeouts.