Uses of Interface
fi.iki.elonen.NanoHTTPD.TempFileManager
-
Packages that use NanoHTTPD.TempFileManager Package Description fi.iki.elonen -
-
Uses of NanoHTTPD.TempFileManager in fi.iki.elonen
Classes in fi.iki.elonen that implement NanoHTTPD.TempFileManager Modifier and Type Class Description static classNanoHTTPD.DefaultTempFileManagerDefault strategy for creating and cleaning up temporary files.private static classTempFilesServer.ExampleManagerFields in fi.iki.elonen declared as NanoHTTPD.TempFileManager Modifier and Type Field Description private NanoHTTPD.TempFileManagerNanoHTTPD.HTTPSession. tempFileManagerMethods in fi.iki.elonen that return NanoHTTPD.TempFileManager Modifier and Type Method Description NanoHTTPD.TempFileManagerNanoHTTPD.DefaultTempFileManagerFactory. create()NanoHTTPD.TempFileManagerNanoHTTPD.TempFileManagerFactory. create()NanoHTTPD.TempFileManagerTempFilesServer.ExampleManagerFactory. create()Constructors in fi.iki.elonen with parameters of type NanoHTTPD.TempFileManager Constructor Description HTTPSession(NanoHTTPD.TempFileManager tempFileManager, java.io.InputStream inputStream, java.io.OutputStream outputStream)HTTPSession(NanoHTTPD.TempFileManager tempFileManager, java.io.InputStream inputStream, java.io.OutputStream outputStream, java.net.InetAddress inetAddress)
-