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
-
Method Details
-
clear
void clear() -
createTempFile
- Throws:
Exception
-