Uses of Interface
fi.iki.elonen.NanoHTTPD.TempFileManagerFactory
-
Packages that use NanoHTTPD.TempFileManagerFactory Package Description fi.iki.elonen -
-
Uses of NanoHTTPD.TempFileManagerFactory in fi.iki.elonen
Classes in fi.iki.elonen that implement NanoHTTPD.TempFileManagerFactory Modifier and Type Class Description private class
NanoHTTPD.DefaultTempFileManagerFactory
Default strategy for creating and cleaning up temporary files.private static class
TempFilesServer.ExampleManagerFactory
Fields in fi.iki.elonen declared as NanoHTTPD.TempFileManagerFactory Modifier and Type Field Description private NanoHTTPD.TempFileManagerFactory
NanoHTTPD. tempFileManagerFactory
Pluggable strategy for creating and cleaning up temporary files.Methods in fi.iki.elonen that return NanoHTTPD.TempFileManagerFactory Modifier and Type Method Description NanoHTTPD.TempFileManagerFactory
NanoHTTPD. getTempFileManagerFactory()
Methods in fi.iki.elonen with parameters of type NanoHTTPD.TempFileManagerFactory Modifier and Type Method Description void
NanoHTTPD. setTempFileManagerFactory(NanoHTTPD.TempFileManagerFactory tempFileManagerFactory)
Pluggable strategy for creating and cleaning up temporary files.
-