Uses of Class
org.opencastproject.security.api.TrustedHttpClientException
Packages that use TrustedHttpClientException
-
Uses of TrustedHttpClientException in org.opencastproject.security.api
Methods in org.opencastproject.security.api that throw TrustedHttpClientExceptionModifier and TypeMethodDescriptionorg.apache.http.HttpResponseTrustedHttpClient.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest) Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.org.apache.http.HttpResponseTrustedHttpClient.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.