| Package | Description |
|---|---|
| org.opencastproject.security.util | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| org.opencastproject.util |
Utility classes for dealing with media packages, collections, URLs, files, and streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandAloneTrustedHttpClientImpl
An http client that executes secure (though not necessarily encrypted) http requests.
|
| Modifier and Type | Method and Description |
|---|---|
static <A> Function<Function<org.apache.http.HttpResponse,A>,Either<Exception,A>> |
StandAloneTrustedHttpClientImpl.run(TrustedHttpClient client,
org.apache.http.client.methods.HttpUriRequest httpUriRequest) |
static <A> TrustedHttpClient.RequestRunner<A> |
StandAloneTrustedHttpClientImpl.runner(TrustedHttpClient client,
org.apache.http.client.methods.HttpUriRequest req) |
| Modifier and Type | Field and Description |
|---|---|
protected TrustedHttpClient |
RemoteBase.client
The http client to use when connecting to remote servers
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteBase.setTrustedHttpClient(TrustedHttpClient client)
Sets the trusted http client
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IoSupport.readFileFromURL(URL url,
TrustedHttpClient trustedClient)
Deprecated.
this method doesn't support UTF8 or handle HTTP response codes
|
static Either<Exception,Integer> |
HttpUtil.waitForResource(TrustedHttpClient http,
URI resourceUri,
int expectedStatus,
long timeout,
long pollingInterval)
Wait for a certain status of a resource.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.