Package fi.iki.elonen
Interface NanoHTTPD.TempFileManager
-
- All Known Implementing Classes:
NanoHTTPD.DefaultTempFileManager
,TempFilesServer.ExampleManager
- Enclosing class:
- NanoHTTPD
public static interface NanoHTTPD.TempFileManager
Temp file manager.Temp file managers are created 1-to-1 with incoming requests, to create and cleanup temporary files created as a result of handling the request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
NanoHTTPD.TempFile
createTempFile(java.lang.String filename_hint)
-
-
-
Method Detail
-
clear
void clear()
-
createTempFile
NanoHTTPD.TempFile createTempFile(java.lang.String filename_hint) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-