http() — spring-boot Function Reference
Architecture documentation for the http() function in DockerApiTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ffedf588_7c32_be87_49b5_6f0bec311aa1["http()"] c8868b7f_8c53_fa0f_029b_adb439a84967["setVersion()"] c8868b7f_8c53_fa0f_029b_adb439a84967 -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 cbd643f4_2be0_8bf3_c622_bd59b10eb8b3["pullPullsImageAndProducesEvents()"] cbd643f4_2be0_8bf3_c622_bd59b10eb8b3 -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 50a26430_9b51_b1ae_49f0_4ad8f47c771b["pullWithRegistryAuthPullsImageAndProducesEvents()"] 50a26430_9b51_b1ae_49f0_4ad8f47c771b -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 98ede605_b0b1_a7a2_de30_25b6d04bbf73["pullWithPlatformPullsImageAndProducesEvents()"] 98ede605_b0b1_a7a2_de30_25b6d04bbf73 -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 ac31993b_d9c3_1327_e2b2_1b0a67455593["pushPushesImageAndProducesEvents()"] ac31993b_d9c3_1327_e2b2_1b0a67455593 -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 35782b17_f7f8_a877_36b7_b349bf6d107d["pushWithErrorInStreamThrowsException()"] 35782b17_f7f8_a877_36b7_b349bf6d107d -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 0a1983fa_f6a2_2965_766a_5988f4a51a26["loadWithEmptyResponseThrowsException()"] 0a1983fa_f6a2_2965_766a_5988f4a51a26 -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 f295e23c_a4a3_4a11_b01e_597235ee92e0["loadWithErrorResponseThrowsException()"] f295e23c_a4a3_4a11_b01e_597235ee92e0 -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 fdfb529d_e8a3_535f_4951_99d6de7ba6a0["loadLoadsImage()"] fdfb529d_e8a3_535f_4951_99d6de7ba6a0 -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 6271d061_2c92_01b0_c3ca_5275fc962dfb["removeRemovesContainer()"] 6271d061_2c92_01b0_c3ca_5275fc962dfb -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 4df514f3_d0cc_d3cb_96ec_080d69a58a0e["removeWhenForceIsTrueRemovesContainer()"] 4df514f3_d0cc_d3cb_96ec_080d69a58a0e -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 2cb432b3_ebf3_398e_db74_5760ef86bb5a["inspectInspectImage()"] 2cb432b3_ebf3_398e_db74_5760ef86bb5a -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 8bd9d1b7_b819_dc91_afe9_f5ac89412691["inspectWithPlatformWhenSupportedVersionInspectImage()"] 8bd9d1b7_b819_dc91_afe9_f5ac89412691 -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 bbcf2c28_203d_6ae5_6d49_12bd497d039e["inspectWithPlatformWhenOldVersionInspectImage()"] bbcf2c28_203d_6ae5_6d49_12bd497d039e -->|calls| ffedf588_7c32_be87_49b5_6f0bec311aa1 style ffedf588_7c32_be87_49b5_6f0bec311aa1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/DockerApiTests.java lines 118–120
private HttpTransport http() {
return this.http;
}
Domain
Subdomains
Called By
- createCreatesContainer()
- createWhenHasContentContainerWithContent()
- createWithPlatform()
- createWithPlatformCreatesContainer()
- deleteDeletesContainer()
- deleteWhenForceIsTrueDeletesContainer()
- getApiVersionWithEmptyVersionHeaderReturnsUnknownVersion()
- getApiVersionWithExceptionReturnsUnknownVersion()
- getApiVersionWithNoVersionHeaderReturnsUnknownVersion()
- getApiVersionWithVersionHeaderReturnsVersion()
- inspectInspectImage()
- inspectWithPlatformWhenOldVersionInspectImage()
- inspectWithPlatformWhenSupportedVersionInspectImage()
- loadLoadsImage()
- loadWithEmptyResponseThrowsException()
- loadWithErrorResponseThrowsException()
- logsProducesEvents()
- pullPullsImageAndProducesEvents()
- pullWithPlatformPullsImageAndProducesEvents()
- pullWithRegistryAuthPullsImageAndProducesEvents()
- pushPushesImageAndProducesEvents()
- pushWithErrorInStreamThrowsException()
- removeRemovesContainer()
- removeRemovesContainer()
- removeWhenForceIsTrueRemovesContainer()
- removeWhenForceIsTrueRemovesContainer()
- setVersion()
- startStartsContainer()
- tagRenamesImage()
- tagTagsImage()
- waitReturnsStatus()
Source
Frequently Asked Questions
What does http() do?
http() is a function in the spring-boot codebase.
What calls http()?
http() is called by 31 function(s): createCreatesContainer, createWhenHasContentContainerWithContent, createWithPlatform, createWithPlatformCreatesContainer, deleteDeletesContainer, deleteWhenForceIsTrueDeletesContainer, getApiVersionWithEmptyVersionHeaderReturnsUnknownVersion, getApiVersionWithExceptionReturnsUnknownVersion, and 23 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free