| Package | Description |
|---|---|
| org.opencastproject.security.api | |
| org.opencastproject.security.util |
| Modifier and Type | Method and 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.
|
<T> T |
TrustedHttpClient.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest,
org.apache.http.client.ResponseHandler<T> responseHandler)
Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.
|
<T> T |
TrustedHttpClient.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest,
org.apache.http.client.ResponseHandler<T> responseHandler,
int connectionTimeout,
int socketTimeout)
Executes an HttpRequest using a secure, but not necessarily encrypted, http connection, waiting for the specified
timeouts.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpResponse |
StandAloneTrustedHttpClientImpl.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest) |
org.apache.http.HttpResponse |
StandAloneTrustedHttpClientImpl.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest,
int connectionTimeout,
int socketTimeout) |
<T> T |
StandAloneTrustedHttpClientImpl.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest,
org.apache.http.client.ResponseHandler<T> responseHandler)
Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.
|
<T> T |
StandAloneTrustedHttpClientImpl.execute(org.apache.http.client.methods.HttpUriRequest httpUriRequest,
org.apache.http.client.ResponseHandler<T> responseHandler,
int connectionTimeout,
int socketTimeout) |
Copyright © 2009–2020 Opencast Project. All rights reserved.