Uses of Interface
org.apache.commons.fileupload2.core.DeferrableOutputStream.Listener
-
-
Uses of DeferrableOutputStream.Listener in org.apache.commons.fileupload2.core
Constructors in org.apache.commons.fileupload2.core with parameters of type DeferrableOutputStream.Listener Constructor Description DeferrableOutputStream(int threshold, java.util.function.Supplier<java.nio.file.Path> pathSupplier, DeferrableOutputStream.Listener listener)Creates a new instance with the given threshold, and the given supplier for a temporary files path.
-