public static interface NanoHTTPD.TempFileManager
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.
Modifier and Type | Method and Description |
---|---|
void |
clear() |
NanoHTTPD.TempFile |
createTempFile() |
NanoHTTPD.TempFile createTempFile() throws java.lang.Exception
java.lang.Exception
void clear()