Uses of Interface
org.springframework.boot.buildpack.platform.io.IOConsumer
Package
Description
Docker transport classes providing HTTP operations on a local or remote engine.
Docker types.
IO classes and utilities.
-
Uses of IOConsumer in org.springframework.boot.buildpack.platform.docker.transport
Modifier and TypeMethodDescriptionHttpTransport.post
(URI uri, String contentType, IOConsumer<OutputStream> writer) Perform an HTTP POST operation.HttpTransport.put
(URI uri, String contentType, IOConsumer<OutputStream> writer) Perform an HTTP PUT operation. -
Uses of IOConsumer in org.springframework.boot.buildpack.platform.docker.type
Modifier and TypeMethodDescriptionstatic ImageArchive
ImageArchive.from
(Image image, IOConsumer<ImageArchive.Update> update) Create a newImageArchive
based on an existingImage
.static Layer
Layer.of
(IOConsumer<Layout> layout) -
Uses of IOConsumer in org.springframework.boot.buildpack.platform.io
Modifier and TypeMethodDescriptionstatic InspectedContent
InspectedContent.of
(IOConsumer<OutputStream> writer, InspectedContent.Inspector... inspectors) Factory method to create anInspectedContent
instance from a source write method.static TarArchive
TarArchive.of
(IOConsumer<Layout> layout) Factory method to create a newTarArchive
instance with a specific layout.