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.ListenerModifierConstructorDescriptionDeferrableOutputStream(int threshold, Supplier<Path> pathSupplier, DeferrableOutputStream.Listener listener) Creates a new instance with the given threshold, and the given supplier for a temporary files path.