Uses of Interface
org.opencastproject.security.api.TrustedHttpClient
Packages that use TrustedHttpClient
Package
Description
Service implementation classes
Utility classes for dealing with media packages, collections, URLs, files, and streams.
-
Uses of TrustedHttpClient in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api declared as TrustedHttpClientModifier and TypeFieldDescriptionprotected TrustedHttpClientRemoteBase.clientThe http client to use when connecting to remote serversMethods in org.opencastproject.serviceregistry.api with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionvoidRemoteBase.setTrustedHttpClient(TrustedHttpClient client) Sets the trusted http client -
Uses of TrustedHttpClient in org.opencastproject.util
Methods in org.opencastproject.util with parameters of type TrustedHttpClientModifier and TypeMethodDescriptionstatic StringIoSupport.readFileFromURL(URL url, TrustedHttpClient trustedClient) Deprecated.this method doesn't support UTF8 or handle HTTP response codesHttpUtil.waitForResource(TrustedHttpClient http, URI resourceUri, int expectedStatus, long timeout, long pollingInterval) Wait for a certain status of a resource.