Package fi.iki.elonen
Interface NanoHTTPD.TempFileManagerFactory
-
- All Known Implementing Classes:
NanoHTTPD.DefaultTempFileManagerFactory
,TempFilesServer.ExampleManagerFactory
- Enclosing class:
- NanoHTTPD
public static interface NanoHTTPD.TempFileManagerFactory
Factory to create temp file managers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NanoHTTPD.TempFileManager
create()
-
-
-
Method Detail
-
create
NanoHTTPD.TempFileManager create()
-
-