Uses of Interface
org.springframework.http.codec.multipart.FilePartEvent
Packages that use FilePartEvent
-
Uses of FilePartEvent in org.springframework.http.codec.multipart
Methods in org.springframework.http.codec.multipart that return types with arguments of type FilePartEventModifier and TypeMethodDescriptionstatic reactor.core.publisher.Flux
<FilePartEvent> FilePartEvent.create
(String partName, String filename, MediaType contentType, reactor.core.publisher.Flux<DataBuffer> contents) Creates a stream ofFilePartEvent
objects based on the given name, filename(), content-type, and contents.static reactor.core.publisher.Flux
<FilePartEvent> FilePartEvent.create
(String partName, String filename, MediaType contentType, reactor.core.publisher.Flux<DataBuffer> contents, @Nullable Consumer<HttpHeaders> headersConsumer) Creates a stream ofFilePartEvent
objects based on the given name, filename(), content-type, and contents.static reactor.core.publisher.Flux
<FilePartEvent> Creates a stream ofFilePartEvent
objects based on the given name and file path.static reactor.core.publisher.Flux
<FilePartEvent> Creates a stream ofFilePartEvent
objects based on the given name and file path.static reactor.core.publisher.Flux
<FilePartEvent> Creates a stream ofFilePartEvent
objects based on the given name and resource.static reactor.core.publisher.Flux
<FilePartEvent> FilePartEvent.create
(String name, Resource resource, @Nullable Consumer<HttpHeaders> headersConsumer) Creates a stream ofFilePartEvent
objects based on the given name and resource.