Commit 77103e3
authored
Introduce DockerHttpClient abstraction (docker-java#1351)
To simplify writing custom transports, we can separate the `DockerCmdExecFactory`
and the underlying http transport.
This change introduces a new type, `DockerHttpClient`, that consists of a bare minimum
abstraction for making calls against the Docker's HTTP API.
It also allows implementing custom commands over existing transports.1 parent a77b7de commit 77103e3
File tree
38 files changed
+1982
-2037
lines changed- docker-java-api
- src/main/java/com/github/dockerjava/api/command
- docker-java-core
- src/main/java/com/github/dockerjava/core
- async
- command
- docker-java-transport-jersey
- src/main/java/com/github/dockerjava/jaxrs
- async
- docker-java-transport-okhttp
- src/main/java/com/github/dockerjava/okhttp
- docker-java
- src/test/java/com/github/dockerjava
- cmd
- core/async
- junit
38 files changed
+1982
-2037
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 58 | | |
117 | 59 | | |
118 | 60 | | |
0 commit comments