Uses of Interface
fi.iki.elonen.NanoHTTPD.TempFileManagerFactory
Packages that use NanoHTTPD.TempFileManagerFactory
-
Uses of NanoHTTPD.TempFileManagerFactory in fi.iki.elonen
Classes in fi.iki.elonen that implement NanoHTTPD.TempFileManagerFactoryModifier and TypeClassDescriptionprivate classDefault strategy for creating and cleaning up temporary files.private static classFields in fi.iki.elonen declared as NanoHTTPD.TempFileManagerFactoryModifier and TypeFieldDescriptionprivate NanoHTTPD.TempFileManagerFactoryNanoHTTPD.tempFileManagerFactoryPluggable strategy for creating and cleaning up temporary files.Methods in fi.iki.elonen that return NanoHTTPD.TempFileManagerFactoryMethods in fi.iki.elonen with parameters of type NanoHTTPD.TempFileManagerFactoryModifier and TypeMethodDescriptionvoidNanoHTTPD.setTempFileManagerFactory(NanoHTTPD.TempFileManagerFactory tempFileManagerFactory) Pluggable strategy for creating and cleaning up temporary files.