public static class DockerClientBase.Builder<T extends DockerClientBase.Builder> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
connectTimeout |
protected DockerClientBase.Logging |
logging |
protected int |
readTimeout |
protected String |
serverUrl |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
connectTimeout(int ms) |
protected org.glassfish.jersey.client.ClientConfig |
getClientConfig() |
T |
readTimeout(int ms) |
T |
withLogging(DockerClientBase.Logging logging) |
T |
withUrl(String url) |
protected String serverUrl
protected DockerClientBase.Logging logging
protected int connectTimeout
protected int readTimeout
Copyright © 2014. All rights reserved.