Uses of Interface
org.springframework.boot.buildpack.platform.io.IOConsumer
Packages that use 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
Methods in org.springframework.boot.buildpack.platform.docker.transport with parameters of type IOConsumerModifier 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
Methods in org.springframework.boot.buildpack.platform.docker.type with parameters of type IOConsumerModifier and TypeMethodDescriptionstatic ImageArchiveImageArchive.from(Image image, IOConsumer<ImageArchive.Update> update) Create a newImageArchivebased on an existingImage.static LayerLayer.of(IOConsumer<Layout> layout) -
Uses of IOConsumer in org.springframework.boot.buildpack.platform.io
Methods in org.springframework.boot.buildpack.platform.io with parameters of type IOConsumerModifier and TypeMethodDescriptionstatic InspectedContentInspectedContent.of(IOConsumer<OutputStream> writer, InspectedContent.Inspector... inspectors) Factory method to create anInspectedContentinstance from a source write method.static TarArchiveTarArchive.of(IOConsumer<Layout> layout) Factory method to create a newTarArchiveinstance with a specific layout.