Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.httpclient |
Modifier and Type | Method and Description |
---|---|
protected IHttpClient |
OpenShiftConnectionFactory.createClient(String clientId,
String username,
String password,
String authKey,
String authIV,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback,
String exludeSSLCipherRegex)
Deprecated.
|
IHttpClient |
ConnectionBuilder.AbstractConnectionBuilder.createHttpClient(String clientId,
String username,
String password,
String authKey,
String authIV,
String token,
String serverUrl,
int timeout,
IHttpClient.ISSLCertificateCallback sslCertificateCallback,
String exludeSSLCipherRegex) |
Modifier and Type | Method and Description |
---|---|
IOpenShiftConnection |
ConnectionBuilder.CredentialsConnectionBuilder.create(IHttpClient client) |
protected IRestService |
ConnectionBuilder.AbstractConnectionBuilder.createRestService(IHttpClient httpClient) |
protected IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String token,
String serverUrl,
IHttpClient httpClient)
Deprecated.
|
Constructor and Description |
---|
RestService(String server,
String clientId,
IMediaType defaultRequestMediaType,
String acceptedMediaType,
IRestResponseFactory factory,
IHttpClient client) |
RestService(String server,
String clientId,
IMediaType defaultRequestMediaType,
String acceptedMediaType,
IRestResponseFactory factory,
IHttpClient client,
RestServiceProperties properties) |
RestService(String server,
String clientId,
String protocolVersion,
IMediaType defaultRequestMediaType,
String acceptedMediaType,
IRestResponseFactory factory,
IHttpClient client,
RestServiceProperties properties) |
Modifier and Type | Class and Description |
---|---|
class |
UrlConnectionHttpClient |
Modifier and Type | Method and Description |
---|---|
IHttpClient |
UrlConnectionHttpClientBuilder.client() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.