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 class
NanoHTTPD.DefaultTempFileManager
Default strategy for creating and cleaning up temporary files.private static class
TempFilesServer.ExampleManager
Fields in fi.iki.elonen declared as NanoHTTPD.TempFileManager Modifier and Type Field Description private NanoHTTPD.TempFileManager
NanoHTTPD.HTTPSession. tempFileManager
Methods in fi.iki.elonen that return NanoHTTPD.TempFileManager Modifier and Type Method Description NanoHTTPD.TempFileManager
NanoHTTPD.DefaultTempFileManagerFactory. create()
NanoHTTPD.TempFileManager
NanoHTTPD.TempFileManagerFactory. create()
NanoHTTPD.TempFileManager
TempFilesServer.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)
-