Uses of Interface
fi.iki.elonen.NanoHTTPD.TempFileManager
Packages that use NanoHTTPD.TempFileManager
-
Uses of NanoHTTPD.TempFileManager in fi.iki.elonen
Classes in fi.iki.elonen that implement NanoHTTPD.TempFileManagerModifier and TypeClassDescriptionstatic class
Default strategy for creating and cleaning up temporary files.private static class
Fields in fi.iki.elonen declared as NanoHTTPD.TempFileManagerModifier and TypeFieldDescriptionprivate final NanoHTTPD.TempFileManager
NanoHTTPD.HTTPSession.tempFileManager
Methods in fi.iki.elonen that return NanoHTTPD.TempFileManagerModifier and TypeMethodDescriptionNanoHTTPD.DefaultTempFileManagerFactory.create()
NanoHTTPD.TempFileManagerFactory.create()
TempFilesServer.ExampleManagerFactory.create()
Constructors in fi.iki.elonen with parameters of type NanoHTTPD.TempFileManagerModifierConstructorDescriptionHTTPSession
(NanoHTTPD.TempFileManager tempFileManager, InputStream inputStream, OutputStream outputStream) HTTPSession
(NanoHTTPD.TempFileManager tempFileManager, InputStream inputStream, OutputStream outputStream, InetAddress inetAddress)