Modifier and Type | Method and Description |
---|---|
void |
DefaultClient.setSSLCertificateCallback(ISSLCertificateCallback callback) |
Constructor and Description |
---|
DefaultClient(URL baseUrl,
ISSLCertificateCallback sslCertCallback) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationClient.setSSLCertificateCallback(ISSLCertificateCallback callback) |
Modifier and Type | Field and Description |
---|---|
protected ISSLCertificateCallback |
UrlConnectionHttpClient.sslAuthorizationCallback |
Modifier and Type | Method and Description |
---|---|
protected HttpURLConnection |
UrlConnectionHttpClient.createConnection(URL url,
String userAgent,
String acceptedVersion,
String acceptedMediaType,
ISSLCertificateCallback callback,
int timeout) |
UrlConnectionHttpClientBuilder |
UrlConnectionHttpClientBuilder.setSSLCertificateCallback(ISSLCertificateCallback callback) |
Constructor and Description |
---|
UrlConnectionHttpClient(String userAgent,
String acceptedMediaType,
String version,
ISSLCertificateCallback callback,
Integer configTimeout,
String excludedSSLCipherRegex) |
Modifier and Type | Class and Description |
---|---|
class |
NoopSSLCertificateCallback |
Modifier and Type | Method and Description |
---|---|
IClient |
ClientFactory.create(String baseUrl,
ISSLCertificateCallback sslCertCallback)
Creates a client for the given base url and ssl certificate callback.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuthorizationClient.setSSLCertificateCallback(ISSLCertificateCallback callback)
Set the callback handler to use for certificate trust issues.
|
Copyright © 2016 Red Hat, Inc. All rights reserved.