| Package | Description |
|---|---|
| com.github.dockerjava.core |
| Modifier and Type | Method and Description |
|---|---|
SSLConfig |
DefaultDockerClientConfig.getSSLConfig() |
SSLConfig |
DockerClientConfig.getSSLConfig()
Returns an
SSLConfig when secure connection is configured or null if not. |
SSLConfig |
DockerClientConfigDelegate.getSSLConfig() |
| Modifier and Type | Method and Description |
|---|---|
DefaultDockerClientConfig.Builder |
DefaultDockerClientConfig.Builder.withCustomSslConfig(SSLConfig customSslConfig)
Overrides the default
SSLConfig that is used when calling DefaultDockerClientConfig.Builder.withDockerTlsVerify(java.lang.Boolean) and
DefaultDockerClientConfig.Builder.withDockerCertPath(String). |
Copyright © 2025. All rights reserved.