public abstract class DockerClientBase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerClientBase.Builder<T extends DockerClientBase.Builder> |
static class |
DockerClientBase.Logging |
| Modifier and Type | Field and Description |
|---|---|
protected javax.ws.rs.core.MultivaluedMap<String,Object> |
headers |
protected String |
serverUrl |
protected javax.ws.rs.client.WebTarget |
webTarget |
| Modifier | Constructor and Description |
|---|---|
protected |
DockerClientBase(String serverUrl,
org.glassfish.jersey.client.ClientConfig cc) |
Copyright © 2014. All rights reserved.