Class HttpClientWithTLSOptionsFactory
java.lang.Object
org.jenkinsci.plugins.kubernetes.credentials.HttpClientWithTLSOptionsFactory
- Author:
- Max Laverse
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.http.impl.client.HttpClientBuilder
getBuilder
(URI uri, String caCertData, boolean skipTLSVerify)
-
Constructor Details
-
HttpClientWithTLSOptionsFactory
public HttpClientWithTLSOptionsFactory()
-
-
Method Details
-
getBuilder
public static org.apache.http.impl.client.HttpClientBuilder getBuilder(URI uri, String caCertData, boolean skipTLSVerify) throws HttpClientWithTLSOptionsFactory.TLSConfigurationError
-