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.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
NanoHTTPD.TempFile |
createTempFile(String filename_hint) |
void clear()
NanoHTTPD.TempFile createTempFile(String filename_hint) throws Exception
ExceptionCopyright © 2018. All rights reserved.