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 77103e3Copy full SHA for 77103e3
38 files changed
+1,982-2,037Lines changed: 1982 additions & 2037 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- 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
Expand file treeCollapse file tree
Open diff view settings
Collapse file
-58Lines changed: 0 additions & 58 deletions
| 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