Package fi.iki.elonen

Class NanoHTTPD.DefaultTempFile

java.lang.Object
fi.iki.elonen.NanoHTTPD.DefaultTempFile
All Implemented Interfaces:
NanoHTTPD.TempFile
Enclosing class:
NanoHTTPD

public static class NanoHTTPD.DefaultTempFile extends Object implements NanoHTTPD.TempFile
Default strategy for creating and cleaning up temporary files.

By default, files are created by File.createTempFile() in the directory specified.