public static class NanoHTTPD.DefaultTempFileManager extends java.lang.Object implements NanoHTTPD.TempFileManager
This class stores its files in the standard location (that is, wherever
java.io.tmpdir
points to). Files are added to an internal
list, and deleted when no longer needed (that is, when
clear()
is invoked at the end of processing a request).
コンストラクタと説明 |
---|
DefaultTempFileManager() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
clear() |
NanoHTTPD.TempFile |
createTempFile(java.lang.String filename_hint) |
public void clear()
clear
インタフェース内 NanoHTTPD.TempFileManager
public NanoHTTPD.TempFile createTempFile(java.lang.String filename_hint) throws java.lang.Exception
createTempFile
インタフェース内 NanoHTTPD.TempFileManager
java.lang.Exception