MCPcopy
hub / github.com/NanoHttpd/nanohttpd / TempFileManager

Interface TempFileManager

core/src/main/java/fi/iki/elonen/NanoHTTPD.java:1807–1812  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

1805 * </p>
1806 */
1807 public interface TempFileManager {
1808
1809 void clear();
1810
1811 public TempFile createTempFile(String filename_hint) throws Exception;
1812 }
1813
1814 /**
1815 * Factory to create temp file managers.

Callers 8

clearMethod · 0.65
_clearMethod · 0.65
clearMethod · 0.65
executeMethod · 0.65
handleFrameFragmentMethod · 0.65
DefaultTempFileMethod · 0.65
getTmpBucketMethod · 0.65
saveTmpFileMethod · 0.65

Implementers 2

ExampleManagersamples/src/main/java/fi/iki/elonen/Te
DefaultTempFileManagercore/src/main/java/fi/iki/elonen/NanoH

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…