public final class ZerodepDockerHttpClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZerodepDockerHttpClient.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
ZerodepDockerHttpClient(URI dockerHost,
com.github.dockerjava.transport.SSLConfig sslConfig,
int maxConnections) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.github.dockerjava.transport.DockerHttpClient.Response |
execute(com.github.dockerjava.transport.DockerHttpClient.Request arg0) |
protected ZerodepDockerHttpClient(URI dockerHost, com.github.dockerjava.transport.SSLConfig sslConfig, int maxConnections)
public com.github.dockerjava.transport.DockerHttpClient.Response execute(com.github.dockerjava.transport.DockerHttpClient.Request arg0)
execute in interface com.github.dockerjava.transport.DockerHttpClientpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2021. All rights reserved.